* Redirect -d AUTO to MULTI device plugin
Signed-off-by: Shoujiang Ma <shoujiang.ma@intel.com>
* Modify AUTO tests with MULTI config
Signed-off-by: Shoujiang Ma <shoujiang.ma@intel.com>
* Fix CI
Signed-off-by: Shoujiang Ma <shoujiang.ma@intel.com>
* Fix bug: CVS-62424
Signed-off-by: Shoujiang Ma <shoujiang.ma@intel.com>
* Add some tests for AUTO
Signed-off-by: Shoujiang Ma <shoujiang.ma@intel.com>
* Add select device logic to MULTI
Signed-off-by: Shoujiang Ma <shoujiang.ma@intel.com>
* Fix extract device name bug
Signed-off-by: Shoujiang Ma <shoujiang.ma@intel.com>
* Address reviewer's comment
Signed-off-by: Shoujiang Ma <shoujiang.ma@intel.com>
* Delete AUTO plugin source code
Signed-off-by: Shoujiang Ma <shoujiang.ma@intel.com>
* Add support for unregistred operations in MO IR Reader
* Remove commented lines
* Add shapes equality check
* Update comments
* Update groupconv_to_conv function to support case with multiple destinations
* Add ir_data_attrs attribute to restored layers
* Update copy_shape_infer function to new graph api
* Add attribute IE to unsuppurted operations to save their attributes
* Fix wrong attribute name
* Update commentary
* Partially revert updating to new Graph API to fix regression, add appropriate comments
* Update code comments
* Rename copy_shape_infer function and add more comments
* Moved nGraph function
* Added legacy nGraph function
* Moved export API
* Moved variant
* Added old header for backward compatibility
* Fixed build
* Introduce define
* Fixed code style
* Fixed comments
* [GNA] Fixed Eltwise split and batch size selection during 2d reshape
* [GNA] Added exception if memory isn't allocated for concat filter
* Added assert for minZeroDimSize
* [GNA] Added unit test for GetAlignedSplitSizes()
* add tests for logical xor op
* update tests to use introduced libraries
* add empty line at the end of file
* adapt files to new clang-format rules
* fix braces typo
* Validate and infer types cleanup
* Fix clone with new inputs for default
* Add initial values for bool attrs
* Remove old style spec from the cum_sum.hpp
* Add expected attr count to cum_sum visitor tests
* Add visitor test with no axis input
* Remove redundant headers form visitor tests
* Add CumSum type prop tests
* Add input size check to type prop tests
* Update code style
* gather-8 upgrade/downgrade transforms
* bump to opset8
* add Gather-8 to MO
* fix permutation for Gather
* added TF layer tests, ONNX layer tests for negative indices, and nG python api unit-tests for negative indices
* typo fix, disable downgrading transformation
* disable downgrade in clDNN, line width style fix
* all Gathers are converted to 7th version, transformations will be enabled/disabled while op will be added into plugins
* disabled Gather8LayerTest on GPU
* added common function for Op replacement
* concretized meaning of negative indices, fixed some typos
* applied review comments: left only meaningful layer tests
* removed op replacing functions from common utils
* returned back transformations without subroutines
* corrected style, added comments to common_optimizations.cpp
* Enabled NCC for enums
* Fixed enum values
* Marked lower case enum as deprecated
* Fixed deprecated enums
* Disable deprecation for Windows and GCC < 6
* Try to fix build