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

Method GetChildren

tensorflow/core/platform/env.cc:212–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212Status Env::GetChildren(const string& dir, std::vector<string>* result) {
213 FileSystem* fs;
214 TF_RETURN_IF_ERROR(GetFileSystemForFile(dir, &fs));
215 return fs->GetChildren(dir, result);
216}
217
218Status Env::GetMatchingPaths(const string& pattern,
219 std::vector<string>* results) {

Callers 9

list_directory_v2Function · 0.45
SummaryTestHelperMethod · 0.45
LoadTensorDumpsMethod · 0.45
GetMatchingPathsFunction · 0.45
TF_GetChildrenFunction · 0.45

Calls

no outgoing calls

Tested by 2

SummaryTestHelperMethod · 0.36
LoadTensorDumpsMethod · 0.36