tensorflow::
ops::
MatchingFiles
#include <io_ops.h>
Returns the set of files matching one or more glob patterns.
Summary
Note that this routine only supports wildcard characters in the basename portion of the pattern, not in the directory portion. Note also that the order of filenames returned is deterministic.
Args:
- scope: A Scope object
- pattern: Shell wildcard pattern(s). Scalar or vector of type string.
Returns:
-
Output
: A vector of matching filenames.
Constructors and Destructors |
|
---|---|
MatchingFiles
(const ::
tensorflow::Scope
& scope, ::
tensorflow::Input
pattern)
|
Public attributes |
|
---|---|
filenames
|
|
operation
|
Public functions |
|
---|---|
node
() const
|
::tensorflow::Node *
|
operator::tensorflow::Input
() const
|
|
operator::tensorflow::Output
() const
|
|
Public attributes
Public functions
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const