MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / list_files

Method list_files

tensorflow/python/data/ops/dataset_ops.py:1954–1955  ·  view source on GitHub ↗
(file_pattern, shuffle=None, seed=None)

Source from the content-addressed store, hash-verified

1952 @staticmethod
1953 @functools.wraps(DatasetV2.list_files)
1954 def list_files(file_pattern, shuffle=None, seed=None):
1955 return DatasetV1Adapter(DatasetV2.list_files(file_pattern, shuffle, seed))
1956
1957 @functools.wraps(DatasetV2.repeat)
1958 def repeat(self, count=None):

Callers

nothing calls this directly

Calls 2

DatasetV1AdapterClass · 0.85
list_filesMethod · 0.45

Tested by

no test coverage detected