Revise padding parameter setting for depthwise convolution (#5234)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 22 May 2019 06:51:00 +0000 (15:51 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 22 May 2019 06:51:00 +0000 (15:51 +0900)
commit5a09b418012ccf434463abbbe5a3139947c7f3cf
treeb38e3733bfd69b89258c54cd6e5def498c92ed9e
parent99eb2ed2d592357adb390b2f0574dff83b8c3ca2
Revise padding parameter setting for depthwise convolution (#5234)

* Revise padding parameter setting for depthwise convolution

- Resolve explicit padding param value at frontend
- Introduce util function to calculate padding from type and additional info
  - Use introduced function on backend

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
* Update function name
runtimes/neurun/backend/acl_cl/StageGenerator.cc
runtimes/neurun/backend/acl_neon/StageGenerator.cc
runtimes/neurun/backend/cpu/StageGenerator.cc
runtimes/neurun/core/include/model/operation/DepthwiseConv2DNode.h
runtimes/neurun/core/include/util/Padding.h
runtimes/neurun/core/src/util/Padding.cc
runtimes/neurun/frontend/nnapi/wrapper/OperationFactory.cc