openvino/.github/workflows
Irina Efode aebf81419b
[ IE TESTS ] Update tensor comparation function according plugin requirments (#23226)
### Details:
- *Comparation function was changed to compare tensors based on element
comparation*
- *`std::abs(ref_value - plugin_value) <= abs_threshold + rel_threshold
* ref_value`*
- *`abs_threshold ` =
std::max(std::numeric_limits::eps<plugin_element_type>(),
std::numeric_limits::eps<ref_element_type>())*
- *`ref_threshold = eps_by_expected_type()`, which is based on half `bit
length of mantissa`*

### Tickets:
 - [CVS-133173](https://jira.devtools.intel.com/browse/CVS-133173)
 - [CVS-135540](https://jira.devtools.intel.com/browse/CVS-135540)

---------

Co-authored-by: sbalandi <sofya.balandina@intel.com>
2024-03-23 18:08:25 +00:00
..
android_arm64.yml [CI] [GHA] Transition to the v4 for `actions/upload` and `actions/download`-`artifact` (#23142) 2024-02-28 17:22:05 +00:00
assign_issue.yml docs 📝 : add the take issue workflow [19006] (#19027) 2023-10-25 12:50:53 +04:00
build_doc.yml Bump awalsh128/cache-apt-pkgs-action from 1.4.1 to 1.4.2 (#23225) 2024-03-04 08:55:51 +00:00
check_pr_commits.yml Bump actions/checkout from 3 to 4 (#19602) 2023-09-06 07:29:13 +04:00
cleanup_pip_cache.yml [workflows] New path for volumes (#21604) 2023-12-13 00:56:24 +04:00
code_snippets.yml [CI] [GHA] Remove usage of the `SimenB/github-actions-cpu-cores` action (#23583) 2024-03-21 14:25:55 +00:00
code_style.yml Deleted InferenceEngineDeveloperPackageConfig.cmake generation (#22926) 2024-03-14 18:45:28 +00:00
coverage.yml [CI] [GHA] Remove usage of the `SimenB/github-actions-cpu-cores` action (#23583) 2024-03-21 14:25:55 +00:00
coverity.yml [CI] [GHA] Do not use `sccache` in the Coverity workflow (#23377) 2024-03-12 07:28:05 +00:00
dependency_review.yml Script to send workflow metrics to a database (#23484) 2024-03-15 16:12:40 +00:00
fedora.yml [CI] [GHA] Transition to the v4 for `actions/upload` and `actions/download`-`artifact` (#23142) 2024-02-28 17:22:05 +00:00
files_size.yml Bump actions/checkout from 3 to 4 (#19602) 2023-09-06 07:29:13 +04:00
job_cpu_functional_tests.yml [CI] [GHA] Transition to the v4 for `actions/upload` and `actions/download`-`artifact` (#23142) 2024-02-28 17:22:05 +00:00
job_cxx_unit_tests.yml [ IE TESTS ] Update tensor comparation function according plugin requirments (#23226) 2024-03-23 18:08:25 +00:00
job_debian_packages.yml [CI] [GHA] Transition to the v4 for `actions/upload` and `actions/download`-`artifact` (#23142) 2024-02-28 17:22:05 +00:00
job_onnx_models_tests.yml [CI] [GHA] Transition to the v4 for `actions/upload` and `actions/download`-`artifact` (#23142) 2024-02-28 17:22:05 +00:00
job_onnx_runtime.yml [CI] [GHA] Transition to the v4 for `actions/upload` and `actions/download`-`artifact` (#23142) 2024-02-28 17:22:05 +00:00
job_openvino_js.yml [CI] [GHA] Transition to the v4 for `actions/upload` and `actions/download`-`artifact` (#23142) 2024-02-28 17:22:05 +00:00
job_python_unit_tests.yml [TF FE] Enable parallel execution of TensorFlow Layer 2 python tests (#23344) 2024-03-23 08:36:18 +00:00
job_pytorch_models_tests.yml Fix timm filter and run timm models in parallel (#23116) 2024-03-01 10:59:32 +00:00
job_samples_tests.yml Test acutal model (#22841) 2024-03-06 11:12:39 +00:00
job_tensorflow_models_tests.yml [TF FE] Support TensorFlow 2.16 (#23562) 2024-03-21 20:39:39 +00:00
labeler.yml Use custom labeler to label changes not matching any pattern (#20888) 2023-11-07 12:16:32 +01:00
linux.yml Removed usage of matrix param in TF models tests job. (#23255) 2024-03-05 10:10:10 +00:00
linux_arm64.yml [CI] [GHA] Transition to `gcc-10` in the Linux ARM workflow (#23275) 2024-03-06 10:39:09 +00:00
linux_conditional_compilation.yml [CI] [GHA] Transition to the v4 for `actions/upload` and `actions/download`-`artifact` (#23142) 2024-02-28 17:22:05 +00:00
linux_riscv.yml [GHA] Reset Linux riscv cache (#22893) 2024-02-16 20:07:13 +01:00
linux_sanitizers.yml [CI] [GHA] Enable sanitizers (#22628) 2024-03-15 13:46:51 +00:00
mac.yml Deleted InferenceEngineDeveloperPackageConfig.cmake generation (#22926) 2024-03-14 18:45:28 +00:00
mac_arm64.yml Deleted InferenceEngineDeveloperPackageConfig.cmake generation (#22926) 2024-03-14 18:45:28 +00:00
mo.yml OVC pylint fix (#22558) 2024-02-01 14:47:23 +00:00
ovc.yml [OVC] Removed paths checks from OVC workflow. (#23056) 2024-02-23 17:09:11 +00:00
py_checks.yml [CI] [GHA] Transition to the v4 for `actions/upload` and `actions/download`-`artifact` (#23142) 2024-02-28 17:22:05 +00:00
send_workflows_to_opentelemetry.yml [chore] Use debug loglevel for github metrics script (#23633) 2024-03-22 19:50:34 +00:00
stale_prs_and_issues.yml Bump actions/stale from 8 to 9 (#21535) 2023-12-08 12:58:56 +04:00
webassembly.yml [GHA] Remove push trigger from workflows running in full scope in merge queue (#22634) 2024-02-06 12:46:08 +00:00
windows.yml enable CMAKE_COMPILE_WARNING_AS_ERROR on windows (#23267) 2024-03-15 05:34:54 +00:00
windows_conditional_compilation.yml [CI] [GHA] Transition to the v4 for `actions/upload` and `actions/download`-`artifact` (#23142) 2024-02-28 17:22:05 +00:00