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

Function Readable

tensorflow/lite/toco/toco_port.cc:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96tensorflow::Status Readable(const string& filename,
97 const file::Options& options) {
98 return ToStatus(::file::Readable(filename, ::file::Defaults()));
99}
100
101tensorflow::Status Exists(const string& filename,
102 const file::Options& options) {

Callers 2

TESTFunction · 0.70

Calls 5

DefaultsFunction · 0.85
NotFoundFunction · 0.85
c_strMethod · 0.80
ToStatusFunction · 0.70
fopenFunction · 0.50

Tested by 1

TESTFunction · 0.56