Add nGraph-ONNX tests (#1215)
authorMichał Karzyński <4430709+postrational@users.noreply.github.com>
Fri, 10 Jul 2020 09:53:56 +0000 (11:53 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2020 09:53:56 +0000 (11:53 +0200)
commitcc23e6043a632c3dded3732e131bc0fac22ae05a
tree8facb83a349365222541357aea50836f557a6699
parent7b65ba365e2d572598716921281442bfc68328fa
Add nGraph-ONNX tests (#1215)
41 files changed:
.ci/openvino-onnx/Dockerfile [new file with mode: 0644]
inference-engine/ie_bridges/python/src/openvino/inference_engine/ie_api_impl.cpp
inference-engine/thirdparty/CMakeLists.txt
ngraph/python/examples/basic.py [deleted file]
ngraph/python/requirements_test.txt [moved from ngraph/python/test_requirements.txt with 86% similarity]
ngraph/python/setup.py
ngraph/python/src/ngraph/impl/onnx_import/__init__.py [deleted file]
ngraph/python/src/ngraph/ops.py
ngraph/python/src/ngraph/utils/node_factory.py
ngraph/python/src/ngraph/utils/tensor_iterator_types.py
ngraph/python/src/pyngraph/function.cpp
ngraph/python/src/pyngraph/onnx_import/onnx_import.cpp [deleted file]
ngraph/python/src/pyngraph/onnx_import/onnx_import.hpp [deleted file]
ngraph/python/tests/conftest.py
ngraph/python/tests/runtime.py
ngraph/python/tests/test_ngraph/test_basic.py
ngraph/python/tests/test_ngraph/test_dyn_attributes.py
ngraph/python/tests/test_ngraph/test_normalization.py
ngraph/python/tests/test_ngraph/test_ops.py
ngraph/python/tests/test_ngraph/test_ops_binary.py
ngraph/python/tests/test_ngraph/test_ops_fused.py
ngraph/python/tests/test_ngraph/test_ops_matmul.py
ngraph/python/tests/test_ngraph/test_pooling.py
ngraph/python/tests/test_onnx/models/add_abc.onnx [new file with mode: 0644]
ngraph/python/tests/test_onnx/test_onnx_import.py [new file with mode: 0644]
ngraph/python/tests/test_onnx/test_ops_batchnorm.py [new file with mode: 0644]
ngraph/python/tests/test_onnx/test_ops_binary.py [new file with mode: 0644]
ngraph/python/tests/test_onnx/test_ops_convpool.py [new file with mode: 0644]
ngraph/python/tests/test_onnx/test_ops_logical.py [new file with mode: 0644]
ngraph/python/tests/test_onnx/test_ops_matmul.py [new file with mode: 0644]
ngraph/python/tests/test_onnx/test_ops_nonlinear.py [new file with mode: 0644]
ngraph/python/tests/test_onnx/test_ops_reduction.py [new file with mode: 0644]
ngraph/python/tests/test_onnx/test_ops_reshape.py [new file with mode: 0644]
ngraph/python/tests/test_onnx/test_ops_unary.py [new file with mode: 0644]
ngraph/python/tests/test_onnx/test_ops_variadic.py [new file with mode: 0644]
ngraph/python/tests/test_onnx/test_zoo_models.py [new file with mode: 0644]
ngraph/python/tests/test_onnx/utils/__init__.py [new file with mode: 0644]
ngraph/python/tests/test_onnx/utils/model_zoo_tester.py [new file with mode: 0644]
ngraph/python/tests/test_onnx/utils/onnx_backend.py [new file with mode: 0644]
ngraph/python/tests/test_onnx/utils/onnx_helpers.py [new file with mode: 0644]
ngraph/python/tox.ini