Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_test.cc3305 HloComputation::Builder fusion1_builder("fusion1"); in TEST_P() local
3306 HloInstruction* fusion1_param = fusion1_builder.AddInstruction( in TEST_P()
3308 HloInstruction* fusion1_element0 = fusion1_builder.AddInstruction( in TEST_P()
3310 HloInstruction* fusion1_element1 = fusion1_builder.AddInstruction( in TEST_P()
3312 fusion1_builder.AddInstruction(HloInstruction::CreateBinary( in TEST_P()
3315 module->AddEmbeddedComputation(fusion1_builder.Build()); in TEST_P()
3387 HloComputation::Builder fusion1_builder("fusion1"); in TEST_P() local
3388 HloInstruction* fusion1_param = fusion1_builder.AddInstruction( in TEST_P()
3390 HloInstruction* fusion1_element0 = fusion1_builder.AddInstruction( in TEST_P()
3392 HloInstruction* fusion1_element1 = fusion1_builder.AddInstruction( in TEST_P()
[all …]