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