MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TEST_F

Function TEST_F

tensorflow/compiler/xla/tests/pred_test.cc:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42};
43
44TEST_F(PredTest, ConstantR0PredTrue) {
45 XlaBuilder builder(TestName());
46 ConstantR0<bool>(&builder, true);
47 ComputeAndCompareR0<bool>(&builder, true, {});
48}
49
50TEST_F(PredTest, ConstantR0PredFalse) {
51 XlaBuilder builder(TestName());

Callers

nothing calls this directly

Calls 2

TestNameFunction · 0.85
AnyFunction · 0.50

Tested by

no test coverage detected