tensorflow::ops

Function lmdbdataset

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

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