* [TF Hub][TF FE] Use multiprocessing based tests for TF Hub validation
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Fix import and initialization
* [TF Hub][TF FE] Make TF Hub validation more robust and add convenient marking for failing cases
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Moved inference unit tests to new API
* Added infer request and variable state
* Try to fix LTO
* Try to avoid warning from gmock
* Try to fix azure build
* Try to fix Windows build
* Comment all variable_state_test file for future investigation
* Start migration of caching tests to new API
* Removed legacy API from mock_plugin
* Fixed more tests
* Remove redundant code
* Enable more tests
* Move all tests, need to reenable tests
* Revert incorrect change
* Cosmetic changes
* Fixed AUTO BATCH tests and disabled hetero tests
* Fixed crash in HETERO tests
* Restored opset1::Reshape label peropagation for -1 special value
* Lets opset1::Reshape keep same shape infer. Makes FindBatch transformation keep labels in output shapes of Result node
* uses Parameter from correct namespace
* Add all scope of models for testing
* Fix signature in test
* Fix workaround with output tensor names
* Fix unknown rank input resource case
* [TF Hub][TF FE] Fix TF Hub model validation and extend precommit
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Remove unneeded comments
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* [GPU] Fix input feature map indexing with pad and batch indices for ROIAlign
* Fix failed TCs for ov_gpu_func_tests
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Fix to do batch interpretation for inconsistency between ROIALign input and const 1D tensor
Signed-off-by: Andrew Park <andrew.park@intel.com>
---------
Signed-off-by: Andrew Park <andrew.park@intel.com>
* fix parsing output
* use always coma backspace to separate outputs ', '
* update docstring
* call parser only for ovc cli tool
* docstring correction
* separate docs for cli tool and convert_model; other minor changes
* drop redundant arg from cli_parser_test.py
* more solid test cases added
* remove redundant argv.framework from cli_parser_test.py
* shape correction in concat
* Apply suggestions from code review
fix: coma -> comma
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
* apply review suggestions
* remove extra ')'
---------
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
* [TF FE] Support Selu operation and add test
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Fix layer test
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Moved inference unit tests to new API
* Added infer request and variable state
* Try to fix LTO
* Try to avoid warning from gmock
* Try to fix azure build
* Try to fix Windows build
* Comment all variable_state_test file for future investigation