Searched refs:_offset_contribution_kernel (Results 1 – 4 of 4) sorted by relevance
/external/ComputeLibrary/src/cpu/operators/ |
D | CpuGemmLowpMatrixMultiplyCore.cpp | 81 _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()
|
D | CpuGemmLowpMatrixMultiplyCore.h | 145 …d::unique_ptr<kernels::CpuGemmLowpOffsetContributionKernel> _offset_contribution_kernel; variable
|
/external/ComputeLibrary/src/gpu/cl/operators/ |
D | ClGemmLowpMatrixMultiplyCore.h | 131 …unique_ptr<kernels::ClGemmLowpOffsetContributionKernel> _offset_contribution_kernel; variable
|
D | ClGemmLowpMatrixMultiplyCore.cpp | 248 _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()
|