Aligned python read_network() with C/C++ behaviour (#2916)
authorMikhail Ryzhov <mikhail.ryzhov@intel.com>
Tue, 3 Nov 2020 13:18:43 +0000 (16:18 +0300)
committerGitHub <noreply@github.com>
Tue, 3 Nov 2020 13:18:43 +0000 (16:18 +0300)
commit1144130b500c4ef84c59c47e068c4740dee9b3a0
treeaf03bd236b2f9d555ba20a7959c5eca621907797
parentcf5055745a4b625ab62580b87512f39e39814a70
Aligned python read_network() with C/C++ behaviour (#2916)

Aligned python read_network() with C/C++ behaviour

Excluded mandatory check of weights file, it is redundant

* Added unit tests
inference-engine/ie_bridges/python/sample/classification_sample_async/classification_sample_async.py
inference-engine/ie_bridges/python/sample/hello_classification/hello_classification.py
inference-engine/ie_bridges/python/sample/object_detection_sample_ssd/object_detection_sample_ssd.py
inference-engine/ie_bridges/python/sample/style_transfer_sample/style_transfer_sample.py
inference-engine/ie_bridges/python/src/openvino/inference_engine/ie_api.pyx
inference-engine/ie_bridges/python/tests/test_IECore.py