* Review spec of PReLU operation
* Address review comments
* Correct second input description
* Add note to clarify input channel dimension
* Add additional equivalent formula for op
* Change reference link to abstract
* Add additional examples
* Address review comments related to wording
* Fix IR layer examples
* Caching support of multi-device scenario
- IE_CORE: introduce CacheGuard which can create locks for specific cache identified by 'hash'
- Added functional tests for it
Fixes of Thread Sanitizer failures:
- ngraph::Serialize - m_ref[i] can create new element, casted to 'const' to avoid this
- ngraph::get_opset oprations: reworked to use std::call_once instead of double bool check
* Added docs for ie_cache_guard.hpp
* Fix Debian 9 compilation issue
* Fix build for CentOS 6
Added assert to verify that table of locked hashes is empty on destruction
* Fixed review comments
* doc: update README for C samples, add comments
* samples: revert extension library settings for CPU only
* add validated image formats to samples README
* add output to c samples README
* add device check for xml config option
* Review spec of Selu operation
* Fix path for Selu op in opset files
* Remove unnecessary line in example
* Address review comments related to wording
* fix batch adding to init value of read value
* fix for batch in Kaldi models
* added broadcast to be able reshape in IE
* test fixes, added batch broadcasting to created constants
* pep fixes
* move all changes to 1 transformation
* added unit test and fix insertSelect transformation
* added comments
* remove unneeded params search
* fix element_size to send correct batch
* fix update batch in element_size
* couple fixes
* update BOM file
* fix review comments
* review fixes
* review fixes
* fix license headers
* Initial working solution
* moved bfs_search_apply_on_shapeof_subgraph_nodes from utils/graph.py to MarkShapeOfSubgraphDataType.py
* Reused bfs from MarkSubgraphsWithCorrectLayout.py
* fixed e2e precomit issues: specified correct const data_types, fixed BFS search staring point to avoid nodeless shapeof subgraphs
* fixed mxnet_rnnt: added converting all Const nodes in ShapeOf subgraph in MarkAndChangeDataTypeInShapeOfSubgraphs.py, revised Const values in transformations that affect ShapeOf subgraph nodes
* reverter ReverseV2ToReverseSequence.py and DecomposeBidirectionalRNNSequence.py
* in MarkSubgraphsWithCorrectLayout BFS search beauty applied
* apply review comments, returned back 'in_shape_subgraph' attribute
* graph condition added
* MO IR reader fix for mixed FP16 models, added replacer order placement comment
* moved to back phase
* new solution with marking nodes from bottom to top (WIP)
* successfully tested on back phase
* corrected unittest
* removed check for start nodes size in bfs
* fix transformations that insert f64 to f32 in shape subgraph
* corrected log.warning -> log.debug
* revised list if shape input operations added unittest for Const shape inputs
* applied @lazarevevgeny's comments
* licence head corrections
* Operation class review
* Remove clamp from FusedOp
* Add node validation checks
* Add type_prop unit tests
* Move backend unit tests into a separate file
* Remove unnecessary includes
* Add support for i8, i16, u8, u16 and bf16 precisions
* Refactor backend unit tests
* Remove instance with f64 precision
* Move dynamic shape tests to op_eval
* Group failing tests into manifest
* Add single layer tests and serialization tests
* Skip tests with conversion due to plugin misbehavior
* Add unit tests fails to manifest with documented issues
* Fix centos7 test to skip slt cpu instances of integer precision
* Enable dynamic test for float element type
* Address review comments
* change docker approach
* Experiment with run onnx runtime tests over MS Azure
* experiment to run bnaries directly
* enable all tests
* Set tests execution as separated scripts
* Configurations update:
- Add new yml file for onnx_runtime check
- Add specific tag to checkout for onnx runtime
* Rename according to conventions
* Change OpenVINO release version