Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ RetCheckSuccess
Function
RetCheckSuccess
tensorflow/compiler/xla/status_macros_test.cc:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
Status RetCheckSuccess() {
36
TF_RET_CHECK(3 > 2);
37
return Status::OK();
38
}
39
40
TEST(StatusMacros, RetCheckFailing) {
41
Status status = RetCheckFail();
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected