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

Method NewAppendableFile

tensorflow/core/platform/env.cc:153–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153Status Env::NewAppendableFile(const string& fname,
154 std::unique_ptr<WritableFile>* result) {
155 FileSystem* fs;
156 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs));
157 return fs->NewAppendableFile(fname, result);
158}
159
160Status Env::FileExists(const string& fname) {
161 FileSystem* fs;

Callers 5

RecordingTpuDriverMethod · 0.45
AppendStringToFileFunction · 0.45
ProcessOneElementMethod · 0.45
WriterThreadMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36