Yury Gaydaychuk
2d3aab33b0
[CPU] Deformable Convolution minor fixes ( #19415 )
2023-08-31 16:13:39 +02:00
Ilya Churaev
2d2977ff4a
Moved inference unit tests to new API ( #19452 )
...
* 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
2023-08-31 16:39:46 +04:00
Sebastian Golebiewski
1cf3fe96af
[DOCS] Improve NNCF workflow images ( #19040 )
...
* Update DEVELOPMENT_FLOW_V3_crunch.svg
* Update DEVELOPMENT_FLOW_V3_crunch.svg
* update
* Update DEVELOPMENT_FLOW_V3_crunch.svg
* Update DEVELOPMENT_FLOW_V3_crunch.svg
* Update DEVELOPMENT_FLOW_V3_crunch.svg
* Update docs/optimization_guide/model_optimization_guide.md
2023-08-31 14:00:31 +02:00
Mateusz Tabaka
120a81ff5e
Disallow LeakyReluFusion when alpha is greater than one ( #19446 )
...
Tickets: CVS-118898, CVS-82454
2023-08-31 14:41:46 +04: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
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
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
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
Wilson Seok
94c21b53b3
fix build error by removing makeDynamicParam ( #19431 )
2023-08-28 12:10:05 +02:00
Pawel Raasz
2e78eec502
Fix boxes dim calculation when scores dynamic rank ( #19097 )
...
* Fix boxes dim calculation when scores dynamic rank
* NMS shape infer improve upper bound calculation
* Calculate boxes if required shapes has static rank
* Optimize shape_infer for NMS v4
* Reorder checks in nms v4 for selected boxes
2023-08-28 13:27:09 +04:00
Ilya Churaev
29ad3e8c92
Moved eval tests to new API ( #19364 )
...
* Moved eval tests to new API
* Fixed build
* Fixed eval tests
2023-08-28 10:22:14 +04:00
HARI CHAND BALASUBRAMANIAM
b87709a8a7
Create performance.yml ( #18929 )
...
* Create performance.yml
create new performance issue template for customers to report issue that related to performance
* Update performance.yml
Amend based on latest comment
* Update performance.yml
* Update performance.yml
amend based on suggestion
2023-08-28 07:29:04 +04:00
Ivan Tikhonov
0f9734aaa7
Transformation tests API 2.0: part 1 ( #19366 )
...
* API 2.0 replace ngraph headers and namespaces in CPU, LPT etc transformations tests
* revert the incorrect renaming
* function -> model in arm transformation tests
2023-08-27 18:52:03 +02:00
Wilson Seok
293c672064
add sqrt activation support in cpu_impl ( #19421 )
2023-08-25 12:10:01 -07:00
Wilson Seok
f6dca869b2
fix reduce perferred format selection and layout for partial shape ( #19319 )
2023-08-25 12:09:25 -07:00
Min, Byungil
bcedb0bb9b
[GPU] Resolve accuracy issue from clamp fused prims ( #19409 )
...
+ Added condition when clamp activation is added to fused-ops for fp16 overflow
+ Added test-cases
Signed-off-by: Min, Byungil <byungil.min@intel.com>
2023-08-25 11:21:09 -07:00
Irina Efode
cddcec8ba8
[CONFORMANCE] Fix for Eye-9 op in the Opset Conformance report ( #19404 )
2023-08-25 17:22:18 +02:00
Wilson Seok
f962511a84
[GPU] add check condition of input dynamic shape in conv fusing ( #19219 )
2023-08-25 16:13:53 +04:00
Ilya Churaev
39b75fd213
Moved core tests from root folder to new API ( #19381 )
2023-08-25 15:23:41 +04:00
Vladimir Paramuzov
a45e5e03c5
[GPU] Added some formats for pvc ( #19388 )
2023-08-25 15:09:42 +04:00
Xiuchuan Zhai
1bdf4f0ab9
[CPU] Build fix: remove usage of makeDynamicParams from tests ( #19412 )
2023-08-25 10:29:51 +00:00