[nnc] Change type of strides argument (#7177)
authorСергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 <s.barannikov@samsung.com>
Wed, 4 Sep 2019 15:38:37 +0000 (18:38 +0300)
committerAlexander Efimov/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Wed, 4 Sep 2019 15:38:37 +0000 (18:38 +0300)
commited182af8bc31ef50b5b225e0c535bd866c163e01
tree3431dba5ea27d622a2af0fdf6a1efc61ea6256e5
parent853581bc046b12fe43f0246fe946792235a22a08
[nnc] Change type of strides argument (#7177)

Change the type of `strides` argument of `Conv2D` and `DepthwiseConv2D` operations to `vector<int32_t>`.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
compiler/nnc/passes/interpreter/ops/DeConv2D.cpp
compiler/nnc/unittests/acl_backend/MIRToDOM.cpp
compiler/nnc/unittests/optimizations/FuseArithmeticOps.cpp
compiler/nnc/unittests/soft_backend/CPPOperations.cpp