* add CMakeLists.txt
* add copyright docstring
* add newline after copyright
* set target name
* change TARGET to DIRECTORY
* Rename layer tests dir to avoid name conflict
* cmakelists.txt final version
* Change destination to tests\layer_tests_openvino
* Add cmake_minimum_required to CMakeLists.txt
* Update CMakeLists.txt
* [LPT] MarkupCanBeQuantized: added check on unsupported concat
* [LPT] ConcatTransformation: added test-case with unsupported concat and convolution
* [LPT] added test on rtInfo check for unsupported concat
* [LPT] ConcatTransformation: added test-case with unsupported axis to plugin tests
* New CumSum implementation init
* Unified ndim approach
* Move transpose to separate function
* Move transpose to original to separate function
* Move slice_count calculation to function
* Negative axes support
* Refactor redundant copy
* Changed copy to move
* Temp more backend tests
* Add const to shape arg
* Use span for slices calculation
* Remove unused headers
* CumSum new ref tests
* Add more ref tests
* Add all cumsum modes ref tests
* new optimized cum_sum reference
* Add reverse mode
* Optimized cumsum ref
* Remove deprecated cumsum backend tests
* Add more CumSum reference tests
* Simplify CumSum shared layer tests SetUp
* Replace auto to size_t in loop
* Change static_cast to T{}
* Hiding the problem, Validate() changes 'function'
* Review/update spec for NotEqual operation
* Remove unnecessary edits not related to the ticket
* Removing the extra word binary for the short description
* Re-writing detailed description
* Correcting punctuation docs/ops/comparison/NotEqual_1.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Specifying auto_broadcast in the short description is similar to Equal spec
* The range of values for auto_brodcast is similar to Equal spec and includes the missing pdpd
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* 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()