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

Method FileExists

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

Source from the content-addressed store, hash-verified

388}
389
390Status S3FileSystem::FileExists(const string& fname) {
391 FileStatistics stats;
392 TF_RETURN_IF_ERROR(this->Stat(fname, &stats));
393 return Status::OK();
394}
395
396Status S3FileSystem::GetChildren(const string& dir,
397 std::vector<string>* result) {

Callers 1

TEST_FFunction · 0.45

Calls 1

StatMethod · 0.95

Tested by 1

TEST_FFunction · 0.36