U - data type for output() output@Operator public final class ResourceGatherNd<U> extends PrimitiveOp implements Operand<U>
operation| Modifier and Type | Method and Description |
|---|---|
Output<U> |
asOutput()
Returns the symbolic handle of a tensor.
|
static <U,T extends Number> |
create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Class<U> dtype)
Factory method to create a class wrapping a new ResourceGatherNd operation.
|
Output<U> |
output() |
equals, hashCode, op, toStringpublic static <U,T extends Number> ResourceGatherNd<U> create(Scope scope, Operand<?> resource, Operand<T> indices, Class<U> dtype)
scope - current scoperesource - indices - dtype - public Output<U> 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<U>OperationBuilder.addInput(Output)Copyright © 2015–2019. All rights reserved.