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

Function FileExists

tensorflow/stream_executor/lib/env.h:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28using tensorflow::Thread;
29
30inline Status FileExists(const string& filename) {
31 return Env::Default()->FileExists(filename);
32}
33
34inline Status FileExists(const absl::string_view& filename) {
35 return Env::Default()->FileExists(string(filename));

Callers 2

Calls 2

DefaultFunction · 0.85
FileExistsMethod · 0.45

Tested by

no test coverage detected