* [PT FE] Report unsupported operations with model list
* Continue on error
* Disable more models
* Check if file exists
* continue of error
* Fix on failure
* Fix file path
* Apply suggestions from code review
* the proxy device with id should be also a proxy device.
* 1. using real name in the logic of checking if device is proxy.
2. Disable the added test case.
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
* enable test case
---------
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
Co-authored-by: Chen Peter <peter.chen@intel.com>
* resolve skipped HF models: 2nd batch
* commented out models with no info and less than 10 downloads
* Revert "commented out models with no info and less than 10 downloads"
This reverts commit a55861ed69.
* replace with self.image
* resolve todo
* Update tests/model_hub_tests/torch_tests/test_hf_transformers.py
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
* Update tests/model_hub_tests/torch_tests/test_hf_transformers.py
---------
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
* Added common functions for onnx tests
* Removed test cases which are non-related to ONNX
Extended convert_model by extension
* Extended test utils by convert_partially
* Added model convertion using istream as input
* Moved common functionality to a ov namespace
* Removed unused function
* update parse_processor_info_macos for wrong macos info
* update default setting
* update default setting
* update for comment
* fix typo
* update test data
* update init order
* Switch Windows Conditional Compilation workflow to AKS runners
* Fix YAML syntax
* Limit number of threads for CC build
* Split build stages to two to avoid step being successful when it's not
* Install python to conditional compilation job
* Combine both build commands into a single step
* Trying to work around sccache port issue
Sometimes build hangs and then ends by timeout. The only error message
in the logs is "sccache: error: An attempt was made to access a socket in a way forbidden by its access permissions. (os error 10013)"
* Temporary disable ctest step
* Revert "Temporary disable ctest step"
This reverts commit 8714200994.
* Disable Windows conditional compilation for PRs
* [PyOV] Expose result op
* update docs with op.Result
* codestyle
* add test and fix flake8 errors
* add result test
* fix transformation tests
* update return type
* [CPU] CPU API 2.0 migration for TensorDesc
* Fixed CustomOpCPUTest issue
* Cleanup unused code
1. normalize_preprocess
2. MemoryDescUtils::convertToBlockedMemoryDesc
3. Fix a typo issue
* Fix zero dim with none zero strides issue
* Fix Expected and actual shape are different: [] VS [1]
* Remove InferenceEngine::Layout
* Solve rebase issues
* Update for code reviewer's comments
* Keep ov::intel_cpu::node::Generic for legacy compatibility
* Solve scalar data issue
* Solve reviewer's comments
* Restore Generic registeration