LookupTableRemove

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
create(Scope scope, Operand<?> tableHandle, Operand<T> keys)
Factory method to create a class wrapping a new LookupTableRemove operation.

Inherited Methods

org.tensorflow.op.PrimitiveOp
final boolean
equals(Object obj)
final int
Operation
op()
Returns the underlying Operation
final String
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