Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_propagation_test.cc401 auto builder_f1 = HloComputation::Builder("fusion1"); in TEST_F() local
402 HloInstruction* p_f1 = builder_f1.AddInstruction( in TEST_F()
404 HloInstruction* a_f1 = builder_f1.AddInstruction( in TEST_F()
406 HloInstruction* b_f1 = builder_f1.AddInstruction( in TEST_F()
408 HloInstruction* dot = builder_f1.AddInstruction(CreateDot(shape, a_f1, b_f1)); in TEST_F()
409 auto comp_f1 = module->AddEmbeddedComputation(builder_f1.Build()); in TEST_F()