| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
TensorArrayGradWithShape |
Ops.tensorArrayGradWithShape(Operand<?> handle,
Operand<Float> flowIn,
Operand<Integer> shapeToPrepend,
String source)
Adds an
TensorArrayGradWithShape operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static TensorArrayGradWithShape |
TensorArrayGradWithShape.create(Scope scope,
Operand<?> handle,
Operand<Float> flowIn,
Operand<Integer> shapeToPrepend,
String source)
Factory method to create a class to wrap a new TensorArrayGradWithShape operation to the graph.
|
Copyright © 2015–2019. All rights reserved.