Is It Possible to Safely Replace Instances of “IENetwork.inputs” with “IENetwork.input_info” in OpenVINO™ C Applications?
Content Type: Product Information & Documentation | Article ID: 000059990 | Last Reviewed: 05/20/2022
Unable to determine when to use IENetwork.input or IENetwork.input_info in various OpenVINO™ versions.
Starting from OpenVINO™ 2020.4, inputs property of IENetwork class is deprecated.
For OpenVINO™ 2020.3 and earlier:
Use the inputs property of IENetwork class to access DataPtr.
For OpenVINO™ 2020.4 and later:
Use input_info property of IENetwork class to access DataPtr.