tensorflow::ops

Function experimental_matching_files_dataset

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

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