Commit Graph

5511 Commits

Author SHA1 Message Date
Piotr Szmelczynski
387c35cc6e
Pszmel/bind preprocessing (#8791)
* Use reference_wrapper for preprocess bindings

* Update tests

* add bindings to I420_SINGLE_PLANE and I420_THREE_PLANES

* remove init from all classes except PrePostProcessor and add RGBX and BGRX to ColorFormat enum

* update test name

* add test for taking input and output by name

* move ref_wrapper to common.hpp

* add common.hpp include to PrePostProcessor

* update comment on ref_wrapper
2021-11-25 23:40:19 +03:00
Zhang Yi
342d835552
[CPU] Dynamic shape for ctc_greedy_decoder & ctc_greedy_decoder_seq… (#8671) 2021-11-25 20:50:21 +03:00
Gorokhov Dmitriy
3743552ea7
[CPU] Enable brgemm primitives (#8169) 2021-11-25 19:39:31 +03:00
Vladislav Golubev
c66c378073
Failed test disabled (#8823) 2021-11-25 17:26:00 +03:00
Artur Kulikowski
78eb1aa85f
[Python API] Expose missing methods of class Function (#8733) 2021-11-25 14:54:40 +01:00
Ilya Churaev
afd811890a
Added note about Graphviz (#8827)
* Added pp header to util library

* Added note about Graphviz dependency for VisualizeTree pass

* Revert "Added pp header to util library"

This reverts commit a5d16d6236.
2021-11-25 16:44:46 +03:00
Nikolay Shchegolev
854df26cad
[CPU] Dynamic shapes. Broadcast and Tile. (#8041) 2021-11-25 15:27:16 +03:00
Andrey Noskov
1f4aa79a01
[GNA] added split_to_concat_multi_inputs test (#7775)
* added split_to_concat_multi_inputs test

* [GNA] fixes according to comments
  *Deleted commented str
  *Updated opset for MatMul
  *Added gna_sw_exact mode

* [GNA] Added input with n * 512 size

* [GNA] Changed input gen params

* rebase commit
2021-11-25 15:22:42 +03:00
Edward Shogulin
f92ae6511b
[LPT] isAsymmetricOnWeights fix: small zero points ignoring (#8427) 2021-11-25 14:28:00 +03:00
Bartek Szmelczynski
cf813f6e83
add serialize to offline_transformations (#8765)
* add serialize to offline_transformations

* fix namespaces, add tests

* fix python style
2021-11-25 14:23:54 +03:00
Vladislav Golubev
66b75e60b0
[CPU] ScatterUpdate: dynamic shapes support (#8581) 2021-11-25 14:05:38 +03:00
Edward Shogulin
629cf83efe
[LPT] GroupConvolution: 3D tensor support (#8678) 2021-11-25 13:08:53 +03:00
Anton Chetverikov
163bc458db
[POT] Transformations to remove and add Convert operations in graph (#8672)
* Added special passes to remove and add Convert operations in POT

* Update passes

* Implement changes to support new FP16 models

* Apply codestyle patch

* Revert Cast inserting and add data parameter

* Update FastBC rule

Co-authored-by: Malinin, Nikita <nikita.malinin@intel.com>
2021-11-25 12:59:39 +03:00
Maxim Andronov
e25c10075c
[CPU] Fix makeDummyShape (#8795) 2021-11-25 12:52:48 +03:00
Vladimir Paramuzov
b75c91d67c
[GPU] Fixed setInputBlob behavior test (#8787) 2021-11-25 10:59:14 +03:00
Sergey Shlyapnikov
c10a981f1b
[GPU] Do not use OneDNN for FP32 pipeline (#8737) 2021-11-25 10:58:37 +03:00
Aleksandr Korolev
be04b856e2
[VPU] coverity issues fix (#8730) 2021-11-25 10:32:20 +03:00
Ilya Churaev
7fcdff592c
Fixed postprocessor for top K (#8780)
* Fixed postprocessor for top K

* Changed fix
2021-11-25 07:34:31 +03:00
huzhaoyX
295c65e1fb
Add paddle softplus op support. (#8390)
Signed-off-by: huzhaoyX <zhaoyangx.hu@intel.com>
2021-11-25 06:47:10 +03:00
Vladislav Golubev
ab686a951a
[CPU] ExtractImagePatches: dynamic shapes support (#8677) 2021-11-24 23:13:26 +03:00
Maxim Vafin
2f612f776b
Define common frontend (#8110)
* Rename and reorganize frontend_manager

* Apply codestyle

* Fix installing headers

* Fix codestyle
2021-11-24 18:56:05 +03:00
Irina Efode
27fa64031b
[IE TESTS] Add QeryNet to conformance (#8768) 2021-11-24 15:54:03 +03:00
Edward Shogulin
0ba105e8af
[CPU] DetectionOutput dynamism enabling (#8576) 2021-11-24 15:10:17 +03:00
Victor Kuznetsov
67dd586eef
Fix omz call in get testdata script [stress] (#8790)
* add performance hint to time infer

* Fix python executable for omz
2021-11-24 15:05:39 +03:00
Ilya Lavrenov
22233414f9
Static MSVC runtime (#8726)
* Try to fix Windows Azure

* Try static MSVC runtime

* Fixed type

* cnpy

* Rename

* Set CMAKE_MSVC_RUNTIME_LIBRARY

* Fixed issues with oneDNN

* Removed IB

* Minimize a number of threads

* Increase image size to avoid test failures on some platforms

There is an assert 'length >= nlanes' and 'nlanes' value depends on machine architecture
Set 320x320 test image to guarantee that image size >= nlanes

Also increased image size for 'plugin shared tests' to ensure the same (even though tests do not work with legacy preprocessing)

* Descreased to 160x160

* Specify toolchain for samples

* Build samples and its tests even for static build

* Used 3.21 to enable CMAKE_TOOLCHAIN_FILE env var usage

* Fixed cmake download path

* Set CMAKE_TOOLCHAIN_FILE conditionally

* Fix

Co-authored-by: Michael Nosov <mikhail.nosov@intel.com>
2021-11-24 15:04:38 +03:00
Anton Dudchenko
2da56312e6
[VPU] Enable some tests (#8438)
Removed several tests from skip list, as they currently work on U20
2021-11-24 14:17:04 +03:00
Mateusz Tabaka
2a9d3ab95f
[GPU] recalculate output layout after pre_optimize_bias (#8742) 2021-11-24 13:43:23 +03:00
Andrey Somsikov
cf9dd53a85
Add read_model fuzzer (#8770)
* Add read_model fuzzer

* Fix compilation error
2021-11-24 13:40:39 +03:00
mei, yang
0daee96c2c
add 2nd batch paddle models in Convert_Model_From_Paddle.md (#8590)
* add 2nd batch paddle models in Convert_Model_From_Paddle.md

* narrow down supported paddle model from MobileNet-SSDLite to MobileNetv3-SSD in Convert_Model_From_Paddle.md
2021-11-24 13:24:08 +03:00
Tatiana Troilova
b8aa5bf452
2022.1: split TPP into runtime, dev, doc (#8681) 2021-11-24 13:22:35 +03:00
Polina Brzezinskaya
acaddf73a6
[VPU] Add support for dynamic shape API (#8470)
This PR adds support for new dynamic shape API to MyriadX
2021-11-24 13:22:05 +03:00
Anton Romanov
b5134dc459
Fixed part coverity issues in samples (#8744) 2021-11-24 13:17:33 +03:00
Anton Dudchenko
d33033bb67
[VPU] Not unload MyriadPlugin at runtime on ARM (#8772)
* [VPU] Not unload MyriadPlugin at runtime on ARM

* Remove ARM definition
2021-11-24 13:14:40 +03:00
Andrey Somsikov
a2880b81e0
Update fuzzing coverage steps (#8785) 2021-11-24 13:13:08 +03:00
Luwei Zhou
71b3007a79
[CPU] Enable space_to_depth dynamic shape support. (#8639) 2021-11-24 12:11:15 +03:00
Vladimir Gavrilov
edb98aeb8e
nGraph version of the MO transformation InterpolateSequenceToInterpolate (#8397)
* Started to write transformation to fuse Interpolate sequence.

* Some changes.

* Written the transformation to fuse two Interpolate layers.

* Deleted commented code.

* Small fixes.

* Some fixes.

* Started to write tests.

* Small fix.

* Added more tests. Deleted commented code.

* Deleted redundant headers.

* Small fix.

* Fixes in the function can_be_fused(): the last statement was decomposed.

* Added operators == and != for op::v4::Interpolate::InterpolateAttrs.

* Added more checks for nullptr.

* Fixed codestyle.

* Added Interpolate registration.

* Small change.

* Implementation of operator== of InterpolateAttrs was moved into header file.
2021-11-24 11:33:09 +03:00
Ilya Churaev
e1abe32053
Fixed Windows Asure CI (#8782) 2021-11-24 11:27:08 +03:00
Alexandra Sidorova
24aed538e3
[CPU] Added dynamism support for NormalizeL2 (#8580) 2021-11-24 10:28:42 +03:00
Min, Byungil
2ecb2a1895
Remove unnecessary reorder to improve perf (#8341)
+ Bugfix for invalid removal of reorder in front of fsv32 conv
+ Remove unnecessary reorder of first conv of bfyx output format

Signed-off-by: Min, Byungil <byungil.min@intel.com>
2021-11-24 16:12:14 +09:00
Mateusz Tabaka
585c6bcb24
[CPU] Don't fuse Add or Mul to FakeQuantize if the result is not supported b… (#8585) 2021-11-24 09:50:47 +03:00
Taylor Yeonbok Lee
abbf0384ae
[GPU] Add GetMaxBatchSize functionality (#8226) 2021-11-24 09:30:14 +03:00
Sungeun Kim
8f64b8e2e8
[GPU] Update flops calculation for DG2/ATS (#8758) 2021-11-24 09:28:22 +03:00
Maksim Shabunin
94b6f64e0b
oneDNN: fixed build with mullti-config generators (#8775) 2021-11-24 09:11:24 +03:00
Ilya Churaev
725793e179
Removed temp from inference-engine folder, added OV_TEMP cmake option (#8667)
* Removed temp from inference-engine foldee, added OV_TEMP cmake option

* Fixed CI

* Fixed copy-past
2021-11-24 08:37:26 +03:00
Steve Yoo
808323afa8
Migrate Movement 1 (Broadcast-1, Concat-1, Tile-1) (#8388)
* Migrate Movement 1 (Broadcast-1, Concat-1, Tile-1)

* Add Broadcast-3

* Update to namespace opset

* Add broadcast_test_helper
2021-11-24 05:20:41 +03:00
Taylor Yeonbok Lee
32052a8f92
[GPU] Show freed constants' name on Verbose memory dump (#8354) 2021-11-24 10:58:58 +09:00
Andrey Somsikov
e19a6dc57d
Remove clang incompatible flag (#8771) 2021-11-24 02:03:38 +03:00
Anastasia Kuporosova
3cc0517492
[Python API] Add more api for parameter and result ops (#8691)
* [Python API] Add more api for parameter and result ops

* add tests

* add api for result

* add py::args

* apply comments to test
2021-11-23 23:03:03 +03:00
Vladimir Paramuzov
6addc0d535
[GPU] USM sharing and host blob creation in gpu remote context (#8657) 2021-11-23 20:26:44 +03:00
Alexandra Sidorova
c49620bb6a
[CPU] Added dynamism support for ShuffleChannels (#8601) 2021-11-23 17:22:33 +03:00