pub fn lookup_table_remove_v2<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    table_handle: &T0,
    keys: &T1
) -> Result<()>
Expand description

Shorthand for LookupTableRemoveV2::new().call(&ctx, &table_handle, &keys).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/LookupTableRemoveV2