Resolve stride value for convolution at frontend (#5282)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 27 May 2019 23:26:57 +0000 (08:26 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 27 May 2019 23:26:57 +0000 (08:26 +0900)
commitc166f322524db6a58418a0f2b8bdf760ace493eb
tree500520af46b2e7b97beeec3cd9593cc02be5488c
parent962c1062fc4494de4500df9bff47fc34474d1985
Resolve stride value for convolution at frontend (#5282)

Remove stride index param in con2d node
Resolve stride value for conv2d at frontend
Use resolved constant stride value at each backend

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/core/include/model/operation/Conv2DNode.h
runtimes/neurun/frontend/nnapi/wrapper/OperationFactory.cc
runtimes/neurun/test/graph/operation/SetIO.cc