* Added VariableState to Plugin API documentation
* More fixes for plugin documentation
* Added ie_memory_state.hpp to documentation
* Added proper dependencies between C++ and Plugin API targets
* Fixed issues in public C++ API reference
* Fixed issues in public C++ API reference: part 2
* Removed obsolete entries from EXCLUDE_SYMBOLS in doxygen config
* Fixed path to examples, tag files for Plugin API doxygen file
* Put impl to a private section for VariableStatebase
* Fixed examples path to Plugin API: part 2
* Fixed path to examples in main ie_docs doxygen file
* Replaced path to snippets; otherwise path depends on how cloned repo is named
* Added path to snippets for ie_docs doxygen file as well
* Great amount of fixes for documentation
* Removed IE_SET_METRIC
* Fixes for C API documentation
* More fixes for documentation
* Restored Transformations API as a part of Plugin API
* Fixed tag files usage for Plugin API
* Fixed link to FakeQuantize operation
Unconditional Eltwise+ReLU merge makes some models take a bit more memory,
so they could not be inferred on Myriad-X. With this change used can
optionally disable this optimization and use Myriad-X.
* 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.