Move depthwise-conv padding & activation resolve (#5119)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 3 May 2019 07:26:03 +0000 (16:26 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Fri, 3 May 2019 07:26:03 +0000 (16:26 +0900)
commit5151cd24850794038907381611f0bc4dd8d9ba77
tree6afab5a51aff1cc81643ea48170e8d160d44375b
parent0c0a4351ac64d4f01e0f0ade129c9f4aba1c96b5
Move depthwise-conv padding & activation resolve (#5119)

Move depthwise convolution padding & activation type resolve: backend to frontend

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
runtimes/neurun/backend/acl_cl/StageGenerator.cc
runtimes/neurun/backend/acl_neon/StageGenerator.cc
runtimes/neurun/backend/cpu/StageGenerator.cc
runtimes/neurun/backend/cpu/kernel/DepthwiseConvolutionLayer.cc
runtimes/neurun/backend/cpu/kernel/DepthwiseConvolutionLayer.h
runtimes/neurun/core/include/model/operation/DepthwiseConv2DNode.h
runtimes/neurun/frontend/nnapi/wrapper/OperationFactory.cc