Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ RetCheckFail
Function
RetCheckFail
tensorflow/compiler/xla/status_macros_test.cc:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
namespace xla {
24
25
Status RetCheckFail() {
26
TF_RET_CHECK(2 > 3);
27
return Status::OK();
28
}
29
30
Status RetCheckFailWithExtraMessage() {
31
TF_RET_CHECK(2 > 3) <<
"extra message"
;
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected