Function tensorflow::eager::raw_ops::matching_files
source · pub fn matching_files<'a, T0: ToTensorHandle<'a>>(
ctx: &'a Context,
pattern: &T0
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for MatchingFiles::new().call(&ctx, &pattern)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/MatchingFiles