Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
WriteStringToFile
Function · 0.45
FileSystemCopyFile
Function · 0.45
TEST_F
Function · 0.45
Run
Method · 0.45
WriteString
Method · 0.45
TEST_F
Function · 0.45
CreateDir
Method · 0.45
Calls
1
reset
Method · 0.45
Tested by
4
TEST_F
Function · 0.36
Run
Method · 0.36
WriteString
Method · 0.36
TEST_F
Function · 0.36