Home
last modified time | relevance | path

Searched refs:transpose2 (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dbitcast_decomposer_test.cc175 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/
Dsparse_transpose.mlir25 // CHECK-LABEL: func @transpose2(
28 func.func @transpose2(%arg0: tensor<100x100xf64, #DCSR>)
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dinstruction_fusion_test.cc100 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/
Dcpu_instruction_fusion_test.cc474 HloInstruction* transpose2 = builder.AddInstruction( in TEST_F() local
477 result_shape, HloOpcode::kNegate, transpose2)); in TEST_F()
/external/libhevc/common/arm/
Dihevc_resi_trans_32x32_a9q.s326 VSWP D4,D25 @R2 transpose2
327 VSWP D16,D9 @R2 transpose2
333 VSWP D18,D31 @R1 transpose2
337 VSWP D26,D11 @R1 transpose2
Dihevc_resi_trans.s1211 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/
Darithmetic_optimizer_test.cc1809 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()