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

Function FileExists

tensorflow/core/grappler/inputs/utils.cc:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33bool FileExists(const string& file, Status* status) {
34 *status = Env::Default()->FileExists(file);
35 return status->ok();
36}
37
38Status ReadGraphDefFromFile(const string& graph_def_path, GraphDef* result) {
39 Status status;

Callers 7

RenameFileMethod · 0.50
CreateUniqueFileNameMethod · 0.50
IsDirectoryMethod · 0.50
FilesExistMethod · 0.50
DeleteRecursivelyMethod · 0.50
RecursivelyCreateDirMethod · 0.50
CreateDirMethod · 0.50

Calls 3

DefaultFunction · 0.85
FileExistsMethod · 0.45
okMethod · 0.45

Tested by

no test coverage detected