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