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

Method FileExists

tensorflow/core/platform/env.cc:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160Status Env::FileExists(const string& fname) {
161 FileSystem* fs;
162 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs));
163 return fs->FileExists(fname);
164}
165
166bool Env::FilesExist(const std::vector<string>& files,
167 std::vector<Status>* status) {

Callers 15

file_exists_v2Function · 0.45
FileExistsFunction · 0.45
CompilePtxFunction · 0.45
UnArchiveMethod · 0.45
LinkWithBitcodeVectorFunction · 0.45
LinkLibdeviceIfNecessaryFunction · 0.45
RestoreSSDMethod · 0.45
TEST_FFunction · 0.45
NextItemMethod · 0.45
FileExistsFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 8

UnArchiveMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
MakeTestClusterMethod · 0.36
TESTFunction · 0.36
ValidateAssetsMethod · 0.36