Introduce OperationsUtils
authorHyung-Kyu Choi <hk0110.choi@samsung.com>
Thu, 29 Mar 2018 05:12:15 +0000 (14:12 +0900)
committer최형규/동작제어Lab(SR)/Senior Engineer/삼성전자 <hk0110.choi@samsung.com>
Thu, 29 Mar 2018 06:21:00 +0000 (15:21 +0900)
commita889e69c2dff771668e69efd302871ef0f1388b6
tree971618fe5457ea7ede7464cbd1ce629f0c4fb75f
parent931494388e8ed1203f93fa658a0caaffbb2c1ee8
Introduce OperationsUtils

- Introduce OperationsUtils
- Make use of types introduced from OperationUtils in 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/OperationsUtils.cpp [new file with mode: 0644]
src/runtime/ref/nn/common/include/CpuExecutor.h
src/runtime/ref/nn/common/include/Operations.h [new file with mode: 0644]
src/runtime/ref/nn/common/include/OperationsUtils.h [new file with mode: 0644]