Mikhail Ryzhov
538435d819
reverted initial setting of env
2023-08-31 14:46:22 +02:00
Mikhail Ryzhov
9c07aa16fe
fixed env names
2023-08-31 11:58:47 +02:00
Mikhail Ryzhov
0423d400ca
reset validation schema
2023-08-31 11:04:03 +02:00
Mikhail Ryzhov
a67268e260
Merge branch 'github_actions/tests_parallel' of https://github.com/mryzhov/openvino into github_actions/tests_parallel
2023-08-31 11:01:58 +02:00
Mikhail Ryzhov
d06c7ada1c
fixed pipeline syntax
2023-08-31 11:01:54 +02:00
Mikhail Ryzhov
b97bda1401
Merge branch 'master' into github_actions/tests_parallel
2023-08-31 10:59:10 +02:00
Mikhail Ryzhov
28b4911b13
fixed install files permissions
2023-08-31 10:56:49 +02:00
Mikhail Ryzhov
4a3b4f2ff8
reuse env variables in pipeline
2023-08-31 10:27:15 +02:00
Mikhail Ryzhov
c95f831106
fix win command lines
2023-08-31 10:12:39 +02:00
Pawel Raasz
463ae19207
Fix padding calculation if interval value is inf ( #19383 )
2023-08-31 11:57:09 +04:00
Vitaliy Urusovskij
81a02c5586
Fix stoi
out_of_range issue ( #19455 )
...
* Fix `stoi` out_of_range issue
* Handle incorrect behavior and throw exception
* Remove use of `getVmSizeInKB()` in `TestsCommon()`
2023-08-31 04:19:13 +04:00
Mateusz Tabaka
6ad11108b5
Fix include path in TS ShapeOf tests ( #19507 )
2023-08-30 17:00:03 +02:00
Pavel Esir
9a1726a419
[ovc] check if input is correct in split_inputs ( #19350 )
2023-08-30 17:13:43 +04:00
Mateusz Tabaka
02d6c1cb5d
TransposeSinking - add support for ShapeOf ( #19471 )
...
* TransposeSinking - add support for ShapeOf
It's often in the model that transposes have two consumers: ShapeOf and
another transpose and with ShapeOf absent - the transpose pair could be eliminated.
This patch's approach is to propagate a transpose through ShapeOf by creating
"ShapeOf->Gather" subgraph and replacing ShapeOf's input with transpose input.
Ticket: CVS-118896
* enhance docs
2023-08-30 12:45:48 +00:00
Ivan Tikhonov
38cf4764cb
Transformations: API 2.0 transition part 2 ( #19475 )
...
* Transformation component API 2.0:part 2
* Refactoring
* fix build
2023-08-30 14:28:20 +02:00
Katarzyna Mitrus
9c61e0c4dd
[Docs] Remove IR version and nGraph name from the Opset doc ( #19503 )
...
* Remove IR version and nGraph name from the Opset12 doc
* Propagate the changes to each opsetX.md file
2023-08-30 11:51:01 +00:00
Sebastian Golebiewski
8aec490128
add-253 ( #19500 )
2023-08-30 13:46:27 +02:00
Anastasia Kuporosova
23cad1770e
[PyOV] clean up in tests ( #19091 )
...
* [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
2023-08-30 13:40:14 +02:00
Liubov Talamanova
b790458da6
[POT] Fix bug in classification sample ( #19490 )
...
* Fix bug in classification sample
* fix readme
2023-08-30 13:18:44 +02:00
Nadezhda Ageeva
d84fa07841
[HETERO] Save plugin so in tensor ( #19489 )
2023-08-30 10:23:04 +00:00
Przemyslaw Wysocki
9af0f1eaae
[PyOV] Remove constraints link from torchvision preprocessor converter requirements ( #19459 )
2023-08-30 11:57:26 +02:00
Sebastian Golebiewski
87f6e34a56
[DOCS] Improving code snippets for quantization ( #19479 )
...
* improve-snippets
* Apply suggestions from code review
Co-authored-by: Alexander Suslov <alexander.suslov@intel.com>
* Update docs/optimization_guide/nncf/ptq/code/ptq_tensorflow.py
Co-authored-by: Alexander Suslov <alexander.suslov@intel.com>
* update-path
* Update docs/optimization_guide/nncf/ptq/code/ptq_torch.py
---------
Co-authored-by: Alexander Suslov <alexander.suslov@intel.com>
2023-08-30 11:52:36 +02:00
Mateusz Tabaka
3e8c0fac1b
Remove useless Slices ( #19451 )
...
Adjust UselessStridedSliceEraser to work with Slice nodes.
Ticket: CVS-118895
2023-08-30 11:28:33 +02:00
Nesterov Alexander
f2167a9545
[ARM CPU] Remove configure from exec func in eltwise, reduce and pooling ( #19071 )
2023-08-30 13:12:25 +04:00
Bo Liu
6b57360c55
Fix warnings for Paddle Frontend ( #19476 )
...
* Fixed warnings for Paddle Frontend
* fix CI linux-gnu-9 build fail issue
2023-08-30 12:08:08 +04:00
Aleksandr Voron
9b10ef6f6f
[CPU][ARM] Fix inference precision for behaviour tests ( #19485 )
2023-08-30 09:38:30 +04:00
Taylor Yeonbok Lee
e8f1df495c
[GPU] Fixed reordered memory cache not to contain original weight memory ( #19465 )
...
* Fixed reordered memory cache not to contain original weight memory
* Applied review comment
* Applied review comment
2023-08-29 21:54:32 -07:00
Xiuchuan Zhai
36b9de1f25
enable sin/cos && fix top_k_v2 ( #17525 )
2023-08-30 08:55:57 +08:00
Anton Voronov
49c4c922ff
[CPU][OneDNN] Fix zero pad perf issues ( #19417 )
2023-08-29 16:55:45 +00:00
Mikhail Ryzhov
6c0f68e5fa
reverted unused change
2023-08-29 16:34:34 +02:00
Mikhail Ryzhov
13613b3414
set time limitation
2023-08-29 16:07:08 +02:00
Oleg Pipikin
e3e1e8c811
Template plugin tests refactoring ( #19397 )
...
* Template plugin tests refactoring
* Apply comments
2023-08-29 13:48:53 +00:00
Aleksandr Voron
84fc6fb626
[CPU][ARM] Disable default fp16 inference precision ( #19445 )
2023-08-29 17:08:46 +04:00
Andrey Kashchikhin
f6ab1e4833
[CI] [GHA] Introduce GHA Linux Debian Pipeline ( #19225 )
...
* add linux debian pipeline
* remove push and pr triggers; prevent the workflow from scheduling of forks
* enclose cron
* rm unnecessary
2023-08-29 12:13:13 +01:00
Mikhail Ryzhov
5ec3eccbf6
reverted changes
2023-08-29 12:06:21 +02:00
Mikhail Ryzhov
c631bf3f26
Merge branch 'master' into github_actions/tests_parallel
2023-08-29 11:59:13 +02:00
Mikhail Ryzhov
65377ce4ef
reverted wrong fix
2023-08-29 11:48:22 +02:00
Mikhail Ryzhov
2d688692f8
fixed test result caculation
2023-08-29 11:02:54 +02:00
Roman Kazantsev
928c75623b
[JAX][TF Hub][TF FE] Support XlaConvV2 operation and add JAX test ( #19466 )
...
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-08-29 12:28:12 +04:00
Ilya Churaev
f30afa9ad3
Finalization of migration core unit tests ( #19468 )
2023-08-29 11:58:54 +04:00
Maciej Smyk
e6f09ac197
[DOCS] Docker Guide Update for master ( #19410 )
...
* docker-update
* id fix
* Update installing-openvino-docker-linux.md
* Update installing-openvino-docker-linux.md
* Update installing-openvino-docker-linux.md
2023-08-29 08:45:14 +02:00
Pawel Raasz
f9aa624099
[Core] Use API 2.0 in evaluate for trigonometric operators ( #19414 )
...
* 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
2023-08-29 10:16:07 +04:00
Yuan Hu
915de21626
[CPU] Adopt the static shape inference interface developed by the ngraph ( #17719 )
2023-08-29 10:15:18 +04:00
Gorokhov Dmitriy
d32b6904bd
[CPU] Fixed has_subnormals behavior for negative zero values ( #19360 )
2023-08-29 13:53:05 +08:00
Pratham Ingawale
82afb47e36
generator functionality to pytest ( #19402 )
...
* 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>
2023-08-29 03:01:49 +04:00
Pawel Raasz
c0fb4fabce
[ShapeInfer] Remove old API from shape inference sources ( #19435 )
...
* Remove old API from shape inference sources
* Fix build issues
2023-08-28 22:03:35 +02:00
Przemyslaw Wysocki
b7d73cbbe3
[PyOV] Limit cython
version ( #19443 )
2023-08-28 17:36:51 +02:00
Mikhail Ryzhov
b511b0a64d
fixed tasks queue with time -1
2023-08-28 15:32:03 +02:00
Sebastian Golebiewski
f306007e59
update-notebooks ( #19450 )
...
Add notebook 252-fastcomposer-image-generation. Fix indentation, admonitions, broken links and images.
2023-08-28 14:23:23 +02:00
Mikhail Ryzhov
0a5dfe7286
Merge branch 'master' into github_actions/tests_parallel
2023-08-28 12:59:28 +02:00