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

Function IOError

tensorflow/core/platform/posix/error.cc:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173Status IOError(const string& context, int err_number) {
174 auto code = ErrnoToCode(err_number);
175 return Status(code, strings::StrCat(context, "; ", strerror(err_number)));
176}
177
178} // namespace tensorflow

Callers 15

read_saved_modelFunction · 0.85
base_test.pyFile · 0.85
read_saved_modelFunction · 0.85
_parse_input_graph_protoFunction · 0.85
_parse_input_saver_protoFunction · 0.85
_read_fileFunction · 0.85
read_meta_graph_fileFunction · 0.85
tf_record_iteratorFunction · 0.85
parse_saved_modelFunction · 0.85
__init__Method · 0.85

Calls 3

ErrnoToCodeFunction · 0.85
StatusClass · 0.50
StrCatFunction · 0.50