Receives a tensor value broadcast from another device.
Nested Classes
| class | CollectiveBcastRecvV2.Options | Optional attributes for CollectiveBcastRecvV2
|
|
Public Methods
| Output<U> |
asOutput()
Returns the symbolic handle of a tensor.
|
| static CollectiveBcastRecvV2.Options |
communicationHint(String communicationHint)
|
| static <U, T extends Number> CollectiveBcastRecvV2<U> | |
| Output<U> |
data()
|
| static CollectiveBcastRecvV2.Options |
timeoutSeconds(Float timeoutSeconds)
|
Inherited Methods
Public Methods
public Output<U> asOutput ()
Returns the symbolic handle of a tensor.
Inputs to TensorFlow operations are outputs of another TensorFlow operation. This method is used to obtain a symbolic handle that represents the computation of the input.
public static CollectiveBcastRecvV2<U> create (Scope scope, Operand<Integer> groupSize, Operand<Integer> groupKey, Operand<Integer> instanceKey, Operand<T> shape, Class<U> T, Options... options)
Factory method to create a class wrapping a new CollectiveBcastRecvV2 operation.
Parameters
| scope | current scope |
|---|---|
| options | carries optional attributes values |
Returns
- a new instance of CollectiveBcastRecvV2