Home
last modified time | relevance | path

Searched refs:CLTableLookupKernel (Results 1 – 6 of 6) sorted by relevance

/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLEqualizeHistogram.h39 class CLTableLookupKernel; variable
82 …std::unique_ptr<CLTableLookupKernel> _map_histogram_kernel; /**< Kernel that maps the input…
/external/ComputeLibrary/src/core/CL/kernels/
DCLTableLookupKernel.cpp39 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()
DCLTableLookupKernel.h35 class CLTableLookupKernel : public ICLSimple2DKernel
/external/ComputeLibrary/src/runtime/CL/functions/
DCLTableLookup.cpp40 auto k = arm_compute::support::cpp14::make_unique<CLTableLookupKernel>(); in configure()
DCLEqualizeHistogram.cpp91 _map_histogram_kernel(support::cpp14::make_unique<CLTableLookupKernel>()), in CLEqualizeHistogram()
/external/ComputeLibrary/
DAndroid.bp231 "src/core/CL/kernels/CLTableLookupKernel.cpp",