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