Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_test.cc699 HloInstruction* negate7 = builder.AddInstruction( in TEST_P() local
702 HloInstruction::CreateUnary(shape, HloOpcode::kNegate, negate7)); in TEST_P()
717 negate5, negate6, negate7, negate8, negate9, add1}); in TEST_P()
1264 HloInstruction* negate7 = builder.AddInstruction( in TEST_P() local
1267 HloInstruction::CreateUnary(shape, HloOpcode::kNegate, negate7)); in TEST_P()
1279 negate4, negate5, negate6, negate7, negate8, negate9, add}); in TEST_P()
2563 HloInstruction* negate7 = builder.AddInstruction( in TEST_P() local
2570 shape4, HloOpcode::kAdd, padded_add3, negate7)); in TEST_P()
2593 negate7, in TEST_P()
2733 HloInstruction* negate7 = call_builder.AddInstruction( in TEST_P() local
[all …]
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcpu_gpu_fusion_test.cc216 auto negate7 = builder.AddInstruction(HloInstruction::CreateUnary( in XLA_TEST_F() local
219 ShapeUtil::MakeShape(F32, {2, 3}), HloOpcode::kAdd, concat5, negate7)); in XLA_TEST_F()
235 {slice12, select11, const10, const9, add8, negate7, const6, concat5, in XLA_TEST_F()