* Add missing `SHA256` for `SYSTEM_PROTOC` package.
* Do not use `NGRAPH_ONNX_IMPORT_ENABLE` variable for it,
since it might not be defined at this time.
* 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
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
* Tools for conditional compilation
* Unit tests for conditional compilation & Refactoring
* Fix for MSVC selective build macros
* Unit tests for conditional compilation in analysys mode
* Code generation for selective build is hidden inside CMake
* Comments for conditional compilation options
* Added pre-proc test
* Fixed mean image tests
* Disabled scale tests for CPU
* Disabled test for Myriad
* Disable tests for GPU
* Added reverse input channels test
* Disabled test for GPU
* Disable Myriad tests
* Added links to tickets
* [LPT] NetworkHelper::roundWithTolerance: removed tolerance & rename to round
[LPT] NetworkHelper::round functional tests
[LPT] ieFuncTests: updated some test-cases
* [LPT] Subtract is not used
* [LPT] AddTransformation: zero handling
* [LPT] AddTransformation test
* Add shared test for RESULT_NOT_READY return from Wait() in async mode
* Instantiate test for RESULT_NOT_READY for GNA Plugin only
* Fix compile error
* Increase model size for the RESULT_NOT_READY test
* Reuse most of the test
* Apply review
- Fix typo
* Make the test deterministic
* Use callback timestamp
* Apply review
* Use promise and future
* Deserialization implementation for Constant op.
* Add Cont op implementation for NodeConverter.
* Refactor functional tests, remove Const op from layer and node cretaors.
* Remove Constant op from NodeConverter.
* Refactor smoke test.
* Correct parameter in addBlob function.
* Update Constant op representation for myriad functional tests.
* Correct Const op representation for TopK model test.
* Add changes accroding to review comments.
* Refactor constant test.
* Add review changes.
* Add custom op for testing on_adapter(void*).
* Correct library path.
* Correct test fixture class for custom op test.
* Apply review remarks, remove creators from DeconvolutionIE.
* Refactored test ReadCustomAddConstNetwork, corrected on_adapter().
* Remove on_adapter() for CoordinateDiff which is specific to Convolution op.
* Apply review remarks.
* Apply teview remarks.
* Correct Const op in non_max_suppression tests.
* Resolve conflicts after rebase.
* Align MaxPool op attribute 'rounding_type' to spec.
Attribute name should be in lower case.
* Remove obsolete "cacheable" attribute from Parameter.
* Translate ReLU & SoftMax ops type names from ngraph to IR convention.
* Remove <data> node when op has no attributes.
* Translate all operation attributes values to lower case.
* Revert "Align MaxPool op attribute 'rounding_type' to spec."
This reverts commit 243eeccff3.
* Revert "Translate all operation attributes values to lower case."
This reverts commit d4c24175b3.
* Align MaxPool op attribute 'rounding_type' to spec.
Attribute name should be in lower case.
* Align auto_pad & auto_broadcast operation attributes to spec.
They should be written in lowercase.
* Rename op:PadType 'none' to 'explicit'.