Searched refs:transpose1 (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | bitcast_decomposer_test.cc | 174 const HloInstruction* transpose1 = nullptr; in TEST_P() local 179 GmockMatch(m::Transpose(&transpose1, m::Parameter(0))), in TEST_P() 180 GmockMatch(m::Transpose(&transpose1, in TEST_P() 183 &bitcast, m::Transpose(&transpose1, m::Parameter(0)))), in TEST_P() 187 m::Transpose(&transpose1, m::Parameter(0))))))); in TEST_P() 192 if (transpose1 != nullptr) { in TEST_P() 193 EXPECT_TRUE(ShapeUtil::TransposeIsBitcast(transpose1->operand(0)->shape(), in TEST_P() 194 transpose1->shape(), in TEST_P() 195 transpose1->dimensions())); in TEST_P()
|
D | algebraic_simplifier_test.cc | 3176 HloInstruction* transpose1 = in TEST_F() local 3181 ShapeUtil::MakeShape(F32, {4, 3, 2}), transpose1, {1, 0, 2})); in TEST_F() 3186 GmockMatch(m::Transpose(m::Op().Is(transpose1)))); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/mhlo/ |
D | sparse_transpose.mlir | 14 // CHECK-LABEL: func @transpose1( 17 func.func @transpose1(%arg0: tensor<100x100xf64>)
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | cpu_gpu_fusion_test.cc | 578 auto transpose1 = builder.AddInstruction(HloInstruction::CreateTranspose( in XLA_TEST_F() local 581 ShapeUtil::MakeShape(S32, {2, 2}), HloOpcode::kNegate, transpose1)); in XLA_TEST_F() 583 ->CreateFusionInstruction(/*instructions_to_fuse=*/{negate2, transpose1}, in XLA_TEST_F()
|
/external/libhevc/common/arm/ |
D | ihevc_resi_trans_32x32_a9q.s | 313 VTRN.32 Q15, Q5 @R1 transpose1 -- dual issue 317 VTRN.32 Q4,Q12 @R2 transpose1 318 VTRN.32 Q8,Q2 @R2 transpose1 330 VTRN.32 Q9, Q13 @R1 transpose1
|
D | ihevc_resi_trans.s | 1202 VTRN.32 Q1, Q3 @R1 transpose1 -- 2 cycles 1205 VTRN.32 Q2,Q4 @R2 transpose1 -- 2 cycles 1207 VTRN.32 Q5, Q7 @R1 transpose1 -- 2 cycles 1209 VTRN.32 Q6,Q8 @R2 transpose1 -- 2 cycles
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 1808 Output transpose1 = ops::Transpose(s.WithOpName("transpose1"), inputs, perm1); in TEST_F() local 1810 ops::Transpose(s.WithOpName("transpose2"), transpose1, perm2); in TEST_F() 1910 Output transpose1 = ops::Transpose(s, inputs, ops::Const(s, {1, 0})); in TEST_F() local 1911 Output transpose2 = ops::Transpose(s, transpose1, ops::Const(s, {1, 0})); in TEST_F() 1948 Output transpose1 = ops::Transpose(s.WithOpName("transpose1"), inputs, perm); in TEST_F() local 1950 ops::Transpose(s.WithOpName("transpose2"), transpose1, perm); in TEST_F() 1973 Output transpose1 = ops::Transpose( in TEST_F() local 1975 Output identity = ops::Identity(s.WithOpName("id"), transpose1); in TEST_F()
|