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
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
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