Function tensorflow::eager::raw_ops::lookup_table_size
source · pub fn lookup_table_size<'a, T0: ToTensorHandle<'a>>(
ctx: &'a Context,
table_handle: &T0
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for LookupTableSize::new().call(&ctx, &table_handle)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/LookupTableSize