IteratorGetNext

public final class IteratorGetNext

Gets the next output from the given iterator .

Constants

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

Public Methods

List<Output<?>>
static IteratorGetNext
create(Scope scope, Operand<?> iterator, List<Class<? extends TType>> outputTypes, List<Shape> outputShapes)
Factory method to create a class wrapping a new IteratorGetNext operation.
Iterator<Operand<TType>>

Inherited Methods

Constants

public static final String OP_NAME

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

Constant Value: "IteratorGetNext"

Public Methods

public List<Output<?>> components ()

public static IteratorGetNext create (Scope scope, Operand<?> iterator, List<Class<? extends TType>> outputTypes, List<Shape> outputShapes)

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

Parameters
scope current scope
Returns
  • a new instance of IteratorGetNext

public Iterator<Operand<TType>> iterator ()