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

Method GetMatchingPaths

tensorflow/core/platform/env.cc:218–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218Status Env::GetMatchingPaths(const string& pattern,
219 std::vector<string>* results) {
220 FileSystem* fs;
221 TF_RETURN_IF_ERROR(GetFileSystemForFile(pattern, &fs));
222 return fs->GetMatchingPaths(pattern, results);
223}
224
225Status Env::DeleteFile(const string& fname) {
226 FileSystem* fs;

Callers 15

PrintAllPythonOpsFunction · 0.45
DumpToFileInDirImplFunction · 0.45
TESTFunction · 0.45
ReadOpHistoryFunction · 0.45
MoveMatchingFilesFunction · 0.45
ComputeMethod · 0.45
MatchFilesFunction · 0.45
ComputeMethod · 0.45
~CacheDatasetOpTestMethod · 0.45
~FileWriterIteratorMethod · 0.45
InitializeMethod · 0.45

Calls

no outgoing calls

Tested by 8

TESTFunction · 0.36
~CacheDatasetOpTestMethod · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
MatchFunction · 0.36
TESTFunction · 0.36
GetGoldenApiDefsFunction · 0.36