pub fn load_dataset<O0: Into<Output>, O1: Into<Output>>( path: O0, reader_func_other_args: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for LoadDataset::new().build(path, reader_func_other_args, scope).
LoadDataset::new().build(path, reader_func_other_args, scope)