Function tensorflow::ops::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)
.