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

Method DeleteFile

tensorflow/core/util/memmapped_file_system.cc:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172Status MemmappedFileSystem::DeleteFile(const string& filename) {
173 return errors::Unimplemented("memmapped format doesn't support DeleteFile");
174}
175
176Status MemmappedFileSystem::CreateDir(const string& dirname) {
177 return errors::Unimplemented("memmapped format doesn't support CreateDir");

Callers 6

VerifyFileFunction · 0.45
TESTFunction · 0.45
FinishMethod · 0.45
TESTFunction · 0.45
FinishMethod · 0.45
MergeBundlesFunction · 0.45

Calls 1

UnimplementedFunction · 0.85

Tested by 3

VerifyFileFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36