tensorflow::ops

Function matching_files_dataset

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

Shorthand for MatchingFilesDataset::new().build(patterns, scope).