Function tensorflow::ops::experimental_lmdbdataset
source · pub fn experimental_lmdbdataset<O0: Into<Output>>(
filenames: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ExperimentalLMDBDataset::new().build(filenames, scope)
.