operation| Modifier and Type | Method and Description |
|---|---|
Output<String> |
asOutput()
Returns the symbolic handle of a tensor.
|
static IteratorToStringHandle |
create(Scope scope,
Operand<?> resourceHandle)
Factory method to create a class to wrap a new IteratorToStringHandle operation to the graph.
|
Output<String> |
stringHandle()
A string representation of the given handle.
|
equals, hashCode, toStringpublic static IteratorToStringHandle create(Scope scope, Operand<?> resourceHandle)
scope - current graph scoperesourceHandle - A handle to an iterator resource.public Output<String> 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<String>OperationBuilder.addInput(Output)Copyright © 2015–2019. All rights reserved.