Op@Operator public final class InitializeTable extends PrimitiveOp
operation| Modifier and Type | Method | Description |
|---|---|---|
static <T,U> InitializeTable |
create(Scope scope,
Operand<?> tableHandle,
Operand<T> keys,
Operand<U> values) |
Factory method to create a class to wrap a new InitializeTable operation to the graph.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, hashCode, toStringpublic static <T,U> InitializeTable create(Scope scope, Operand<?> tableHandle, Operand<T> keys, Operand<U> values)
scope - current graph scopetableHandle - Handle to a table which will be initialized.keys - Keys of type Tkey.values - Values of type Tval.