Searched refs:negate8 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | memory_space_assignment_test.cc | 701 HloInstruction* negate8 = builder.AddInstruction( in TEST_P() local 704 HloInstruction::CreateUnary(shape, HloOpcode::kNegate, negate8)); in TEST_P() 717 negate5, negate6, negate7, negate8, negate9, add1}); in TEST_P() 1266 HloInstruction* negate8 = builder.AddInstruction( in TEST_P() local 1269 HloInstruction::CreateUnary(shape, HloOpcode::kNegate, negate8)); in TEST_P() 1279 negate4, negate5, negate6, negate7, negate8, negate9, add}); in TEST_P() 2750 HloInstruction* negate8 = builder.AddInstruction( in TEST_P() local 2753 HloInstruction::CreateCall(shape, {add1, negate8}, call_computation)); in TEST_P() 2769 {p0, p1, add1, add2, negate8, call, add3, add4, add5}); in TEST_P()
|