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

Method NewWritableFile

tensorflow/core/util/memmapped_file_system.cc:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151Status MemmappedFileSystem::NewWritableFile(const string& filename,
152 std::unique_ptr<WritableFile>* wf) {
153 return errors::Unimplemented("memmapped format doesn't support writing");
154}
155
156Status MemmappedFileSystem::NewAppendableFile(
157 const string& filename, std::unique_ptr<WritableFile>* result) {

Callers 10

InitIfNeededMethod · 0.45
InitializeMethod · 0.45
MutateSavedTensorSlicesFunction · 0.45
InitializeToFileMethod · 0.45
FlipEndiannessBitFunction · 0.45
VersionTestFunction · 0.45
BundleWriterMethod · 0.45
FinishMethod · 0.45
MergeBundlesFunction · 0.45

Calls 1

UnimplementedFunction · 0.85

Tested by 3

MutateSavedTensorSlicesFunction · 0.36
FlipEndiannessBitFunction · 0.36
VersionTestFunction · 0.36