Searched refs:CLTableLookupKernel (Results 1 – 6 of 6) sorted by relevance
39 class CLTableLookupKernel; variable82 …std::unique_ptr<CLTableLookupKernel> _map_histogram_kernel; /**< Kernel that maps the input…
39 void CLTableLookupKernel::configure(const ICLTensor *input, const ICLLut *lut, ICLTensor *output) in configure()44 void CLTableLookupKernel::configure(const CLCompileContext &compile_context, const ICLTensor *input… in configure()
35 class CLTableLookupKernel : public ICLSimple2DKernel
40 auto k = arm_compute::support::cpp14::make_unique<CLTableLookupKernel>(); in configure()
91 _map_histogram_kernel(support::cpp14::make_unique<CLTableLookupKernel>()), in CLEqualizeHistogram()
231 "src/core/CL/kernels/CLTableLookupKernel.cpp",