Oleg Pipikin
8f42bf1647
Fix copy constructor and assignment for ov::Any ( #16757 ) ( #17087 )
...
* Fix copy constructor and assignment for ov::Any (#16757 )
* Fix copy constructor and assignment for ov::Any
* Fix1
* Apply comments
* Add test
* Fix code style
* Fix2
* Fix3
* Fix1
2023-05-18 11:29:05 +04:00
Karol Blaszczak
8ba2d74f10
Prepare "memory_optimization_guide.md" ( #17022 ) ( #17497 )
...
---------
Co-authored-by: Vitaliy Urusovskij <vitaliy.urusovskij@intel.com >
2023-05-15 10:38:49 +02:00
Karol Blaszczak
bdadcd7583
[DOCS] benchmarks new page port 22.3 ( #16620 ) ( #17252 )
...
port 3 PRs to recreate the new benchmark page:
16984, 16620, 16862
Port css style, html modal, and fix 1 POT link for benchmarks from master.
port 1 install guide fix:
16572
2023-04-27 15:46:27 +02:00
Maciej Smyk
2deaccc02f
Update automatic_batching.md ( #17262 )
2023-04-27 14:39:44 +02:00
Sebastian Golebiewski
cc351b023a
update tuts ( #17235 )
2023-04-27 11:43:18 +02:00
Vitaliy Urusovskij
ed4a7a3842
[2022.3] Fix TSAN issues in GNA plugin ( #17216 )
...
* Fix TSAN issue in GNA plugin (#17163 )
* Fix TSAN issue No2 in GNA plugin (#17185 )
* Fix TSAN issue No2 in GNA plugin
* Misprint
* Add copyright
2023-04-26 15:40:12 +04:00
Ilya Lavrenov
72877d4b09
Use manylinux2014 instead of manylinux_2_17 as a platform tag ( #15215 )
...
* Use manylinux2014 instead of manylinux_2_17 as a platform tag
* Test
2023-04-26 12:08:51 +04:00
Andrei-George Boji
6e6c469e69
Updated dependencies for new FW ( #17024 )
...
* Updated dependencies for new FW
* updated depencies for pcie fw
2023-04-21 05:39:41 -07:00
Karol Blaszczak
34a041a8a3
[DOCS] bring back conda guide 23.0 ( #17030 )
2023-04-20 14:09:32 +02:00
Vitaliy Urusovskij
a5c97d346a
Fix FQ ref impl broadcasting ( #17017 )
...
* Fix broadcasting issue in FQ ref implementation (#16812 )
* Try to return skipped test after FQ fix
* Copy FQ broadcast case from CPU to TEMPL tests
2023-04-18 22:57:02 +04:00
Karol Blaszczak
d3f7a76d9b
[DOCS] quick vpu fix ( #16998 )
2023-04-17 17:36:42 +02:00
Karol Blaszczak
b9f6104662
[DOCS] add vpu disclaimer ( #16948 )
2023-04-17 13:02:39 +02:00
Przemyslaw Wysocki
41f0419b37
[PyOV] Bump numpy to 1.24 in runtime ( #16886 )
...
* Bump runtime numpy
* Try forcing lower numpy in tests
* Lower numpy in tox
* Force numpy
2023-04-17 13:25:26 +04:00
Tatiana Savina
d329f4ddd3
DOCS Add Missing Python snippets to FE extensibility page ( #16455 )
2023-04-14 16:08:05 +02:00
Vitaliy Urusovskij
49033da98b
Small docs fixes ( #16945 ) ( #16951 )
2023-04-14 11:48:58 +00:00
bstankix
c7bb2bd119
[docs] Update switchers 4 ( #16922 )
...
- update version switcher
- update language switcher
2023-04-13 14:50:30 +02:00
Mateusz Bencer
19e914a46e
[port from master][ONNX FE] Fix Squeeze v1 ( #16890 )
...
* fix squeeze v1
* fixed Squeeze ctor
2023-04-12 21:04:52 +01:00
Ilya Lavrenov
c3f1c9c867
Port fixes from master to 2022.3 ( #16842 )
...
* Return benchmark_tool to openvino-dev wheel (#16834 )
* [HETERO] Enable smoke_Hetero_CachingSupportCase tests (#16711 )
* Remove warnings during cython call (#16831 )
---------
Co-authored-by: Nadezhda Ageeva <nadezhda.ageeva@intel.com >
2023-04-10 22:12:22 +04:00
Przemyslaw Wysocki
e7cfb8e363
Fix linter ( #16622 )
2023-03-31 01:21:39 +04:00
Ilya Lavrenov
7d28ed499a
Port 2022 3 ( #16611 )
...
* Fixed typo in core tests (#16235 )
* More accurate hwloc finding in case of dynamic tbbbind (#16488 )
* [INSTALL] Fix setupvars (installation for MacOS) and build python (#16514 )
* Fix installation + Python build on MacOS
* Update setupvars.sh
* Update setupvars.sh
* Revert
* revert
* Update scripts/setupvars/setupvars.sh
---------
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com >
---------
Co-authored-by: Ilya Churaev <ilya.churaev@intel.com >
Co-authored-by: Irina Efode <irina.efode@intel.com >
2023-03-29 13:58:22 +04:00
Sebastian Golebiewski
3e950a52f7
Update Doxyfile.config ( #16594 )
2023-03-28 15:56:16 +04:00
Sebastian Golebiewski
d5044c5e55
Update tutorials ( #16545 )
2023-03-24 18:17:27 +01:00
Karol Blaszczak
941f23a519
[DOCS] minor fix for content and config 22.3 ( #16530 )
2023-03-24 14:33:29 +01:00
Oleg Pipikin
6f6e4093b9
Fix ir10 inputs outputs serialization order ( #16357 ) ( #16401 )
...
* Change IRv10 serialisation to not reorder parameters and results
* Add tests
* Fix1
2023-03-21 11:00:05 +04:00
Anastasiia Pnevskaia
2281a0ef78
Fixed clearing of pipeline config params and TF session in convert_model() ( #16191 ) ( #16346 )
...
* Fixed pipeline config params clearing.
* Added clearing of TF session. Added tests.
2023-03-17 13:28:25 +04:00
Anastasiia Pnevskaia
11f1841fce
Clearing of CustomReplacementRegistry.registry in convert_model() ( #15893 ) ( #16347 )
...
* Clearing of CustomReplacementRegistry.registry.
* Added test.
2023-03-17 13:17:16 +04:00
Karol Blaszczak
7e0c8f8c40
DOCS-image-fix port22.3 ( #16341 )
...
(#16324 )
(#16308 )
2023-03-17 08:15:00 +01:00
Sebastian Golebiewski
a19e5c5865
[DOCS] Updating 'Prerequisites' section in Configurations for GNA article - for 22.3 ( #16237 )
...
* issue-15090
Add command for installation of prerequisites on Linux.
2023-03-15 17:09:28 +01:00
Sebastian Golebiewski
cb49293cc0
[DOCS] Adding 'Scrollbox' - new sphinx directive ( #15307 )
...
port https://github.com/openvinotoolkit/openvino/pull/15305
2023-03-15 15:24:23 +01:00
Sebastian Golebiewski
5c686a01fe
234 update ( #16212 )
...
Adding notebook 234-encodec-audio-compression
2023-03-10 16:28:59 +01:00
Sebastian Golebiewski
c329685f03
port-16085 ( #16210 )
2023-03-10 17:26:37 +04:00
Andrei-George Boji
e7f6244c36
Andreib/2022.3 myriad plugin obs ( #16079 )
...
* Changed to OBS firmware
* Changed dependencies settings for new FW
---------
Co-authored-by: Daria Mityagina <daria.mityagina@intel.com >
2023-03-09 15:14:49 +00:00
Karol Blaszczak
ab4f31c2f1
Docs benchmarks page update port 22.3 ( #16187 )
...
changes to benchmarks page to align with theme
2023-03-09 14:22:11 +01:00
Ilya Lavrenov
74272ed05e
Port to 2022.3 ( #16174 )
...
* Remove setuptools upperbound (#16054 )
* Added missed licenses to openvino-dev (#16057 )
* Fixed OpenMP + debian package code-path (#16058 )
* [CPU] Prevent out of bounds read inside Graph::InferDynamic (#16067 )
* Fixed compilation on Debian 11 with gcc 12.2 (#16096 )
* Fix for OpenCL
---------
Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com >
Co-authored-by: Maksim Kutakov <maksim.kutakov@intel.com >
2023-03-09 15:25:23 +04:00
Tatiana Savina
172400fbf0
[DOCS] Port Frontend Extensions and OTX page ( #16135 )
...
* [DOCS] Add OTX page to Ecosystem (#16118 )
* add otx page
* change ecosystem page
* add ote img
* move ote page to rst
* fix path
* add path
* img test
* otx page
* add docs to ecosystem page
* [DOCS] Fix Frontend Extensions snippets (#16120 )
* move fe to rst
* fix code snippets
* add more line breaks
* fix tabsets
* fix link
* fix anchor
* test
* fixing link
* change tab directive
* fix tabs
* align code tabs
* fix link
* fix snippets
* add dlwb to ecosystem
* change ecosystem menu
* exclude fe page
2023-03-08 17:14:31 +01:00
Karol Blaszczak
c4e9623b4e
[Docs] nv12 changes port to 22.3 ( #16115 )
...
Port:
#15370
#16004
add single-plane input information
create single-plane cpp snippet
menu fix
update formatting for sphinx directives
additional snippet fixes
---------
Co-authored-by: Ilya Churaev <ilyachur@gmail.com >
Co-authored-by: Vladimir Paramuzov <vladimir.paramuzov@intel.com >
2023-03-07 10:00:28 +01:00
Haiqi Pan
d91fbb10f2
fix benchmark_app python to support YES and NO values for -pin parameter ( #16042 )
...
* support YES and NO for -pin
* add if property_name == 'AFFINITY'
---------
Co-authored-by: Chen Peter <peter.chen@intel.com >
2023-03-06 10:55:48 +00:00
Sebastian Golebiewski
438eb5414f
Update Customize_Model_Optimizer.md ( #15687 )
...
Recreating #14062
2023-03-06 10:27:50 +01:00
Sebastian Golebiewski
cf03f9623e
notebooks update ( #16091 )
...
20230302220806
2023-03-03 18:23:15 +01:00
Ilya Lavrenov
2632c9e687
Port to 2022.3 from master ( #16049 )
2023-03-02 21:06:56 +04:00
Ilya Lavrenov
90bbee7ceb
Fixed clang-format for C API ( #16025 )
2023-03-01 19:24:13 +04:00
Tomasz Jankowski
5c105d3a2f
[Transformations] Enable missing runtime info check ( #15796 ) ( #15972 )
...
* Add rt info propagation to StridesOptimization
* Enable rt info check for pruning tests
2023-03-01 12:11:25 +04:00
Mikhail Ryzhov
e51bcb577c
[GNA] Changed max layer limit tests to avoid SEH exceptions ( #15015 ) ( #15460 )
...
* splitted test model
* Changed test config
* Set SF for all inputs
2023-02-28 20:06:27 +04:00
Vitaliy Urusovskij
627339e5f2
Apply Apivalidator to extra TBB libs ( #15998 )
2023-02-28 18:17:16 +04:00
Ilya Lavrenov
1ddb6797ab
Install libtbb2 instead of libtbb12 on U22.04 ( #15993 )
2023-02-28 15:03:13 +04:00
Alexandra Sidorova
b13e96a12c
[Snippets] Added matcher_name in ConvertConstantsToScalars pass ( #15977 )
2023-02-27 19:58:58 +04:00
Ilya Lavrenov
7274cdb51b
Apivalidator ( #15951 )
...
* Improved API validator logic (#15942 )
* Fix for apiValidator when more than 1 target needs to be checked (#15950 )
* Prevent infinite recursion
2023-02-25 23:36:11 +04:00
Ilya Lavrenov
00b5232419
Fixed issues in setupvars.sh ( #15884 ) ( #15952 )
...
* Fixed issues with setupvar.sh
* Fixes setupvars realpath error
---------
Co-authored-by: Otoka, Tomasz <tomasz.otoka@intel.com >
2023-02-25 21:26:54 +04:00
Ilya Lavrenov
589c927c3d
Fixed samples build on Debian 10 with cmake 3.13 ( #15939 )
...
* Fixed samples build on Debian 10 with cmake 3.13
* Use 2022/3 branches
* Limit setuptools version
2023-02-25 00:31:27 +04:00
Sebastian Golebiewski
f0270214a0
[DOCS] Structure change for 'AUTO Device Selection' article - post merge fix ( #15752 )
...
* aligning with 14750
2023-02-24 12:21:35 +01:00