Searched refs:CPPTopKVKernel (Results 1 – 5 of 5) sorted by relevance
/external/ComputeLibrary/arm_compute/core/CPP/kernels/ |
D | CPPTopKVKernel.h | 34 class CPPTopKVKernel : public ICPPKernel 42 CPPTopKVKernel(); 44 CPPTopKVKernel(const CPPTopKVKernel &) = delete; 46 CPPTopKVKernel &operator=(const CPPTopKVKernel &) = delete; 48 CPPTopKVKernel(CPPTopKVKernel &&) = default; 50 CPPTopKVKernel &operator=(CPPTopKVKernel &&) = default; 52 ~CPPTopKVKernel() = default;
|
/external/ComputeLibrary/src/core/CPP/kernels/ |
D | CPPTopKVKernel.cpp | 73 void CPPTopKVKernel::run_topkv() in run_topkv() 94 CPPTopKVKernel::CPPTopKVKernel() in CPPTopKVKernel() function in arm_compute::CPPTopKVKernel 99 void CPPTopKVKernel::configure(const ITensor *predictions, const ITensor *targets, ITensor *output,… in configure() 118 Status CPPTopKVKernel::validate(const ITensorInfo *predictions, const ITensorInfo *targets, ITensor… in validate() 124 bool CPPTopKVKernel::is_parallelisable() const in is_parallelisable() 129 void CPPTopKVKernel::run(const Window &window, const ThreadInfo &info) in run()
|
/external/ComputeLibrary/src/runtime/CPP/functions/ |
D | CPPTopKV.cpp | 33 auto kernel = arm_compute::support::cpp14::make_unique<CPPTopKVKernel>(); in configure() 40 return CPPTopKVKernel::validate(predictions, targets, output, k); in validate()
|
/external/ComputeLibrary/docs/ |
D | 00_introduction.dox | 500 - @ref CPPTopKVKernel 842 - @ref CPPTopKV / @ref CPPTopKVKernel
|
/external/ComputeLibrary/ |
D | Android.bp | 254 "src/core/CPP/kernels/CPPTopKVKernel.cpp",
|