Enable Pooling of CpuExecutor
authorHyung-Kyu Choi <hk0110.choi@samsung.com>
Thu, 29 Mar 2018 08:52:26 +0000 (17:52 +0900)
committer최형규/동작제어Lab(SR)/Senior Engineer/삼성전자 <hk0110.choi@samsung.com>
Thu, 29 Mar 2018 12:57:21 +0000 (21:57 +0900)
commit1a750b4af2f07243a5cf5d04fda2139ad4f6c089
tree86f6bceae2fe69eded0d29f0f0f5d1446a5a1c83
parent0cfd1b1196c17f1814a9eb697ba84840ce053132
Enable Pooling of CpuExecutor

- Enable Poolinig of CpuExecutor
- Enable OperationType::AVERAGE_POOL_2D of CpuExecutor

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
src/runtime/ref/nn/common/CMakeLists.txt
src/runtime/ref/nn/common/CpuExecutor.cpp
src/runtime/ref/nn/common/operations/Pooling.cpp [new file with mode: 0644]