Function tensorflow::ops::lookup_table_size
source · pub fn lookup_table_size<O0: Into<Output>>(
table_handle: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for LookupTableSize::new().build(table_handle, scope)
.