Disable depthwiseConvQuant8 in NN runtime (#866)
author최형규/동작제어Lab(SR)/Senior Engineer/삼성전자 <hk0110.choi@samsung.com>
Tue, 24 Apr 2018 08:08:02 +0000 (17:08 +0900)
committer오형석/동작제어Lab(SR)/Senior Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 24 Apr 2018 08:08:02 +0000 (17:08 +0900)
commitc7acc2fd3e873eb9e0cdee0a10598259e4014a17
tree72db3c10a1b1bc6703e9484ef20272290d95b9eb
parent1f8fa0a0b7f2c7110cf45928ee2cd188c04d1da0
Disable depthwiseConvQuant8 in NN runtime (#866)

- Disable depthwiseConvQuant8 in NN runtime
- We disable this because
  - we don't have test set for this yet
  - and we want to exclude unused code from code coverage test.

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
src/runtime/ref/nn/common/CpuExecutor.cpp
src/runtime/ref/nn/common/include/Operations.h
src/runtime/ref/nn/common/operations/DepthwiseConv2D.cpp