Class TPUAnnotateTensorsWithDynamicShape
java.lang.Object
org.tensorflow.op.RawOp
org.tensorflow.op.tpu.TPUAnnotateTensorsWithDynamicShape
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of this op, as known by TensorFlow core engine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFactory method to create a class wrapping a new TPUAnnotateTensorsWithDynamicShape operation.iterator()Gets tpuTensors.Methods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
OP_NAME
The name of this op, as known by TensorFlow core engine- See Also:
-
-
Constructor Details
-
TPUAnnotateTensorsWithDynamicShape
-
-
Method Details
-
create
@Endpoint(describeByClass=true) public static TPUAnnotateTensorsWithDynamicShape create(Scope scope, Iterable<Operand<?>> tensors) Factory method to create a class wrapping a new TPUAnnotateTensorsWithDynamicShape operation.- Parameters:
scope- current scopetensors- The tensors value- Returns:
- a new instance of TPUAnnotateTensorsWithDynamicShape
-
tpuTensors
-
iterator
-