[Python API] Add InputInfo and PreProcessInfo (#637)
authorAnastasia Kuporosova <anastasia.kuporosova@intel.com>
Thu, 28 May 2020 07:55:11 +0000 (10:55 +0300)
committerGitHub <noreply@github.com>
Thu, 28 May 2020 07:55:11 +0000 (10:55 +0300)
commite025f1464b8d6a29247caef256f63de2e7306c07
treec88266523edfda84882a12105a1f2c469784a1f3
parent125dd89c0141a769caaa445ba40d5ce34bf111f3
[Python API] Add InputInfo and PreProcessInfo (#637)
23 files changed:
inference-engine/ie_bridges/python/sample/classification_sample/classification_sample.py
inference-engine/ie_bridges/python/sample/classification_sample_async/classification_sample_async.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/__init__.py
inference-engine/ie_bridges/python/src/openvino/inference_engine/constants.pyx
inference-engine/ie_bridges/python/src/openvino/inference_engine/ie_api.pxd
inference-engine/ie_bridges/python/src/openvino/inference_engine/ie_api.pyx
inference-engine/ie_bridges/python/src/openvino/inference_engine/ie_api_impl.cpp
inference-engine/ie_bridges/python/src/openvino/inference_engine/ie_api_impl.hpp
inference-engine/ie_bridges/python/src/openvino/inference_engine/ie_api_impl_defs.pxd
inference-engine/ie_bridges/python/tests/test_Blob.py [moved from inference-engine/ie_bridges/python/tests/test_IEBlob.py with 60% similarity]
inference-engine/ie_bridges/python/tests/test_CDataPtr.py
inference-engine/ie_bridges/python/tests/test_DataPtr.py
inference-engine/ie_bridges/python/tests/test_ExecutableNetwork.py
inference-engine/ie_bridges/python/tests/test_IENetLayer.py
inference-engine/ie_bridges/python/tests/test_IENetwork.py
inference-engine/ie_bridges/python/tests/test_IEPlugin.py
inference-engine/ie_bridges/python/tests/test_InferRequest.py
inference-engine/ie_bridges/python/tests/test_InputInfoCPtr.py [new file with mode: 0644]
inference-engine/ie_bridges/python/tests/test_InputInfoPtr.py [new file with mode: 0644]
inference-engine/ie_bridges/python/tests/test_PreProcessInfo.py [new file with mode: 0644]
inference-engine/ie_bridges/python/tests/test_TensorDesk.py [moved from inference-engine/ie_bridges/python/tests/test_IETensorDesk.py with 53% similarity]