ReaderReset

public final class ReaderReset

Restore a Reader to its initial clean state.

Constants

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

Public Methods

static ReaderReset
create(Scope scope, Operand<?> readerHandle)
Factory method to create a class wrapping a new ReaderReset operation.

Inherited Methods

Constants

public static final String OP_NAME

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

Constant Value: "ReaderResetV2"

Public Methods

public static ReaderReset create (Scope scope, Operand<?> readerHandle)

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

Parameters
scope current scope
readerHandle Handle to a Reader.
Returns
  • a new instance of ReaderReset