Class TPUReplicatedOutput<T extends TType>
java.lang.Object
org.tensorflow.op.RawOp
org.tensorflow.op.tpu.TPUReplicatedOutput<T>
@Deprecated
@Operator(group="tpu")
public final class TPUReplicatedOutput<T extends TType>
extends RawOp
implements Iterable<Operand<T>>
Deprecated.
Connects N outputs from an N-way replicated TPU computation.
This operation holds a replicated output from a
tpu.replicate() computation subgraph.
Each replicated output has the same shape and type alongside the input.
For example:
%computation = "tf.Computation"() %replicated_output:2 = "tf.TPUReplicatedOutput"(%computation)
The above computation has a replicated output of two replicas.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classTPUReplicatedOutput.Inputs<T extends TType>Deprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.The name of this op, as known by TensorFlow core engine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends TType>
TPUReplicatedOutput<T> Deprecated.Factory method to create a class wrapping a new TPUReplicatedOutput operation.iterator()Deprecated.outputs()Deprecated.Gets outputs.Methods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
OP_NAME
Deprecated.The name of this op, as known by TensorFlow core engine- See Also:
-
-
Constructor Details
-
TPUReplicatedOutput
Deprecated.
-
-
Method Details
-
create
@Endpoint(describeByClass=true) public static <T extends TType> TPUReplicatedOutput<T> create(Scope scope, Operand<T> input, Long numReplicas) Deprecated.Factory method to create a class wrapping a new TPUReplicatedOutput operation.- Type Parameters:
T- data type forTPUReplicatedOutputoutput and operands- Parameters:
scope- current scopeinput- The input valuenumReplicas- The value of the numReplicas attribute- Returns:
- a new instance of TPUReplicatedOutput
-
outputs
-
iterator
-
ReplicatedOutputinstead