Function tensorflow::ops::lookup_table_find
source · pub fn lookup_table_find<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
table_handle: O0,
keys: O1,
default_value: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for LookupTableFind::new().build(table_handle, keys, default_value, scope)
.