* [PyOV] clean up in tests
* use generated model in tests
* fix ci
* return back fild
* fix ci 1
* fix ci2
* update
* move models
* return back deleted test
* move model creation from conftest
* fix ci
* fix ci
* Use API 2.0 in operators evaluate
- Drop ngraph namespace in ops
- Refactor reference implementation for modified ops
* Apply code style
* Fix build issue in reference impl
* Fix code style
* Fix compile warnings
* Add inputs check and set output shape in evaluates
* trying with pytest
* update as per suggested
* pytest testing on compress_quantized_weights_test
* resolved warning of assert on tuple
---------
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Create performance.yml
create new performance issue template for customers to report issue that related to performance
* Update performance.yml
Amend based on latest comment
* Update performance.yml
* Update performance.yml
amend based on suggestion
* API 2.0 replace ngraph headers and namespaces in CPU, LPT etc transformations tests
* revert the incorrect renaming
* function -> model in arm transformation tests
* Reuse common shape validation for fft base
* Align helper names
* Common test class for fft ops
* Move all (I)DFT test cases to the common test class
* More test cases for param axes
* Init labels validation
* More label tests
* Labels validation for non const signal size
* Init label tests for IRDFT
* More label test for irdft
* Labels tests for RDFT
* Remove duplicated tests
* Rename common validation file
* Rename shape infer tests file
* Use node shape infer check
* Headers order alignment
* Add const to the test params vector
* Use this make_op
* Use OV_EXPECT_THROW in common fft tests
* Use OV_EXPECT_THROW iin rdft an irdft tests
* Pass input shapes and use SHAPE_INFER_CHECK
* Shorter error messages
* Update to use ov namespace in typeprop tests
* Move files to new directories
* Use quotes for openvino includes
* Provide proxy calls for transition
of dependant components.
* Correct includes style
* Redo proxies
* Fix deprecated
* Move aliases to proxy files
* Apply code style
* [TF Hub][TF FE] Support TensorListLength and TensorListResize operations
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Add test with empty tensor list
* remove assert
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* [conformance] Fix same name for models
* add model name
* Update hash wwith input_info and graph_priority
* Fix double cache
* Read meta from file
* temp to check
* Move loop with caches and add attr to rename
* [conformance] Enable local cache using in SubgraphsDumper tool