Add skeleton of CpuExecutor (#136)
author최형규/동작제어Lab(SR)/Senior Engineer/삼성전자 <hk0110.choi@samsung.com>
Thu, 22 Mar 2018 09:32:02 +0000 (18:32 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 22 Mar 2018 09:32:02 +0000 (18:32 +0900)
commit58677d454cce3aa5b104484c68788eeaf203681a
treee8c0b373cb468d564f8cf348523357d776fd3914
parent93e988bc0db321780c25b1f388fd7892d419df97
Add skeleton of CpuExecutor (#136)

* Add skeleton of CpuExecutor

- Copy CpuExecutor.h and CpuExecutor.cpp from Android NN
- And comment out implementation which we don't support now

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
* Apply new comment style for reference NN runtime

- Apply new comment style for reference NN runtime

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