Function tensorflow::ops::matching_files
source · pub fn matching_files<O0: Into<Output>>(
pattern: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for MatchingFiles::new().build(pattern, scope)
.