Test fix import of ONNX model in serialized Protobuf binary format. (#1355)
authorAdam Osewski <adam.osewski@intel.com>
Wed, 22 Jul 2020 10:52:53 +0000 (12:52 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2020 10:52:53 +0000 (13:52 +0300)
commit093a02fcef6a2ea8e6dded657252d8489ec11d75
tree53543dad048183647284cf3aa30e6d220c5f4e29
parent6ccc025a43b9131c4c3a04703110cc517fdef7bf
Test fix import of ONNX model in serialized Protobuf binary format. (#1355)

* Try fix parsing error.

* Small exception refinements during importing model.

* More exception refinements.

* Skip segfaulting tests.

* More clear error types and messages. Func rename.

* Fix typo.

* Check on CI whether test_onnx will work.

* Add only those file which pass tests or have failing ones skipped.
inference-engine/ie_bridges/python/src/openvino/inference_engine/ie_api.pyx
ngraph/python/tests/test_onnx/test_ops_binary.py
ngraph/python/tox.ini
ngraph/src/ngraph/frontend/onnx_import/onnx.cpp