MCPcopy 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

23namespace xla {
24
25Status RetCheckFail() {
26 TF_RET_CHECK(2 > 3);
27 return Status::OK();
28}
29
30Status RetCheckFailWithExtraMessage() {
31 TF_RET_CHECK(2 > 3) << "extra message";

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected