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

Method DeleteDir

tensorflow/core/platform/env.cc:243–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243Status Env::DeleteDir(const string& dirname) {
244 FileSystem* fs;
245 TF_RETURN_IF_ERROR(GetFileSystemForFile(dirname, &fs));
246 return fs->DeleteDir(dirname);
247}
248
249Status Env::Stat(const string& fname, FileStatistics* stat) {
250 FileSystem* fs;

Callers 2

ComputeMethod · 0.45
TF_DeleteDirFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected