* Added benchmark page changes
* Make the picture smaller
* Added Intel® Iris® Xe MAX Graphics
* Changed the TIP about DL WB
* Added Note on the driver for Intel® Iris® Xe MAX Graphics
* Fixed formatting
* Added the link to Intel® software for general purpose GPU capabilities
* OVSA ovsa_get_started updates
* Fixed link
* MO devguide edits
* MO devguide edits
* MO devguide edits
* MO devguide edits
* MO devguide edits
* Experimenting with videos
* Experimenting with videos
* Experimenting with videos
* Experimenting with videos
* Experimenting with videos
* Experimenting with videos
* Experimenting with videos
* Experimenting with videos
* Experimenting with videos
* Additional edits
* Additional edits
* Updated the workflow diagram
* Minor fix
* Experimenting with videos
* Updated the workflow diagram
* Removed Prepare_Trained_Model, changed the title for Config_Model_Optimizer
* Rolled back
* Revert "Rolled back"
This reverts commit 6a4a3e1765.
* Revert "Removed Prepare_Trained_Model, changed the title for Config_Model_Optimizer"
This reverts commit 0810bd534f.
* Fixed ie_docs.xml, Removed Prepare_Trained_Model, changed the title for Config_Model_Optimizer
* Fixed ie_docs.xml
* Minor fix
* <details> tag issue
* <details> tag issue
* Fix <details> tag issue
* Fix <details> tag issue
* Fix <details> tag issue
* Added info on DockerHub CI Framework
* Feature/azaytsev/change layout (#3295)
* Changes according to feedback comments
* Replaced @ref's with html links
* Fixed links, added a title page for installing from repos and images, fixed formatting issues
* Added links
* minor fix
* Added DL Streamer to the list of components installed by default
* Link fixes
* Link fixes
* ovms doc fix (#2988)
* added OpenVINO Model Server
* ovms doc fixes
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
* Updated openvino_docs.xml
* Updated link
* Update installing-openvino-windows.md
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
* Added info on DockerHub CI Framework
* Feature/azaytsev/change layout (#3295)
* Changes according to feedback comments
* Replaced @ref's with html links
* Fixed links, added a title page for installing from repos and images, fixed formatting issues
* Added links
* minor fix
* Added DL Streamer to the list of components installed by default
* Link fixes
* Link fixes
* ovms doc fix (#2988)
* added OpenVINO Model Server
* ovms doc fixes
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
* Updated openvino_docs.xml
* Updated the link to software license agreements
* Revert "Updated the link to software license agreements"
This reverts commit 706dac500e.
* Updated the link to software license agreements
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
* 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>
* Added extractor for ONNX operation Size
* Moved transformation of Size operation from TF specific to generic front phase
* Updated list of supported ONNX operation
* Moved unit test for Size decomposition to a new location
* 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
* Upload python speech sample draft
* Add function doc strings
* Add the ability to save results to a file
* Add a plugin configuration for GNA to get better accuracy
* Add errors calculation (comparison with a reference)
* Fix flake8 issues
* Add ability to run in hetero mode
* Add ability to load and save numpy format files (.npz)
* Add an error for wrong file extensions & update help message
* Add import and export GNA model options
* Add -we option to export embedded gna model
* Add readme
* Add -oname command line option (Layer names for output blobs)
* Add -iname command line option (Layer names for input blobs)
* Add info about -iname option to README.md
* doc: update readme, fix style
* Add a state reset between inferences
* add reset API to speech README
* doc: remove extra output from README
* remove onnx and TODO, format output
* Add an else branch to the if statement that checks a utterance data type
* Add dummy data for inference if a number of vectors < batch size
* Split the sample into separte files
Co-authored-by: Kate Generalova <kate.generalova@intel.com>
* Moved CC macros for transformations to public API (to reuse their in plugin transformations)
* Added CC to template plugin
* Moved itt.h from nGraph to openvino/cc
* Fixed build