Searched refs:transpose2 (Results 1 – 5 of 5) sorted by relevance
/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 | 492 HloInstruction* transpose2 = builder.AddInstruction( in TEST_F() local 495 result_shape, HloOpcode::kNegate, transpose2)); in TEST_F()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 1350 Output transpose2 = in TEST_F() local 1353 Output id1 = ops::Identity(s.WithOpName("id1"), transpose2); in TEST_F() 1452 Output transpose2 = ops::Transpose(s, transpose1, ops::Const(s, {1, 0})); in TEST_F() local 1454 ops::Identity(s.WithOpName("outputs").WithControlDependencies(transpose2), in TEST_F() 1490 Output transpose2 = in TEST_F() local 1492 Output outputs = ops::Identity(s.WithOpName("outputs"), transpose2); in TEST_F() 1517 Output transpose2 = in TEST_F() local 1519 Output id1 = ops::Identity(s.WithOpName("id1"), 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
|