Searched refs:ClGemmReshapeLhsMatrixKernel (Results 1 – 10 of 10) sorted by relevance
/external/ComputeLibrary/src/gpu/cl/kernels/ |
D | ClGemmReshapeLhsMatrixKernel.h | 41 class ClGemmReshapeLhsMatrixKernel : public ICLKernel 44 ClGemmReshapeLhsMatrixKernel(); 45 ARM_COMPUTE_DISALLOW_COPY_ALLOW_MOVE(ClGemmReshapeLhsMatrixKernel);
|
D | ClGemmReshapeLhsMatrixKernel.cpp | 104 ClGemmReshapeLhsMatrixKernel::ClGemmReshapeLhsMatrixKernel() in ClGemmReshapeLhsMatrixKernel() function in arm_compute::opencl::kernels::ClGemmReshapeLhsMatrixKernel 109 void ClGemmReshapeLhsMatrixKernel::configure(const CLCompileContext &compile_context, ITensorInfo *… in configure() 171 Status ClGemmReshapeLhsMatrixKernel::validate(const ITensorInfo *src, const ITensorInfo *dst, const… in validate() 177 void ClGemmReshapeLhsMatrixKernel::run_op(ITensorPack &tensors, const Window &window, cl::CommandQu… in run_op()
|
/external/ComputeLibrary/src/gpu/cl/operators/ |
D | ClGemm.h | 126 std::unique_ptr<kernels::ClGemmReshapeLhsMatrixKernel> _reshape_lhs_kernel;
|
D | ClGemm.cpp | 148 …if(!bool(ClGemmReshapeLhsMatrixKernel::validate(a, &tmp_a_info, lhs_info, reinterpret_input_as_3d)… in validate_lhs_rhs_info_reshaped() 189 : _reshape_lhs_kernel(std::make_unique<ClGemmReshapeLhsMatrixKernel>()), in ClGemm() 448 …ARM_COMPUTE_RETURN_ON_ERROR(ClGemmReshapeLhsMatrixKernel::validate(a, &tmp_a_info, lhs_info, gemm_… in validate_reshaped()
|
/external/ComputeLibrary/tests/validation/CL/ |
D | GEMMReshapeLHSMatrix.cpp | 49 … CLSynthetizeOperatorInitOutputWithZeroAndWithZeroConstantBorder<ClGemmReshapeLhsMatrixKernel, 16>;
|
D | GEMMLowpMatrixMultiplyReshaped.cpp | 46 using CLGEMMReshapeLHSMatrix = CLSynthetizeOperator<opencl::kernels::ClGemmReshapeLhsMatrixKernel>;
|
D | GEMMMatrixMultiplyReshaped.cpp | 53 using CLGEMMReshapeLHSMatrix = CLSynthetizeOperator<ClGemmReshapeLhsMatrixKernel>;
|
/external/ComputeLibrary/examples/gemm_tuner/ |
D | cl_gemmlowp_reshaped.cpp | 171 using ClGemmReshapeLHSMatrix = test::CLSynthetizeOperator<ClGemmReshapeLhsMatrixKernel>;
|
D | cl_gemm_reshaped.cpp | 178 using CLGEMMReshapeLHSMatrix = test::CLSynthetizeOperator<ClGemmReshapeLhsMatrixKernel>;
|
/external/ComputeLibrary/ |
D | Android.bp | 588 "src/gpu/cl/kernels/ClGemmReshapeLhsMatrixKernel.cpp",
|