public final class LookupTableRemove extends PrimitiveOp
The tensor `keys` must of the same type as the keys of the table. Keys not already in the table are silently ignored.
operation| Modifier and Type | Method and Description |
|---|---|
static <T> LookupTableRemove |
create(Scope scope,
Operand<?> tableHandle,
Operand<T> keys)
Factory method to create a class to wrap a new LookupTableRemove operation to the graph.
|
equals, hashCode, toStringpublic static <T> LookupTableRemove create(Scope scope, Operand<?> tableHandle, Operand<T> keys)
scope - current graph scopetableHandle - Handle to the table.keys - Any shape. Keys of the elements to remove.Copyright © 2015–2019. All rights reserved.