Home
last modified time | relevance | path

Searched refs:ClGemmReshapeLhsMatrixKernel (Results 1 – 10 of 10) sorted by relevance

/external/ComputeLibrary/src/gpu/cl/kernels/
DClGemmReshapeLhsMatrixKernel.h41 class ClGemmReshapeLhsMatrixKernel : public ICLKernel
44 ClGemmReshapeLhsMatrixKernel();
45 ARM_COMPUTE_DISALLOW_COPY_ALLOW_MOVE(ClGemmReshapeLhsMatrixKernel);
DClGemmReshapeLhsMatrixKernel.cpp104 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/
DClGemm.h126 std::unique_ptr<kernels::ClGemmReshapeLhsMatrixKernel> _reshape_lhs_kernel;
DClGemm.cpp148 …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/
DGEMMReshapeLHSMatrix.cpp49 … CLSynthetizeOperatorInitOutputWithZeroAndWithZeroConstantBorder<ClGemmReshapeLhsMatrixKernel, 16>;
DGEMMLowpMatrixMultiplyReshaped.cpp46 using CLGEMMReshapeLHSMatrix = CLSynthetizeOperator<opencl::kernels::ClGemmReshapeLhsMatrixKernel>;
DGEMMMatrixMultiplyReshaped.cpp53 using CLGEMMReshapeLHSMatrix = CLSynthetizeOperator<ClGemmReshapeLhsMatrixKernel>;
/external/ComputeLibrary/examples/gemm_tuner/
Dcl_gemmlowp_reshaped.cpp171 using ClGemmReshapeLHSMatrix = test::CLSynthetizeOperator<ClGemmReshapeLhsMatrixKernel>;
Dcl_gemm_reshaped.cpp178 using CLGEMMReshapeLHSMatrix = test::CLSynthetizeOperator<ClGemmReshapeLhsMatrixKernel>;
/external/ComputeLibrary/
DAndroid.bp588 "src/gpu/cl/kernels/ClGemmReshapeLhsMatrixKernel.cpp",