InitializeTableFromDataset

public final class InitializeTableFromDataset

Constants

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

Public Methods

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

Inherited Methods

Constants

public static final String OP_NAME

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

Constant Value: "InitializeTableFromDataset"

Public Methods

public static InitializeTableFromDataset create (Scope scope, Operand<?> tableHandle, Operand<?> dataset)

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

Parameters
scope current scope
Returns
  • a new instance of InitializeTableFromDataset