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

Method Close

tensorflow/core/platform/s3/s3_file_system.cc:232–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 }
231
232 Status Close() override {
233 if (outfile_) {
234 TF_RETURN_IF_ERROR(Sync());
235 outfile_.reset();
236 }
237 return Status::OK();
238 }
239
240 Status Flush() override { return Sync(); }
241

Callers 7

WriteStringToFileFunction · 0.45
FileSystemCopyFileFunction · 0.45
TEST_FFunction · 0.45
RunMethod · 0.45
WriteStringMethod · 0.45
TEST_FFunction · 0.45
CreateDirMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by 4

TEST_FFunction · 0.36
RunMethod · 0.36
WriteStringMethod · 0.36
TEST_FFunction · 0.36