Commit Graph

12695 Commits

Author SHA1 Message Date
Edward Shogulin
ae3b19d034
[LPT] [NPU] Multiply support (#19859)
* [LPT] [NPU] Multiply support

* [LPT] [NPU] Multiply support documentation

* 1) FakeQuantize support 2) refactoring

* [LPT] DisableCleanup attribute + cleanup transformations extension

* [LPT] DisableCleanup usage

* [LPT] Tests infrastructure support

* [LPT] infrastructure quick fix

* [LPT] Recurrent Cell Transformation fix

* refactoring & comment fixes
2023-10-03 15:31:33 +01:00
Maciej Smyk
2b07576e2b
[DOCS] Adding Conan distribution article to docs for master (#20205) 2023-10-03 16:29:54 +02:00
Sebastian Golebiewski
d5f0c6f4ef
Changing file structure of Operation Sets section (#20214) 2023-10-03 15:32:47 +02:00
Maciej Smyk
e072dc33b0
Device Plugins Restructure (#20219) 2023-10-03 15:14:03 +02:00
Vladimir Paramuzov
a2c524019a
[GPU] Use ov element type and float16 inside plugin (#20110) 2023-10-03 16:46:50 +04:00
Sebastian Golebiewski
1178d983e6
Changing file structure of POT Tool Examples section (#20213) 2023-10-03 14:41:37 +02:00
Sebastian Golebiewski
1e110c9ff5
Changing file structure of POT tool section (#20208) 2023-10-03 12:25:32 +02:00
Oleg Pipikin
09e642a9e5
Refactor FakeQuantizeLayerTest, ExtractImagePatchesTest, GatherNDLayerTest, GatherTreeLayerTest (#20016)
* Refactor FakeQuantizeLayerTest

* Refactor ExtractImagePatchesTest

* Refactor GatherNDLayerTest

* Refactor GatherTreeLayerTest

* Apply comments

* Apply comments

---------

Co-authored-by: Pavel Durandin <pavel.durandin@intel.com>
2023-10-03 13:56:12 +04:00
Maxim Vafin
35e72251e9
[PT FE] Add support for aten::numpy_T and aten::feature_dropout (#20136)
* Add support for aten::numpy_t and aten::feature_dropout

* Update tests/layer_tests/pytorch_tests/test_transpose.py

Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>

---------

Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
2023-10-03 09:52:29 +00:00
Sebastian Golebiewski
893710d08f
Changing file structure of Post-Training Optimization Tool section (#20207) 2023-10-03 11:42:53 +02:00
Pawel Raasz
f8881dd2a4
[core]Api 2.0/migrate Subtract op to new API (#20108)
* Migrate Subtract to new API

* Sync has_evaluate precision with evaluate
2023-10-03 10:55:20 +02:00
Maciej Smyk
9a9c74f6c6
Deployment guide restructure (#20201) 2023-10-03 09:42:18 +02:00
Maciej Smyk
1f6617e05d
model-preparation-restructured (#20186) 2023-10-03 09:42:09 +02:00
Maciej Smyk
492d475728
Model Optimization Guide Restructure (#20188) 2023-10-03 09:41:56 +02:00
Maciej Smyk
e7435af7b0
Running Inference Restructure (#20195) 2023-10-03 09:41:44 +02:00
Sebastian Golebiewski
c7fb00a461
[DOCS] Changing file structure of Apache MXNet Caffe and Kaldi section (#20200)
* Changing file structure of Apache MXNet Caffe and Kaldi section

* Update
2023-10-03 08:45:59 +02:00
Sebastian Golebiewski
1f1841c683
Changing file structure of OpenVINO API 2.0 transition section (#20199) 2023-10-03 08:34:44 +02:00
Sebastian Golebiewski
eec30ec50d
Changing file structure of Legacy Model Optimizer Extensibility section (#20198) 2023-10-03 08:26:35 +02:00
Ilya Lavrenov
d37326b37e
Disable pkg-config search on Android via CMAKE_DISABLE_FIND_PACKAGE_PkgConfig (#20179) 2023-10-03 09:16:56 +04:00
Ilya Churaev
23e5964c5d
Remove HostTensor from ov namespace (#20168)
* Remove HostTensor from ov namespace

* Fixed build
2023-10-03 09:13:18 +04:00
Anastasia Kuporosova
3bdd12b6c5
[PyOV][Docs] Update docs with new way of using properties (#20116) 2023-10-03 06:59:57 +02:00
Przemyslaw Wysocki
9dd5fe97cb
Add field for JIRA ticket in Good First Issue template (#20187)
* Add gfi

* Minor change

* Fix linter

* fix typo

* Fix typo'

* Add new field

* Minor change
2023-10-02 21:55:14 +04:00
Andrey Kashchikhin
bcd331d145
[CI] [GHA] Transfer Linux ONNX Runtime to AKS runners (#20157)
* transition to aks runners

* correct name

* incorporate onnxruntime into linux pipeline

* add missing python installation

* install build dependencies

* add path

* rm unused

* mv stage

* correct dir

* use 16-core for onnxruntime job

* rm obsolete

* rm logs

* rm unnecessary step

* rm unnecessary dir creation
2023-10-02 21:45:17 +04:00
Alina Kladieva
86dfacbc51
[build_samples_msvc] Exit properly on error (#20191) 2023-10-02 21:34:08 +04:00
Taylor Yeonbok Lee
33881542c5
[GPU] Fix gpu memory handling (#19930)
* [GPU] Added more debug print for prepare input/output
Skip enqueuemempcy for zero count tensor

* Fix mem alloc limitation

* Simplify memory check condition

* Fix not to wait for null event

* Additional fixes
- apply review comments (disable 0 size memcpy for other mem types) && return user event instead of nullptr
- fixd get_max_memory to return cpu memory instead of global memorysize (Because in windows, max_global_memory returns shared gpu memory instead of physical memory size)

* Fixed functest failure
2023-10-02 09:44:22 -07:00
Sebastian Golebiewski
97a830965f
Changing file structure of Model Conversion Tutorials in Documenation section (#20193) 2023-10-02 16:18:45 +02:00
Sebastian Golebiewski
b1c0a1a299
Changing file structure of Supported Model Formats section (#20189) 2023-10-02 15:41:12 +02:00
Sebastian Golebiewski
a6e5f6bdb4
Changing file structure of Legacy Conversion API (#20184) 2023-10-02 14:42:13 +02:00
Sofya Balandina
f94445668b
[template] Fix log_level, model_priority, full_device_name tests (#20133) 2023-10-02 16:27:36 +04:00
Maciej Smyk
98153f8be1
Workflow (#20181) 2023-10-02 14:11:57 +02:00
Sebastian Golebiewski
f1db726559
Changing file structure of Legacy Features section (#20182) 2023-10-02 13:46:39 +02:00
Aleksandr Voron
a96aceb31e
[CPU][ARM] Skip tests affected by in-completed tests migration to new API (#20115) 2023-10-02 15:25:44 +04:00
Egor Duplenskii
ae00b3e2ab
[CPU][ARM] Correct execution of the Reorder via Transpose (#20018) 2023-10-02 15:24:43 +04:00
Sebastian Golebiewski
7452656e5a
Changing file structure of Tool Ecosystem section (#20178) 2023-10-02 12:40:50 +02:00
River Li
32b4ae7570
[C API] support string size for char pointer (#19931)
* [C API] support string size for char pointer

* rename function name

* Add deprecated flag

* Add macro to ignore deprecated

* Fix build error in windows

---------

Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
2023-10-02 14:24:20 +04:00
Alessandro de Oliveira Faria (A.K.A.CABELO)
850bf3d87f
Opensuse (#20166)
* compatibility with opensuse linux

* compatibility with opensuse linux
2023-10-02 14:13:35 +04:00
Ilya Churaev
ea37126ea5
Removed ie:: namespace (#20172) 2023-10-02 14:02:14 +04:00
Vitaliy Urusovskij
78ef7e85c9
Return missed return pmc; (#20118) 2023-10-02 14:01:18 +04:00
Zlobin Vladimir
7e709a0ecc
benchmark: remove deprecation notice (#20175)
Python version didn't mark -api as deprecated
2023-10-02 13:50:49 +04:00
Sebastian Golebiewski
affceaa32b
Changing file structure of Prerequisites and Markup Transformations section (#20173) 2023-10-02 11:00:14 +02:00
Sebastian Golebiewski
172a50bb3c
Changing file structure of Plugin API Reference (#20177) 2023-10-02 10:49:13 +02:00
Sebastian Golebiewski
e4cd6c5c44
Changing file structure of Cleanup Transformations (#20176) 2023-10-02 10:48:52 +02:00
Sebastian Golebiewski
319954e19d
Changing file structure of Main Transformations (#20174) 2023-10-02 10:19:22 +02:00
Sebastian Golebiewski
641743efb1
Changing file structure of Attributes of Low Precision Transformations section (#20170) 2023-10-02 09:22:40 +02:00
Roman Kazantsev
b409ea1930
[TF FE] Support TF1 While Control flow (#20105)
* [TF FE] Support TF1 While Control flow

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Apply code-style fix

* Update API for OpPlace to store back edge

* Fix build: no rvalue by reference passing

* Fix build issue: correct type

* Fix TF FE unit-tests

* Apply code-review feedback: remove unused vars

* Fix fusing complicated case of TF1 While

* Remove unused variable

* Update MO unit test

* Fix layer tests for While

* Handle Switch and NextIteration nodes connected directly

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

---------

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-10-02 09:56:10 +04:00
Sergey Shlyapnikov
e2501a67d2
[GPU] Fix os_is_yx_osv16_isv4 weights format matching (#20132) 2023-10-02 09:02:10 +04:00
Ilya Lavrenov
95e3096684
Added build on RedHat system to build & test RPM packages (#20134)
* Added GHA workflow for RPM packages

* Avoid rebuild for RPM / Debian packages

* Removed conditional include headers

* try only post-build

* Beautification

* Fixed testdata generation for mulit-config generators
2023-10-01 23:23:06 +04:00
Katarzyna Mitrus
86bf038417
[Ref][Core][Opset13] NMSRotated-13 core shell and reference implementation (#19907)
* nms_r_init

* Add tests

* Update nms refs

* Update onnx import

* Add nms rotated utils

* Remove soft sigma and align constructors

* Fix typo

* Style apply

* Add namespace for iou

* Update opset comment

* Revert cpu changes

* onnx test cleanup

* Update input types validation

* Align shape_infer boxes

* Test update

* Fix warning

* Temporary evaluate support for tests

* Add counterclockwise support

* Remove box_encoding attr

* Fix clockwise box idx

* More tests

* Update opset test

* Update boxes shape validation

* Type prop tests

* HostTensor to ov Tensor migration

* Update output_type set get output_type_attr

* Move setters and getters to cpp

* Add visitor test

* Cleanup

* Remove temp eval

* Headers adjustment

* use float for division

* Fix ref tests run

* Tests and style code refactor

* Move type check into box_last_dim

* Update visitor test namespace

* Check input type loop

* Remove nms_rotated namespace and rename ref function

* avoid copies in filling output tensor

* Update shape var name

* remove static from riou func

* Update nms_rot utils

* Move nms rot util to ov reference namespace

* use std::cos and std:::sin

* Update struct name

* Explain usage of postprocessing

* Update element type desc in error message

* Add more comments

* Adjust rotated util float types

* Fix name conflicts and warnings

* Update opset test ops number

* Move int input check to the loop

* Short box_def_size init

* Move remove static_output from shape_infer params

* Align float zero

* Update third-party-programs

* Fix TensorIt for CI

* Add op check test
2023-09-29 17:48:45 +00:00
Andrey Kashchikhin
77e043d342
[CI] [GHA] Transfer Linux CC to AKS runners (#20146)
* transfer to aks runner

* add missing git lfs

* use 22 ubuntu; rm unused ninja installation
2023-09-29 20:37:07 +04:00
Andrey Kashchikhin
74251ce932
rm obsolete pipeline (#20155) 2023-09-29 18:37:15 +04:00