@Operator public final class InitializeTable extends PrimitiveOp
operation| Modifier and Type | Method and 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.
|
equals, 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.Copyright © 2015–2019. All rights reserved.