* Revise spec for nonzero op
* Applying suggestions from review comments
* Change naming in detailed description, using tuple instead of column.
* add missing newlines in attributes section
* Remove trailing space from line 7
* enable make clean to remove ie_wheel artifacts
* ./setup.py:132:1: E302 expected 2 blank lines
* fix CI build issue
* set ouput dir for whl file to CMAKE_BINARY_DIR
* cleanup
* blank line
* Updated developer package generation
* Try to fix
* Reuse find_package(InferenceEngine) inside DeveloperPackage
* Fixes for ARM
* Fixed double InferenceEngineDeveloperPackage include
* WA for OpenCV
* [Speech sample] Added numpy array support
* Added zlib library submodule to thirdparty
* Added cnpy library original version
* Changed cnpy library: some methods and fixed Klocwork issues
* Change cmakelists and documentation
* Added license information in TPP
* Added support make install to thirdparty components
* Hiding the problem, but not solving it, Validate() changes the value of a variable function
* [IE TESTS] Convert issue
* [IE TESTS] Solving the problem of adding an extra layer
* Fix FakeQuantize weights fusion when multiple operations were using the same const
* [GNA] Fix scale factor calculation for Relu if it has source and doesn't have destination statistics
Co-authored-by: Dmitrii Khurtin <dmitrii.khurtin@intel.com>
* 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