Searched refs:builder_f0 (Results 1 – 1 of 1) sorted by relevance
389 auto builder_f0 = HloComputation::Builder("fusion0"); in TEST_F() local391 builder_f0.AddInstruction(HloInstruction::CreateParameter(0, shape, "a")); in TEST_F()393 builder_f0.AddInstruction(HloInstruction::CreateParameter(1, shape, "b")); in TEST_F()395 builder_f0.AddInstruction(HloInstruction::CreateTuple({a_f0, b_f0})); in TEST_F()396 auto comp_f0 = module->AddEmbeddedComputation(builder_f0.Build()); in TEST_F()