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

Method GetMatchingPaths

tensorflow/contrib/ignite/kernels/igfs/igfs.cc:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200Status IGFS::GetMatchingPaths(const string &pattern,
201 std::vector<string> *results) {
202 return internal::GetMatchingPaths(this, Env::Default(), pattern, results);
203}
204
205Status IGFS::DeleteFile(const string &file_name) {
206 std::unique_ptr<IGFSClient> client = CreateClient();

Callers

nothing calls this directly

Calls 2

GetMatchingPathsFunction · 0.85
DefaultFunction · 0.85

Tested by

no test coverage detected