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

Method RemoveFile

tensorflow/core/platform/cloud/ram_file_block_cache.cc:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void RamFileBlockCache::RemoveFile(const string& filename) {
272 mutex_lock lock(mu_);
273 RemoveFile_Locked(filename);
274}
275
276void RamFileBlockCache::RemoveFile_Locked(const string& filename) {
277 Key begin = std::make_pair(filename, 0);

Callers 2

ClearFileCachesMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64