Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_inliner_test.cc93 HloComputation::Builder call_false_builder(TestName() + ".call_false"); in TEST_F() local
94 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() local
135 HloInstruction* call = call_false_builder.AddInstruction( in TEST_F()
137 auto computation = module->AddEntryComputation(call_false_builder.Build()); in TEST_F()