[mir] Remove old `DeConv2DOp` constructors (#7405)
authorСергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 <s.barannikov@samsung.com>
Wed, 11 Sep 2019 12:21:28 +0000 (15:21 +0300)
committerAlexander Efimov/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Wed, 11 Sep 2019 12:21:28 +0000 (15:21 +0300)
commite95edec0624673354d5285aea42a7c1c5c95601e
tree8575f0e5d5061f26db6a82607e695c9831cf09d1
parent121d3b2722a402c94a8f6693b18414ef33231c1a
[mir] Remove old `DeConv2DOp` constructors (#7405)

* Remove old `DeConv2DOp` constructors which accept only one padding vector instead of two.
* Add enum members to `PaddingType` to match ONNX specification.
* Adjust padding and output shape calculation for `DeConv2DOp`.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
compiler/mir/include/mir/ops/CommonProps.h
compiler/mir/include/mir/ops/Deconv2DOp.h
compiler/mir/src/ops/DeConv2DOp.cpp