Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/cpu/operators/
DCpuGemmLowpMatrixMultiplyCore.cpp81 _offset_contribution_kernel(), in CpuGemmLowpMatrixMultiplyCore()
274_offset_contribution_kernel = std::make_unique<kernels::CpuGemmLowpOffsetContributionKernel>(); in configure()
275_offset_contribution_kernel->configure(dst, _a_offset == 0 ? nullptr : &_vector_sum_col, _b_offset… in configure()
643 …NEScheduler::get().schedule_op(_offset_contribution_kernel.get(), Window::DimY, _offset_contributi… in run()
DCpuGemmLowpMatrixMultiplyCore.h145 …d::unique_ptr<kernels::CpuGemmLowpOffsetContributionKernel> _offset_contribution_kernel; variable
/external/ComputeLibrary/src/gpu/cl/operators/
DClGemmLowpMatrixMultiplyCore.h131 …unique_ptr<kernels::ClGemmLowpOffsetContributionKernel> _offset_contribution_kernel; variable
DClGemmLowpMatrixMultiplyCore.cpp248 _offset_contribution_kernel(std::make_unique<ClGemmLowpOffsetContributionKernel>()), in ClGemmLowpMatrixMultiplyCore()
447_offset_contribution_kernel->configure(compile_context, output, _a_offset == 0 ? nullptr : &_vecto… in configure()
788 CLScheduler::get().enqueue_op(*_offset_contribution_kernel, offset_contrib_pack, true); in run()