Searched refs:transpose2 (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | bitcast_decomposer_test.cc | 175 const HloInstruction* transpose2 = nullptr; in TEST_P() local 185 &transpose2, in TEST_P() 197 if (transpose2 != nullptr) { in TEST_P() 198 EXPECT_TRUE(ShapeUtil::TransposeIsBitcast(transpose2->operand(0)->shape(), in TEST_P() 199 transpose2->shape(), in TEST_P() 200 transpose2->dimensions())); in TEST_P()
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/mhlo/ |
D | sparse_transpose.mlir | 25 // CHECK-LABEL: func @transpose2( 28 func.func @transpose2(%arg0: tensor<100x100xf64, #DCSR>)
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | instruction_fusion_test.cc | 100 HloInstruction* transpose2 = builder.AddInstruction( in TEST_F() local 105 EXPECT_EQ(transpose2, computation->root_instruction()); in TEST_F() 137 auto transpose2 = builder.AddInstruction(HloInstruction::CreateTranspose( in TEST_F() local 142 EXPECT_EQ(transpose2, computation->root_instruction()); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_instruction_fusion_test.cc | 474 HloInstruction* transpose2 = builder.AddInstruction( in TEST_F() local 477 result_shape, HloOpcode::kNegate, transpose2)); in TEST_F()
|
/external/libhevc/common/arm/ |
D | ihevc_resi_trans_32x32_a9q.s | 326 VSWP D4,D25 @R2 transpose2 327 VSWP D16,D9 @R2 transpose2 333 VSWP D18,D31 @R1 transpose2 337 VSWP D26,D11 @R1 transpose2
|
D | ihevc_resi_trans.s | 1211 VSWP D10,D3 @R1 transpose2 1212 VSWP D14,D7 @R1 transpose2 1214 VSWP D12,D5 @R2 transpose2 1215 VSWP D16,D9 @R2 transpose2
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 1809 Output transpose2 = in TEST_F() local 1812 Output id1 = ops::Identity(s.WithOpName("id1"), transpose2); in TEST_F() 1911 Output transpose2 = ops::Transpose(s, transpose1, ops::Const(s, {1, 0})); in TEST_F() local 1913 ops::Identity(s.WithOpName("outputs").WithControlDependencies(transpose2), in TEST_F() 1949 Output transpose2 = in TEST_F() local 1951 Output outputs = ops::Identity(s.WithOpName("outputs"), transpose2); in TEST_F() 1976 Output transpose2 = in TEST_F() local 1978 Output id1 = ops::Identity(s.WithOpName("id1"), transpose2); in TEST_F()
|