| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<U,T> LookupTableFind<U> |
Ops.lookupTableFind(Operand<?> tableHandle,
Operand<T> keys,
Operand<U> defaultValue)
Builds an
LookupTableFind operation |
| Modifier and Type | Method and Description |
|---|---|
static <U,T> LookupTableFind<U> |
LookupTableFind.create(Scope scope,
Operand<?> tableHandle,
Operand<T> keys,
Operand<U> defaultValue)
Factory method to create a class wrapping a new LookupTableFind operation.
|
Copyright © 2015–2019. All rights reserved.