[OpenVINO-EP] Added support for OpenVINO R1.1 (#1438)
* Initial commit for OpenVINO R1
Signed-off-by: suryasidd <surya.siddharth.pemmaraju@intel.com>
* Fixed MO dynamic shape error
Signed-off-by: suryasidd <surya.siddharth.pemmaraju@intel.com>
* Add debug messages for failure
* Update install_openvino.sh script
Signed-off-by: suryasidd <surya.siddharth.pemmaraju@intel.com>
* Try catch included. Return type of Isgraphsupported function changed to void
* Removed error_msg variable and commented code
* formatting cleanup
* Added missing return statement
Signed-off-by: suryasidd <surya.siddharth.pemmaraju@intel.com>
* Changed MO to be compatible with both R5 and R1
Signed-off-by: suryasidd <surya.siddharth.pemmaraju@intel.com>
* Updated docker scripts to include openvino version number
Signed-off-by: suryasidd <surya.siddharth.pemmaraju@intel.com>
* Ignore compiler warnings from external headers
* Updated dockerfiles
Signed-off-by: suryasidd <surya.siddharth.pemmaraju@intel.com>
* Code cleanup using clang-format
Signed-off-by: suryasidd <surya.siddharth.pemmaraju@intel.com>
* Suppress model optimizer info error
Signed-off-by: suryasidd <surya.siddharth.pemmaraju@intel.com>
* Python code formatting using auto pep8
Signed-off-by: suryasidd <surya.siddharth.pemmaraju@intel.com>
* Updated documentation
Signed-off-by: suryasidd <surya.siddharth.pemmaraju@intel.com>