Searched refs:ClGemmLowpMatrixBReductionKernel (Results 1 – 4 of 4) sorted by relevance
155 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()
95 class ClGemmLowpMatrixBReductionKernel : public IClGemmLowpReductionKernel
46 class ClGemmLowpMatrixBReductionKernel; variable130 …std::unique_ptr<kernels::ClGemmLowpMatrixBReductionKernel> _mtx_b_reduction_kerne…
247 _mtx_b_reduction_kernel(std::make_unique<ClGemmLowpMatrixBReductionKernel>()), in ClGemmLowpMatrixMultiplyCore()541 …ARM_COMPUTE_RETURN_ON_ERROR(ClGemmLowpMatrixBReductionKernel::validate(&weights_info, &info_vector… in validate()