Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_ordering_test.cc73 auto builder_a = HloComputation::Builder("A"); in TEST_F() local
74 HloInstruction* a = builder_a.AddInstruction( in TEST_F()
77 module->AddEmbeddedComputation(builder_a.Build()); in TEST_F()