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

Method NewWritableFile

tensorflow/core/platform/env.cc:146–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146Status Env::NewWritableFile(const string& fname,
147 std::unique_ptr<WritableFile>* result) {
148 FileSystem* fs;
149 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs));
150 return fs->NewWritableFile(fname, result);
151}
152
153Status Env::NewAppendableFile(const string& fname,
154 std::unique_ptr<WritableFile>* result) {

Callers 15

FlushMethod · 0.45
SessionLoggerMethod · 0.45
NewMethod · 0.45
CreateFileForDumpingFunction · 0.45
WriteToPathMethod · 0.45
TEST_FFunction · 0.45
ComputeMethod · 0.45
WriteTSOpsFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TestAllCombinationsFunction · 0.36
TestMultipleWritesFunction · 0.36
TESTFunction · 0.36
WriteCompressedFileFunction · 0.36
VerifyFlushFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36