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 wrapping a new LookupTableRemove operation.
|
equals, hashCode, op, toStringpublic static <T> LookupTableRemove create(Scope scope, Operand<?> tableHandle, Operand<T> keys)
scope - current scopetableHandle - Handle to the table.keys - Any shape. Keys of the elements to remove.Copyright © 2015–2019. All rights reserved.