Searched refs:transpose1 (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | instruction_fusion_test.cc | 149 auto transpose1 = builder.AddInstruction(HloInstruction::CreateTranspose( in TEST_F() local 154 EXPECT_EQ(transpose1, computation->root_instruction()); in TEST_F()
|
D | algebraic_simplifier_test.cc | 2223 HloInstruction* transpose1 = in TEST_F() local 2228 ShapeUtil::MakeShape(F32, {4, 3, 2}), transpose1, {1, 0, 2})); in TEST_F() 2233 GmockMatch(m::Transpose(m::Op().Is(transpose1)))); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | fusion_test.cc | 581 auto transpose1 = builder.AddInstruction(HloInstruction::CreateTranspose( in XLA_TEST_F() local 584 ShapeUtil::MakeShape(S32, {2, 2}), HloOpcode::kNegate, transpose1)); in XLA_TEST_F() 586 ->CreateFusionInstruction(/*instructions_to_fuse=*/{negate2, transpose1}, in XLA_TEST_F()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 1366 Output transpose1 = ops::Transpose(s.WithOpName("transpose1"), inputs, perm1); in TEST_F() local 1368 ops::Transpose(s.WithOpName("transpose2"), transpose1, perm2); in TEST_F() 1436 Output transpose1 = ops::Transpose(s, inputs, ops::Const(s, {1, 0})); in TEST_F() local 1437 Output transpose2 = ops::Transpose(s, transpose1, ops::Const(s, {1, 0})); in TEST_F() 1474 Output transpose1 = ops::Transpose(s.WithOpName("transpose1"), inputs, perm); in TEST_F() local 1476 ops::Transpose(s.WithOpName("transpose2"), transpose1, perm); in TEST_F() 1499 Output transpose1 = ops::Transpose( in TEST_F() local 1501 Output identity = ops::Identity(s.WithOpName("id"), transpose1); in TEST_F()
|
/external/libhevc/common/arm/ |
D | ihevc_resi_trans_32x32_a9q.s | 311 VTRN.32 Q15, Q5 @R1 transpose1 -- dual issue 315 VTRN.32 Q4,Q12 @R2 transpose1 316 VTRN.32 Q8,Q2 @R2 transpose1 328 VTRN.32 Q9, Q13 @R1 transpose1
|
D | ihevc_resi_trans.s | 1120 VTRN.32 Q1, Q3 @R1 transpose1 -- 2 cycles 1123 VTRN.32 Q2,Q4 @R2 transpose1 -- 2 cycles 1125 VTRN.32 Q5, Q7 @R1 transpose1 -- 2 cycles 1127 VTRN.32 Q6,Q8 @R2 transpose1 -- 2 cycles
|