MCPcopy 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
35Status RetCheckSuccess() {
36 TF_RET_CHECK(3 > 2);
37 return Status::OK();
38}
39
40TEST(StatusMacros, RetCheckFailing) {
41 Status status = RetCheckFail();

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected