@Operator public final class LookupTableImport extends PrimitiveOp
The tensor `keys` must be of the same type as the keys of the table. The tensor `values` must be of the type of the table values.
operation| Modifier and Type | Method and Description |
|---|---|
static <T,U> LookupTableImport |
create(Scope scope,
Operand<?> tableHandle,
Operand<T> keys,
Operand<U> values)
Factory method to create a class to wrap a new LookupTableImport operation to the graph.
|
equals, hashCode, toStringpublic static <T,U> LookupTableImport create(Scope scope, Operand<?> tableHandle, Operand<T> keys, Operand<U> values)
scope - current graph scopetableHandle - Handle to the table.keys - Any shape. Keys to look up.values - Values to associate with keys.Copyright © 2015–2019. All rights reserved.