tensorflow::ops

Function 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).