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

Method DeleteFile

tensorflow/core/platform/env.cc:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225Status Env::DeleteFile(const string& fname) {
226 FileSystem* fs;
227 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs));
228 return fs->DeleteFile(fname);
229}
230
231Status Env::RecursivelyCreateDir(const string& dirname) {
232 FileSystem* fs;

Callers 13

SessionLoggerMethod · 0.45
testStatusDoesNotLeakMethod · 0.45
delete_file_v2Function · 0.45
CompilePtxFunction · 0.45
addToCacheMethod · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
~CacheDatasetOpTestMethod · 0.45
~FileWriterIteratorMethod · 0.45
WriteMetadataFileFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 5

testStatusDoesNotLeakMethod · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
~CacheDatasetOpTestMethod · 0.36
TEST_FFunction · 0.36