[TopK_v2] introduce topk_v2 operation (#1301)
author최성진/동작제어Lab(SR)/Principal Engineer/삼성전자 <lotieye.choi@samsung.com>
Wed, 23 May 2018 07:38:50 +0000 (16:38 +0900)
committer오형석/동작제어Lab(SR)/Senior Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 23 May 2018 07:38:50 +0000 (16:38 +0900)
commit98d85dd762fd49e290d15fa4f38c54f20a7815bf
tree0a17f2adc6a930597a953395dc2dda85a3fce690
parent3dd7216d22849b5ff1db330765d8b9e50634bcd1
[TopK_v2] introduce topk_v2 operation (#1301)

* [TopK_v2] introduce topk_v2 operation

This commits introduces topk_v2 operation.
-currently, for float

Signed-off-by: SungJin Choi <lotieye.choi@samsung.com>
runtimes/nn/common/CMakeLists.txt
runtimes/nn/common/CpuExecutor.cpp
runtimes/nn/common/OperationsUtils.cpp
runtimes/nn/common/include/Operations.h
runtimes/nn/common/include/OperationsUtils.h
runtimes/nn/common/operations/Topk_v2.cpp [new file with mode: 0644]
runtimes/nn/common/operations/internal/optimized/topk_v2.h [new file with mode: 0644]