[mir-onnx-importer] Use new operations interface in importer. (#8182)
authorGusev Dmitry/Engineer/AI Tools Lab /SRR/Samsung Electronics <d.gusev@partner.samsung.com>
Wed, 16 Oct 2019 10:56:40 +0000 (13:56 +0300)
committerAlexander Efimov/./AI Tools Lab/Samsung Electronics <a.efimov@samsung.com>
Wed, 16 Oct 2019 10:56:40 +0000 (13:56 +0300)
commit31f6572163cd6989d9c147ee1a6a35ab5f71dd88
treed5b6ae0998a8314a02f46a848df178e41d11e153
parent6b888b7e9d084211660c922ba0113aa1c360386f
[mir-onnx-importer] Use new operations interface in importer.  (#8182)

* Using new operations interface in importer.

Changes due to new operations constructors signatures.

Signed-off-by: Dmitry Gusev <d.gusev@partner.samsung.com>
compiler/mir-onnx-importer/Op/AveragePool.cpp
compiler/mir-onnx-importer/Op/Conv.cpp
compiler/mir-onnx-importer/Op/ConvTranspose.cpp
compiler/mir-onnx-importer/Op/GlobalAveragePool.cpp
compiler/mir-onnx-importer/Op/MaxPool.cpp
compiler/mir-onnx-importer/Op/Pad.cpp