Searched refs:call_false_builder (Results 1 – 1 of 1) sorted by relevance
93 HloComputation::Builder call_false_builder(TestName() + ".call_false"); in TEST_F() local94 call_false_builder.AddInstruction( in TEST_F()96 call_false_builder.AddInstruction( in TEST_F()99 module->AddEmbeddedComputation(call_false_builder.Build()); in TEST_F()134 HloComputation::Builder call_false_builder(TestName() + ".call_false"); in TEST_F() local135 HloInstruction* call = call_false_builder.AddInstruction( in TEST_F()137 auto computation = module->AddEntryComputation(call_false_builder.Build()); in TEST_F()