Function tensorflow::ops::lmdbdataset

source ·
pub fn lmdbdataset<O0: Into<Output>>(
    filenames: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for LMDBDataset::new().build(filenames, scope).