{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":153097643,"defaultBranch":"master","name":"openvino","ownerLogin":"openvinotoolkit","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-10-15T10:54:40.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/55443902?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716217069.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"b46ac3c1d5296ccc3ccfac1a1692610782a35076","ref":"refs/heads/gh-readonly-queue/master/pr-24590-3a48d2c1501904cae118eab37aaf1f876ea2db9e","pushedAt":"2024-05-20T14:57:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"[PyOV] Reenable test_cancel (#24590)\n\n### Details:\n - Do not skip the test of `InferReuqest.cancel()`\n\n### Tickets:\n - *CVS-95967*","shortMessageHtmlLink":"[PyOV] Reenable test_cancel (#24590)"}},{"before":null,"after":"3a48d2c1501904cae118eab37aaf1f876ea2db9e","ref":"refs/heads/gh-readonly-queue/master/pr-24459-80dd60298915f9d345cc1532d820e6a9690e33d8","pushedAt":"2024-05-20T14:51:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"[OV JS] Remove acceptable_types parameter from js_to_cpp() template function (#24459)\n\n### Details:\n- Remove `const std::vector& acceptable_types` param from\ntemplate `TargetType js_to_cpp(const Napi::Value&, const\nstd::vector& acceptable_types);`\n- Remove template specialization `int32_t js_to_cpp(const\nNapi::CallbackInfo& info,\n const size_t idx,\nconst std::vector& acceptable_types);`\n\n### Tickets:\n - *140428*","shortMessageHtmlLink":"[OV JS] Remove acceptable_types parameter from js_to_cpp() template f…"}},{"before":"350c021870309ecdc00eba4ceef64b2029cfe9f8","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-24593-7a009aca635d1abb2adee0f5133ac6b078690706","pushedAt":"2024-05-20T14:40:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"7a009aca635d1abb2adee0f5133ac6b078690706","after":"350c021870309ecdc00eba4ceef64b2029cfe9f8","ref":"refs/heads/master","pushedAt":"2024-05-20T14:40:33.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"[Docs] Button styling (#24593)\n\n### Details:\n - *item1*\n - *...*\n\n### Tickets:\n - *ticket-id*","shortMessageHtmlLink":"[Docs] Button styling (#24593)"}},{"before":"7a009aca635d1abb2adee0f5133ac6b078690706","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-24393-80eb61a85491081bd49bcc030a3602635b600924","pushedAt":"2024-05-20T14:30:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"80eb61a85491081bd49bcc030a3602635b600924","after":"7a009aca635d1abb2adee0f5133ac6b078690706","ref":"refs/heads/master","pushedAt":"2024-05-20T14:30:44.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"[GPU] reducing permute_ref usage (#24393)\n\n### Details:\n- uncommented 2 divisor gives performance gain and enables models with\nf==2 or y==2 to use permute_f_y kernel\n### Tickets:\n - 140462","shortMessageHtmlLink":"[GPU] reducing permute_ref usage (#24393)"}},{"before":null,"after":"80dd60298915f9d345cc1532d820e6a9690e33d8","ref":"refs/heads/gh-readonly-queue/master/pr-24567-350c021870309ecdc00eba4ceef64b2029cfe9f8","pushedAt":"2024-05-20T14:19:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"[Op][RMSNorm] Move RMSNorm from opset15 to dev_api (#24567)\n\n### Details:\n\nAs ov RMSNorm has been not released yet as a public opset op, it was\nproposed to keep it as internal.\nRMSNorm is not currently a part of any frontend framework and the\nrequirements for RMSNorm may change.\nThere is a corresponding\n[`internal::RMS`](https://github.com/openvinotoolkit/openvino/blob/70142121c1c632b6d710026150b0e6deb20b0e68/src/common/transformations/include/ov_ops/rms.hpp)\nop availavble for common transformations (moved from custom GPU).\nThe goal is to unify this work and tests into single RMS implementation.\n\n---------------------------\n\nThe reference implementation is going to be reused for the\ninternal::RMS:\n- https://github.com/openvinotoolkit/openvino/pull/24556\n\n### Tickets:\n - Related to: 129027","shortMessageHtmlLink":"[Op][RMSNorm] Move RMSNorm from opset15 to dev_api (#24567)"}},{"before":"80eb61a85491081bd49bcc030a3602635b600924","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-21922-7f99b88420c42c4a7c7ea2694bbabaeda9626e6a","pushedAt":"2024-05-20T13:45:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"7f99b88420c42c4a7c7ea2694bbabaeda9626e6a","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-24487-09bee2e444623ac193fa2d3d01e167c6bf146d04","pushedAt":"2024-05-20T13:45:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"09bee2e444623ac193fa2d3d01e167c6bf146d04","after":"80eb61a85491081bd49bcc030a3602635b600924","ref":"refs/heads/master","pushedAt":"2024-05-20T13:45:23.000Z","pushType":"merge_queue_merge","commitsCount":2,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"[Snippets] Added Configurator support (#21922)\n\n### Details:\n- *Added `RuntimeConfigurator` support to configure runtime arguments\n(loop parameters, data offsets) for each static shapes in dynamic case.*\n- *Added Shape-Agnostic dynamism for Eltwise subgraphs (disabled by\ndefault)*\n\n\n### Tickets:\n - *113211*\n - *139795*\n - *136157*\n - *139796*\n - *139785*\n\n### Prerequisites:\n- https://github.com/openvinotoolkit/openvino/pull/21934\n- https://github.com/openvinotoolkit/openvino/pull/21881\n- https://github.com/openvinotoolkit/openvino/pull/21895\n- https://github.com/openvinotoolkit/openvino/pull/23710\n- https://github.com/openvinotoolkit/openvino/pull/24115\n- https://github.com/openvinotoolkit/openvino/pull/24119\n\n### TODO:\n- [x] Add `ShapeInfer` caching\n- [x] Fix all failed tests","shortMessageHtmlLink":"[Snippets] Added Configurator support (#21922)"}},{"before":null,"after":"350c021870309ecdc00eba4ceef64b2029cfe9f8","ref":"refs/heads/gh-readonly-queue/master/pr-24593-7a009aca635d1abb2adee0f5133ac6b078690706","pushedAt":"2024-05-20T13:38:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"[Docs] Button styling (#24593)\n\n### Details:\n - *item1*\n - *...*\n\n### Tickets:\n - *ticket-id*","shortMessageHtmlLink":"[Docs] Button styling (#24593)"}},{"before":null,"after":"7a009aca635d1abb2adee0f5133ac6b078690706","ref":"refs/heads/gh-readonly-queue/master/pr-24393-80eb61a85491081bd49bcc030a3602635b600924","pushedAt":"2024-05-20T13:33:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"[GPU] reducing permute_ref usage (#24393)\n\n### Details:\n- uncommented 2 divisor gives performance gain and enables models with\nf==2 or y==2 to use permute_f_y kernel\n### Tickets:\n - 140462","shortMessageHtmlLink":"[GPU] reducing permute_ref usage (#24393)"}},{"before":"09bee2e444623ac193fa2d3d01e167c6bf146d04","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-24589-ffb17325e13111fb379d70b46c8d252956566c98","pushedAt":"2024-05-20T13:03:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"ffb17325e13111fb379d70b46c8d252956566c98","after":"09bee2e444623ac193fa2d3d01e167c6bf146d04","ref":"refs/heads/master","pushedAt":"2024-05-20T13:03:54.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Docs update main page for master (#24589)\n\nFixed github icon","shortMessageHtmlLink":"Docs update main page for master (#24589)"}},{"before":null,"after":"80eb61a85491081bd49bcc030a3602635b600924","ref":"refs/heads/gh-readonly-queue/master/pr-21922-7f99b88420c42c4a7c7ea2694bbabaeda9626e6a","pushedAt":"2024-05-20T12:54:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"[Snippets] Added Configurator support (#21922)\n\n### Details:\n- *Added `RuntimeConfigurator` support to configure runtime arguments\n(loop parameters, data offsets) for each static shapes in dynamic case.*\n- *Added Shape-Agnostic dynamism for Eltwise subgraphs (disabled by\ndefault)*\n\n\n### Tickets:\n - *113211*\n - *139795*\n - *136157*\n - *139796*\n - *139785*\n\n### Prerequisites:\n- https://github.com/openvinotoolkit/openvino/pull/21934\n- https://github.com/openvinotoolkit/openvino/pull/21881\n- https://github.com/openvinotoolkit/openvino/pull/21895\n- https://github.com/openvinotoolkit/openvino/pull/23710\n- https://github.com/openvinotoolkit/openvino/pull/24115\n- https://github.com/openvinotoolkit/openvino/pull/24119\n\n### TODO:\n- [x] Add `ShapeInfer` caching\n- [x] Fix all failed tests","shortMessageHtmlLink":"[Snippets] Added Configurator support (#21922)"}},{"before":"ffb17325e13111fb379d70b46c8d252956566c98","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-24565-f675d14608f3d6d1b1ed5802e551f01a4e5fe870","pushedAt":"2024-05-20T12:43:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"f675d14608f3d6d1b1ed5802e551f01a4e5fe870","after":"ffb17325e13111fb379d70b46c8d252956566c98","ref":"refs/heads/master","pushedAt":"2024-05-20T12:43:14.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Libxsmm licensing (#24565)\n\nAdded licensing for libxsmm\n\nRef PR: https://github.com/openvinotoolkit/openvino/pull/22210/","shortMessageHtmlLink":"Libxsmm licensing (#24565)"}},{"before":null,"after":"7f99b88420c42c4a7c7ea2694bbabaeda9626e6a","ref":"refs/heads/gh-readonly-queue/master/pr-24487-09bee2e444623ac193fa2d3d01e167c6bf146d04","pushedAt":"2024-05-20T12:40:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"[PyOV] python op implementation (#24487)\n\n### Details:\n - based on: https://github.com/openvinotoolkit/openvino/pull/23612\n\n### Tickets:\n - CVS-141051\n\n---------\n\nCo-authored-by: Michal Lukaszewski ","shortMessageHtmlLink":"[PyOV] python op implementation (#24487)"}},{"before":"f675d14608f3d6d1b1ed5802e551f01a4e5fe870","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-24531-9a78d5f927e35a2bf06d4e74a348339fbff5aa23","pushedAt":"2024-05-20T12:31:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"9a78d5f927e35a2bf06d4e74a348339fbff5aa23","after":"f675d14608f3d6d1b1ed5802e551f01a4e5fe870","ref":"refs/heads/master","pushedAt":"2024-05-20T12:31:08.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"[intel-npu] Adding EXECUTION_DEVICES read-only property (#24531)\n\n### Details:\n - Adding EXECUTION_DEVICES read-only property for intel-npu plugin.\n\n### Tickets:\n - EISW-112990","shortMessageHtmlLink":"[intel-npu] Adding EXECUTION_DEVICES read-only property (#24531)"}},{"before":null,"after":"09bee2e444623ac193fa2d3d01e167c6bf146d04","ref":"refs/heads/gh-readonly-queue/master/pr-24589-ffb17325e13111fb379d70b46c8d252956566c98","pushedAt":"2024-05-20T12:11:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Docs update main page for master (#24589)\n\nFixed github icon","shortMessageHtmlLink":"Docs update main page for master (#24589)"}},{"before":"9a78d5f927e35a2bf06d4e74a348339fbff5aa23","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-24580-b6609e830f62d604ccbde046f03d8fdabd790577","pushedAt":"2024-05-20T12:09:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"b6609e830f62d604ccbde046f03d8fdabd790577","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-24581-fe8c4445f67c1db77a94e0d260c5fa74e211ca5e","pushedAt":"2024-05-20T12:09:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"fe8c4445f67c1db77a94e0d260c5fa74e211ca5e","after":"9a78d5f927e35a2bf06d4e74a348339fbff5aa23","ref":"refs/heads/master","pushedAt":"2024-05-20T12:09:37.000Z","pushType":"merge_queue_merge","commitsCount":2,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"fix compilation issue on ubuntu24 (#24580)\n\n### Details:\n - *fix compilation issue on ubuntu24*\n\n### Tickets:\n - *141313*","shortMessageHtmlLink":"fix compilation issue on ubuntu24 (#24580)"}},{"before":null,"after":"ffb17325e13111fb379d70b46c8d252956566c98","ref":"refs/heads/gh-readonly-queue/master/pr-24565-f675d14608f3d6d1b1ed5802e551f01a4e5fe870","pushedAt":"2024-05-20T11:42:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Libxsmm licensing (#24565)\n\nAdded licensing for libxsmm\n\nRef PR: https://github.com/openvinotoolkit/openvino/pull/22210/","shortMessageHtmlLink":"Libxsmm licensing (#24565)"}},{"before":null,"after":"f675d14608f3d6d1b1ed5802e551f01a4e5fe870","ref":"refs/heads/gh-readonly-queue/master/pr-24531-9a78d5f927e35a2bf06d4e74a348339fbff5aa23","pushedAt":"2024-05-20T11:41:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"[intel-npu] Adding EXECUTION_DEVICES read-only property (#24531)\n\n### Details:\n - Adding EXECUTION_DEVICES read-only property for intel-npu plugin.\n\n### Tickets:\n - EISW-112990","shortMessageHtmlLink":"[intel-npu] Adding EXECUTION_DEVICES read-only property (#24531)"}},{"before":null,"after":"9a78d5f927e35a2bf06d4e74a348339fbff5aa23","ref":"refs/heads/gh-readonly-queue/master/pr-24580-b6609e830f62d604ccbde046f03d8fdabd790577","pushedAt":"2024-05-20T11:15:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"fix compilation issue on ubuntu24 (#24580)\n\n### Details:\n - *fix compilation issue on ubuntu24*\n\n### Tickets:\n - *141313*","shortMessageHtmlLink":"fix compilation issue on ubuntu24 (#24580)"}},{"before":null,"after":"b6609e830f62d604ccbde046f03d8fdabd790577","ref":"refs/heads/gh-readonly-queue/master/pr-24581-fe8c4445f67c1db77a94e0d260c5fa74e211ca5e","pushedAt":"2024-05-20T11:08:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"[TF FE] Support adjoint mode for MatrixInverse operation (#24581)\n\n**Details:** After fix\nhttps://github.com/openvinotoolkit/openvino/pull/24071, we are ready\nsupport `adjoint` for MatrixInverse\n\n**Ticket:** TBD\n\nSigned-off-by: Kazantsev, Roman ","shortMessageHtmlLink":"[TF FE] Support adjoint mode for MatrixInverse operation (#24581)"}},{"before":"fe8c4445f67c1db77a94e0d260c5fa74e211ca5e","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-24563-9049d746dbb4c458edc5cf5abaae3247c19a8f0a","pushedAt":"2024-05-20T11:00:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"9049d746dbb4c458edc5cf5abaae3247c19a8f0a","after":"fe8c4445f67c1db77a94e0d260c5fa74e211ca5e","ref":"refs/heads/master","pushedAt":"2024-05-20T11:00:21.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"[GPU] Enable permute + onednn gemm fusion for dynamic shape (#24563)\n\n### Details:\n - Enable permute + onednn gemm fusion for dynamic shape\n - Fix unittests to test various permute orders fused with gemm\n- This pr has dependency on onednn change on memory tag. Do not merge\nuntil the memory tag change is ready\n\n### Tickets:\n - 138961","shortMessageHtmlLink":"[GPU] Enable permute + onednn gemm fusion for dynamic shape (#24563)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETukqQQA","startCursor":null,"endCursor":null}},"title":"Activity · openvinotoolkit/openvino"}