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