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

Method RenameFile

tensorflow/core/util/memmapped_file_system.cc:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184Status MemmappedFileSystem::RenameFile(const string& filename_from,
185 const string& filename_to) {
186 return errors::Unimplemented("memmapped format doesn't support RenameFile");
187}
188
189const void* MemmappedFileSystem::GetMemoryWithOffset(uint64 offset) const {
190 return reinterpret_cast<const uint8*>(mapped_memory_->data()) + offset;

Callers 4

FinishMethod · 0.45
FlipEndiannessBitFunction · 0.45
FinishMethod · 0.45
MergeBundlesFunction · 0.45

Calls 1

UnimplementedFunction · 0.85

Tested by 1

FlipEndiannessBitFunction · 0.36