Home
last modified time | relevance | path

Searched defs:rhs_reshaped (Results 1 – 9 of 9) sorted by relevance

/external/ComputeLibrary/tests/validation/CL/
DGEMMLowpMatrixMultiplyReshapedOnlyRHS.cpp151 CLTensor rhs_reshaped = create_tensor<CLTensor>(rhs_shape_reshaped, DataType::QASYMM8); in validate_configuration() local
DGEMMMatrixMultiplyReshapedOnlyRHS.cpp313 TensorInfo rhs_reshaped = TensorInfo(rhs_shape_reshaped, 1, dt_input1); in validate_configuration() local
/external/ComputeLibrary/tests/validation/fixtures/
DGEMMLowpFixture.h995 TensorType rhs_reshaped; in compute_target() local
1150 TensorType rhs_reshaped; in compute_target() local
1300 TensorType rhs_reshaped; in compute_target() local
1473 TensorType rhs_reshaped; in compute_target() local
1654 TensorType rhs_reshaped; in compute_target() local
1810 TensorType rhs_reshaped; in compute_target() local
DGEMMFixture.h531 TensorType rhs_reshaped; in compute_target() local
686 TensorType rhs_reshaped; in compute_target() local
845 TensorType rhs_reshaped; in compute_target() local
1053 TensorType rhs_reshaped; in compute_target() local
1283 TensorType rhs_reshaped; in compute_target() local
1462 TensorType rhs_reshaped; in compute_target() local
1641 TensorType rhs_reshaped; in compute_target() local
1863 TensorType rhs_reshaped; in compute_target() local
2512 TensorType rhs_reshaped; in compute_target() local
/external/ComputeLibrary/examples/gemm_tuner/
Dcl_gemm_reshaped_rhs_only.cpp284 CLTensor rhs_reshaped{}; member in CLGEMMMatrixMultiplyReshapedOnlyRHSExample
Dcl_gemmlowp_reshaped.cpp316 CLTensor rhs_reshaped{}; member in CLGEMMLowpMatrixMultiplyReshapedExample
Dcl_gemmlowp_reshaped_rhs_only_fused_output_stage_fixedpoint.cpp359 CLTensor rhs_reshaped{}; member in CLGEMMLowpMatrixMultiplyReshapedOnlyRHSFusedOutputStageFixedpointExample
Dcl_gemm_reshaped.cpp335 CLTensor rhs_reshaped{}; member in CLGEMMMatrixMultiplyReshapedExample
/external/ComputeLibrary/src/gpu/cl/operators/
DClGemm.cpp675 CLAuxTensorHandler rhs_reshaped(offset_int_vec(RhsReshape), _tmp_b, tensors, true); in run() local
786 CLAuxTensorHandler rhs_reshaped(_tmp_b, *rhs_aux); in prepare() local