public final class
LookupTableRemove
Removes keys and its associated values from a table.
The tensor `keys` must of the same type as the keys of the table. Keys not already in the table are silently ignored.
Public Methods
static <T> LookupTableRemove |
Inherited Methods
Public Methods
public static LookupTableRemove create (Scope scope, Operand<?> tableHandle, Operand<T> keys)
Factory method to create a class wrapping a new LookupTableRemove operation.
Parameters
scope | current scope |
---|---|
tableHandle | Handle to the table. |
keys | Any shape. Keys of the elements to remove. |
Returns
- a new instance of LookupTableRemove