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

Function Exists

tensorflow/lite/toco/toco_port.cc:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101tensorflow::Status Exists(const string& filename,
102 const file::Options& options) {
103 auto status = ::file::Exists(filename, ::file::Defaults());
104 return ToStatus(status);
105}
106
107tensorflow::Status GetContents(const string& filename, string* contents,
108 const file::Options& options) {

Callers 2

TESTFunction · 0.85

Calls 5

DefaultsFunction · 0.85
NotFoundFunction · 0.85
c_strMethod · 0.80
ToStatusFunction · 0.70
statClass · 0.70

Tested by 1

TESTFunction · 0.68