Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
173
Status 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_model
Function · 0.85
base_test.py
File · 0.85
testUrlretrieveRaisesOnNonRetriableErrorWithoutRetry
Method · 0.85
read_saved_model
Function · 0.85
_parse_input_graph_proto
Function · 0.85
_parse_input_meta_graph_proto
Function · 0.85
_parse_input_saver_proto
Function · 0.85
_read_file
Function · 0.85
read_meta_graph_file
Function · 0.85
tf_record_iterator
Function · 0.85
parse_saved_model
Function · 0.85
__init__
Method · 0.85
Calls
3
ErrnoToCode
Function · 0.85
Status
Class · 0.50
StrCat
Function · 0.50
Tested by
2
testUrlretrieveRaisesOnNonRetriableErrorWithoutRetry
Method · 0.68
_initObjectDetectionArgs
Method · 0.68