Home
last modified time | relevance | path

Searched refs:CPPTopKVKernel (Results 1 – 5 of 5) sorted by relevance

/external/ComputeLibrary/arm_compute/core/CPP/kernels/
DCPPTopKVKernel.h34 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/
DCPPTopKVKernel.cpp73 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/
DCPPTopKV.cpp33 auto kernel = arm_compute::support::cpp14::make_unique<CPPTopKVKernel>(); in configure()
40 return CPPTopKVKernel::validate(predictions, targets, output, k); in validate()
/external/ComputeLibrary/docs/
D00_introduction.dox500 - @ref CPPTopKVKernel
842 - @ref CPPTopKV / @ref CPPTopKVKernel
/external/ComputeLibrary/
DAndroid.bp254 "src/core/CPP/kernels/CPPTopKVKernel.cpp",