IteratorToStringHandle

public final class IteratorToStringHandle

Converts the given `resource_handle` representing an iterator to a string.

Constants

String OP_NAME The name of this op, as known by TensorFlow core engine

Public Methods

Output<TString>
asOutput()
Returns the symbolic handle of the tensor.
static IteratorToStringHandle
create(Scope scope, Operand<?> resourceHandle)
Factory method to create a class wrapping a new IteratorToStringHandle operation.
Output<TString>
stringHandle()
A string representation of the given handle.

Inherited Methods

Constants

public static final String OP_NAME

The name of this op, as known by TensorFlow core engine

Constant Value: "IteratorToStringHandle"

Public Methods

public Output<TString> asOutput ()

Returns the symbolic handle of the 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 IteratorToStringHandle create (Scope scope, Operand<?> resourceHandle)

Factory method to create a class wrapping a new IteratorToStringHandle operation.

Parameters
scope current scope
resourceHandle A handle to an iterator resource.
Returns
  • a new instance of IteratorToStringHandle

public Output<TString> stringHandle ()

A string representation of the given handle.