Move elementwise op padding & activation resolve (#5129)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 3 May 2019 07:34:00 +0000 (16:34 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 3 May 2019 07:34:00 +0000 (16:34 +0900)
commitb424c18635a99a3aee8646acd9e8a2a47204a0d1
treec1ab13eb5dc4556768fe96e4af0a0a7385d92ebb
parent4c591fb5b631a65bbb64e6b92cddeb305155078a
Move elementwise op padding & activation resolve (#5129)

Move arithmetic elementwise operation 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/core/include/model/operation/AddNode.h
runtimes/neurun/core/include/model/operation/DivNode.h
runtimes/neurun/core/include/model/operation/MulNode.h
runtimes/neurun/core/include/model/operation/SubNode.h
runtimes/neurun/core/src/compiler/ParamChecker.cc
runtimes/neurun/core/src/exec/interp/Interpreter.cc
runtimes/neurun/frontend/nnapi/wrapper/OperationFactory.cc
runtimes/neurun/test/interp/ExecManager.cc