T - data type for output() output@Operator public final class GuaranteeConst<T> extends PrimitiveOp implements Operand<T>
The runtime is then free to make optimizations based on this.
Only accepts value typed tensors as inputs and rejects resource variable handles as input.
Returns the input tensor without modification.
operation| Modifier and Type | Method and Description |
|---|---|
Output<T> |
asOutput()
Returns the symbolic handle of a tensor.
|
static <T> GuaranteeConst<T> |
create(Scope scope,
Operand<T> input)
Factory method to create a class to wrap a new GuaranteeConst operation to the graph.
|
Output<T> |
output() |
equals, hashCode, toStringpublic static <T> GuaranteeConst<T> create(Scope scope, Operand<T> input)
scope - current graph scopeinput - 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>OperationBuilder.addInput(Output)Copyright © 2015–2019. All rights reserved.