Home
last modified time | relevance | path

Searched refs:ClGemmLowpMatrixBReductionKernel (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClGemmLowpReductionKernel.cpp155 void ClGemmLowpMatrixBReductionKernel::configure(const CLCompileContext &compile_context, const ITe… in configure()
192 Status ClGemmLowpMatrixBReductionKernel::validate(const ITensorInfo *mtx_b, const ITensorInfo *vect… in validate()
200 void ClGemmLowpMatrixBReductionKernel::run_op(ITensorPack &tensors, const Window &window, cl::Comma… in run_op()
H A DClGemmLowpReductionKernel.h95 class ClGemmLowpMatrixBReductionKernel : public IClGemmLowpReductionKernel
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/
H A DClGemmLowpMatrixMultiplyCore.h46 class ClGemmLowpMatrixBReductionKernel; variable
130 …std::unique_ptr<kernels::ClGemmLowpMatrixBReductionKernel> _mtx_b_reduction_kerne…
H A DClGemmLowpMatrixMultiplyCore.cpp247 _mtx_b_reduction_kernel(std::make_unique<ClGemmLowpMatrixBReductionKernel>()), in ClGemmLowpMatrixMultiplyCore()
541 …ARM_COMPUTE_RETURN_ON_ERROR(ClGemmLowpMatrixBReductionKernel::validate(&weights_info, &info_vector… in validate()