* 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>
* Updated developer package generation
* Try to fix
* Reuse find_package(InferenceEngine) inside DeveloperPackage
* Fixes for ARM
* Fixed double InferenceEngineDeveloperPackage include
* WA for OpenCV
* NGraph - FrontEndManager - common API
Added Mock frontend for unit testing
* Comment out installation rules
* Fixed review comment
Introduced environment variable OV_FRONTEND_PATH for frontend paths
* Additional cmake cleanup
* More fixes of cmakelists
* Changing template file name for frontends
* Changed copyrights
* Reuse ngraph-utils for file-related operations
* Correct of frontend file extension for macos
More code coverage
* Renamed all methods to according to ngraph-style
In case of unset or empty OV_FRONTENT_PATH - load plugins from current working directory
* Fix review comments
Add clang format target for frontend_manager and mock frontend plugin
* Update docs for FrontEndCapabilities
* Use constants for flags instead of 'enum'
* clang style fix
* Fix comment: using namespace ngraph...
* Fix comment: use replace "frontend_manager" with ${TARGET_NAME} in CMakeLists.txt
* Comment fix: rename 'generic' folder to 'frontend_manager'
* Update documentation comments
* Set FrontEndManager class as 'final'
* Apply review comments
* renamed get_place_by_name_and... to get_place_by_operation_name_and...
* Separated frontend_manager.hpp into 4 header files
* Started to write nGraph reference implementation of the operation ExperimentalDetectronTopKROIs.
* Written cpp-file for the nGraph reference implementation of the operation ExperimentalDetectronTopKROIs.
* Code style fixes.
* Started to write evaluate() (in evaluates_map.cpp) for the nGraph operation ExperimentalDetectronsTopKROIs.
* Code style fixes.
* Written evaluate() for ExperimentalDetectronTopKROIs.
* Small fixes.
* Written test for ExperimentalDetectronTopKROIs evaluation.
* Small fix.
* Fixed Apache license header.
* Some changes.
* int64_t was replaced with size_t in the body of ngraph::runtime::reference::experimental_detectron_topk_rois().
* Added more test for evaluation of ExperimentalDetectronTopKROIs.
* [Python API] Add MemoryState API
* use inferRequest instead of IInferRequest
* implement VariableState through cpp
* small fixes + add tests for preprocess_info
* Add Reverse Op to opset
* Worksave with Reverse path
* Add last_index support
* refactor argminmax factory
* Remove old xfail, add new one
* Fix proto file for argmax
* Rewrite test for select_last_index
* Add CPU tests to Manifest
* Update manifest
* Remove Reverse from opset7
* Refactor arg_min_max factory
* Added example comment in arg_min_max
* Codestyle changes
* Add type prop tests for shape and type propagation
* Add visitor test
* Add SLT test class for result op
* Add SSLT for result op
* Add CPU SLT
* Add backend test
* Applying review comments - fix typo in slt, replace type info with NGRAPH_RTTI_DEFINITION
* Applying changes after review comments
* Add result to trusted ops list
* fix adding redundant nodes in slt