Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_propagation_test.cc389 auto builder_f0 = HloComputation::Builder("fusion0"); in TEST_F() local
391 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()