openvino/ngraph/python
Ilya Lavrenov 1fa225e7bf
Python in OpenVINO: improvements (#6027)
* enable make clean to remove ie_wheel artifacts

* ./setup.py:132:1: E302 expected 2 blank lines

* fix CI build issue

* Removed not-needed components from ie_wheel

* Use explicit python3 vresion in ngraph pythpn

* Use python3 everywhere

* Reuse python3 more

* Added function to build with Py_LIMITED_API

* Sync 2 cmake python modules

* Fix for tools

* Fixed typo

* Enable python by default

* Enable python build iff python-dev is found

* More migration to Python3_VERSION

* Install wheel requirements

* Fixed ngraph Python separate build

* Fixed cython compilation

* Revert to old packages

* Added suffix

* Specify python version explicitly

* Don't depend on python interp to build python itself

* More improvements

* Revert offline transformations back to ie_wheel

* Refactoring

* Trying to build wheel independently on C++ runtime

* Build wheel only with main OpenVINO

* Fixed typo in test_utils cmake lists

* Adding link stage

* small fix

* git diff

* Try to fix python tests

Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com>
2021-06-07 10:52:48 +03:00
..
src Exposing 'Dimension' class to Python nGraph API (#5997) 2021-06-03 08:46:34 +03:00
tests Exposing 'Dimension' class to Python nGraph API (#5997) 2021-06-03 08:46:34 +03:00
.gitignore publish master branch snapshot, revision 9df5eb1f84e13a35720a918f88324561222ab114 2020-05-20 01:13:06 +03:00
BUILDING.md CMake based build for pyngraph module (#3080) 2020-12-24 16:57:58 +03:00
CMakeLists.txt Python in OpenVINO: improvements (#6027) 2021-06-07 10:52:48 +03:00
requirements.txt Fix versions (#3027) 2020-11-09 12:55:15 +03:00
requirements_test.txt Add Debug build to OpenVINO-ONNX CI (#5034) 2021-04-01 13:04:51 +02:00
setup.py Align copyright notice in python scripts (CVS-51320) (#4974) 2021-03-26 17:54:28 +03:00
tox.ini Add Debug build to OpenVINO-ONNX CI (#5034) 2021-04-01 13:04:51 +02:00