/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | conv_canonicalization.cc | 78 HloInstruction::CreateTranspose(new_input_shape, input, in Run() 100 HloInstruction::CreateTranspose(new_kernel_shape, kernel, in Run() 143 hlo, HloInstruction::CreateTranspose( in Run()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | transpose_test_util.cc | 51 GPUOperation operation = CreateTranspose(op_def, attr); in TransposeIntTest() 93 GPUOperation operation = CreateTranspose(op_def, attr); in TransposeUintTest() 132 GPUOperation operation = CreateTranspose(op_def, attr); in TransposeTest()
|
D | transpose.h | 26 GPUOperation CreateTranspose(const OperationDef& definition,
|
D | transpose.cc | 95 GPUOperation CreateTranspose(const OperationDef& definition, in CreateTranspose() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | bfloat16_propagation_test.cc | 118 builder.AddInstruction(HloInstruction::CreateTranspose( in TEST_F() 179 builder.AddInstruction(HloInstruction::CreateTranspose( in TEST_F() 281 builder.AddInstruction(HloInstruction::CreateTranspose( in TEST_F() 330 HloInstruction* lhs = builder.AddInstruction(HloInstruction::CreateTranspose( in TEST_F() 641 HloInstruction::CreateTranspose(shape, body_param, {0, 1})); in TEST_F() 646 builder_f.AddInstruction(HloInstruction::CreateTranspose(shape, a_f, {0, 1})); in TEST_F() 724 HloInstruction::CreateTranspose(shape, body_dot2, {0, 1})); in TEST_F() 931 builder.AddInstruction(HloInstruction::CreateTranspose(shape, a, {0, 1})); in TEST_F() 933 builder.AddInstruction(HloInstruction::CreateTranspose(shape, b, {0, 1})); in TEST_F() 984 HloInstruction::CreateTranspose(shape, a_gte, {0, 1})); in TEST_F() [all …]
|
D | topk_rewriter.cc | 220 input = comp->AddInstruction(HloInstruction::CreateTranspose( in TransformToCustomCall() 243 value_gte = comp->AddInstruction(HloInstruction::CreateTranspose( in TransformToCustomCall() 246 index_gte = comp->AddInstruction(HloInstruction::CreateTranspose( in TransformToCustomCall()
|
D | transpose_folding_test.cc | 235 builder.AddInstruction(HloInstruction::CreateTranspose( in TEST_F() 293 builder.AddInstruction(HloInstruction::CreateTranspose( in TEST_F() 357 builder.AddInstruction(HloInstruction::CreateTranspose( in TEST_F() 426 builder.AddInstruction(HloInstruction::CreateTranspose( in TEST_F()
|
D | dot_decomposer.cc | 85 HloInstruction::CreateTranspose( in CanonicalizeDot() 135 HloInstruction::CreateTranspose( in CanonicalizeDot()
|
D | reshape_mover.cc | 157 return computation->AddInstruction(HloInstruction::CreateTranspose( in UpdateOperand() 249 HloInstruction::CreateTranspose(instruction->shape(), new_elementwise, in PerformSinkReshapeOrTranspose()
|
D | layout_assignment_test.cc | 365 HloInstruction::CreateTranspose(bshape, log, {1, 0})); in TEST_F() 403 HloInstruction::CreateTranspose(cshape, broadcast, {2, 1, 0})); in TEST_F() 446 HloInstruction::CreateTranspose(f32_43, broadcast, {1, 0})); in TEST_F() 549 auto transpose = builder.AddInstruction(HloInstruction::CreateTranspose( in TEST_F() 567 auto transpose = builder.AddInstruction(HloInstruction::CreateTranspose( in TEST_F() 587 HloInstruction::CreateTranspose(input_shape, param, {0, 2, 1})); in TEST_F() 1361 b.AddInstruction(HloInstruction::CreateTranspose(ashape, param0, {1, 0})); in TEST_F()
|
D | bitcast_decomposer.cc | 117 HloInstruction::CreateTranspose(shape, input, perm)); in Run()
|
D | layout_normalization.cc | 313 HloInstruction::CreateTranspose(normalized_shape, a0, dimensions)); in HandleTranspose() 349 HloInstruction::CreateTranspose(s_normalized, a0, dimensions)); in HandleCopy()
|
D | hlo_computation_test.cc | 531 builder.AddInstruction(HloInstruction::CreateTranspose(s2t, y, {1, 0})); in TEST_F() 567 builder.AddInstruction(HloInstruction::CreateTranspose(s2t, y, {1, 0})); in TEST_F() 604 builder.AddInstruction(HloInstruction::CreateTranspose(s2t, y, {1, 0})); in TEST_F()
|
D | hlo_instruction_test.cc | 1308 builder.AddInstruction(HloInstruction::CreateTranspose(s2t, y, {1, 0})); in TEST_F() 1407 builder.AddInstruction(HloInstruction::CreateTranspose(s, y, {1, 0})); in TEST_F() 1458 HloInstruction::CreateTranspose(data_shape, b, {1, 0})); in TEST_F() 1539 builder.AddInstruction(HloInstruction::CreateTranspose(s2t, y, {1, 0})); in TEST_F() 1786 builder.AddInstruction(HloInstruction::CreateTranspose(s2t, y, {1, 0})); in TEST_F() 1833 builder.AddInstruction(HloInstruction::CreateTranspose(s2t, y, {1, 0})); in TEST_F() 1889 builder.AddInstruction(HloInstruction::CreateTranspose(s2t, y, {1, 0})); in TEST_F()
|
D | hlo_constant_folding_test.cc | 191 HloInstruction::CreateTranspose(shape, literal_instruction, permutation)); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_eigen_dot_operation_test.cc | 90 HloInstruction::CreateTranspose(param_shape, lhs, {1, 0})); in TEST_P()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | cpu_gpu_fusion_test.cc | 206 auto reshape3 = builder.AddInstruction(HloInstruction::CreateTranspose( in XLA_TEST_F() 438 auto reshape1 = builder.AddInstruction(HloInstruction::CreateTranspose( in XLA_TEST_F() 453 auto reshape1 = builder.AddInstruction(HloInstruction::CreateTranspose( in XLA_TEST_F() 578 auto transpose1 = builder.AddInstruction(HloInstruction::CreateTranspose( in XLA_TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | instruction_fusion_test.cc | 101 HloInstruction::CreateTranspose(ShapeUtil::MakeShape(F32, {}), exp1, {})); in TEST_F() 137 auto transpose2 = builder.AddInstruction(HloInstruction::CreateTranspose( in TEST_F()
|
D | gpu_conv_rewriter.cc | 542 rhs = c->AddInstruction(HloInstruction::CreateTranspose( in MatchBackwardInput() 639 lhs = add(HloInstruction::CreateTranspose( in ConvertBatchGroupedToFeatureGroupedConvolution()
|
/external/armnn/src/backends/backendsCommon/ |
D | WorkloadFactoryBase.hpp | 271 std::unique_ptr<IWorkload> CreateTranspose(const TransposeQueueDescriptor& /*descriptor*/, in CreateTranspose() function in armnn::WorkloadFactoryBase
|
/external/armnn/include/armnn/backends/ |
D | WorkloadFactory.hpp | 400 virtual std::unique_ptr<IWorkload> CreateTranspose(const TransposeQueueDescriptor& descriptor,
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/ |
D | simple_selectors.cc | 221 GPUOperation operation = CreateTranspose(op_def, attr); in SelectTranspose()
|
/external/armnn/src/backends/neon/ |
D | NeonWorkloadFactory.hpp | 356 std::unique_ptr<IWorkload> CreateTranspose(const TransposeQueueDescriptor& descriptor,
|
/external/armnn/src/backends/reference/ |
D | RefWorkloadFactory.hpp | 380 std::unique_ptr<IWorkload> CreateTranspose(const TransposeQueueDescriptor& descriptor,
|
/external/armnn/src/backends/cl/ |
D | ClWorkloadFactory.hpp | 359 std::unique_ptr<IWorkload> CreateTranspose(const TransposeQueueDescriptor& descriptor,
|