T - data type for data() outputpublic final class BroadcastRecv<T extends Number> extends PrimitiveOp implements Operand<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
BroadcastRecv.Options
Optional attributes for
BroadcastRecv |
operation| Modifier and Type | Method and Description |
|---|---|
Output<T> |
asOutput()
Returns the symbolic handle of a tensor.
|
static BroadcastRecv.Options |
communicationHint(String communicationHint) |
static <T extends Number> |
create(Scope scope,
Class<T> T,
Long groupSize,
Long groupKey,
Long instanceKey,
Shape shape,
BroadcastRecv.Options... options)
Factory method to create a class wrapping a new BroadcastRecv operation.
|
Output<T> |
data() |
equals, hashCode, op, toStringpublic static <T extends Number> BroadcastRecv<T> create(Scope scope, Class<T> T, Long groupSize, Long groupKey, Long instanceKey, Shape shape, BroadcastRecv.Options... options)
scope - current scopeT - groupSize - groupKey - instanceKey - shape - options - carries optional attributes valuespublic static BroadcastRecv.Options communicationHint(String communicationHint)
communicationHint - public Output<T> asOutput()
OperandInputs 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.
asOutput in interface Operand<T extends Number>OperationBuilder.addInput(Output)Copyright © 2015–2019. All rights reserved.