Home
last modified time | relevance | path

Searched refs:just_false (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_inliner_test.cc87 HloComputation::Builder just_false(TestName() + ".false"); in TEST_F() local
88 just_false.AddInstruction( in TEST_F()
91 module->AddEmbeddedComputation(just_false.Build()); in TEST_F()
125 HloComputation::Builder just_false(TestName() + ".false"); in TEST_F() local
126 auto* true_constant = just_false.AddInstruction( in TEST_F()
128 auto* false_constant = just_false.AddInstruction( in TEST_F()
132 module->AddEmbeddedComputation(just_false.Build()); in TEST_F()