Enable nGraph Python API unit tests using Inference Engine APIs (#1095)
authorMichał Karzyński <4430709+postrational@users.noreply.github.com>
Fri, 3 Jul 2020 16:11:39 +0000 (18:11 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Jul 2020 16:11:39 +0000 (18:11 +0200)
commitbd8a3835608b543103f3d6b2c2bdb6b0205f3bc6
treee68e4b8d558c007d530ee776c6b2c4f174d74220
parent143036f96feede8dc3974a46ba5ff0e95d38b2a5
Enable nGraph Python API unit tests using Inference Engine APIs (#1095)
36 files changed:
inference-engine/ie_bridges/python/src/openvino/inference_engine/ie_api.pyx
ngraph/python/requirements.txt
ngraph/python/setup.py
ngraph/python/src/ngraph/ops.py
ngraph/python/src/ngraph/runtime.py [deleted file]
ngraph/python/src/ngraph/utils/input_validation.py
ngraph/python/src/ngraph/utils/node_factory.py
ngraph/python/test/ngraph/__init__.py [deleted file]
ngraph/python/test/ngraph/models/add_abc.onnx [deleted file]
ngraph/python/test/ngraph/test_onnx_import.py [deleted file]
ngraph/python/tests/__init__.py [moved from ngraph/python/test/__init__.py with 100% similarity]
ngraph/python/tests/conftest.py [moved from ngraph/python/test/conftest.py with 52% similarity]
ngraph/python/tests/runtime.py [new file with mode: 0644]
ngraph/python/tests/test_ngraph/__init__.py [new file with mode: 0644]
ngraph/python/tests/test_ngraph/test_basic.py [moved from ngraph/python/test/ngraph/test_basic.py with 93% similarity]
ngraph/python/tests/test_ngraph/test_convolution.py [moved from ngraph/python/test/ngraph/test_convolution.py with 88% similarity]
ngraph/python/tests/test_ngraph/test_core.py [moved from ngraph/python/test/ngraph/test_core.py with 100% similarity]
ngraph/python/tests/test_ngraph/test_create_op.py [moved from ngraph/python/test/ngraph/test_create_op.py with 95% similarity]
ngraph/python/tests/test_ngraph/test_data_movement.py [moved from ngraph/python/test/ngraph/test_data_movement.py with 96% similarity]
ngraph/python/tests/test_ngraph/test_dyn_attributes.py [moved from ngraph/python/test/ngraph/test_dyn_attributes.py with 100% similarity]
ngraph/python/tests/test_ngraph/test_input_validation.py [moved from ngraph/python/test/ngraph/test_input_validation.py with 100% similarity]
ngraph/python/tests/test_ngraph/test_node_factory.py [moved from ngraph/python/test/ngraph/test_node_factory.py with 100% similarity]
ngraph/python/tests/test_ngraph/test_normalization.py [moved from ngraph/python/test/ngraph/test_normalization.py with 81% similarity]
ngraph/python/tests/test_ngraph/test_ops.py [moved from ngraph/python/test/test_ops.py with 56% similarity]
ngraph/python/tests/test_ngraph/test_ops_binary.py [moved from ngraph/python/test/ngraph/test_ops_binary.py with 95% similarity]
ngraph/python/tests/test_ngraph/test_ops_fused.py [moved from ngraph/python/test/ngraph/test_ops_fused.py with 95% similarity]
ngraph/python/tests/test_ngraph/test_ops_matmul.py [moved from ngraph/python/test/ngraph/test_ops_matmul.py with 95% similarity]
ngraph/python/tests/test_ngraph/test_ops_multioutput.py [moved from ngraph/python/test/ngraph/test_ops_multioutput.py with 97% similarity]
ngraph/python/tests/test_ngraph/test_ops_reshape.py [moved from ngraph/python/test/ngraph/test_ops_reshape.py with 97% similarity]
ngraph/python/tests/test_ngraph/test_ops_scatter.py [moved from ngraph/python/test/ngraph/test_ops_scatter.py with 99% similarity]
ngraph/python/tests/test_ngraph/test_ops_unary.py [moved from ngraph/python/test/ngraph/test_ops_unary.py with 98% similarity]
ngraph/python/tests/test_ngraph/test_pooling.py [moved from ngraph/python/test/ngraph/test_pooling.py with 93% similarity]
ngraph/python/tests/test_ngraph/test_reduction.py [moved from ngraph/python/test/ngraph/test_reduction.py with 97% similarity]
ngraph/python/tests/test_ngraph/test_sequence_processing.py [moved from ngraph/python/test/ngraph/test_sequence_processing.py with 95% similarity]
ngraph/python/tests/test_ngraph/util.py [moved from ngraph/python/test/ngraph/util.py with 95% similarity]
ngraph/python/tox.ini