Commit Graph

3750 Commits

Author SHA1 Message Date
Eugeny Volosenkov
859a3b8a30
Deprecated warnings fix in MO (#6016)
* Add code style fixes

* Revert "Add code style fixes"

This reverts commit 490934f243.

* Fix Invalid escape sequence

* Fix Invalid escape sequence
2021-06-04 16:53:30 +03:00
Anton Voronov
81be8c94b0
[CPU] Deconvolution int8 fusing support (#5683) 2021-06-04 16:46:13 +03:00
Egor Shulman
b8b6b4d8b6
[CPU] Reduced number of tests for BatchToSpace and SpaceToBatch (#5385) 2021-06-04 15:59:44 +03:00
Maxim Andronov
b1257a5528
[CPU] fix load time for several models (#5958) 2021-06-04 15:57:44 +03:00
Alexander Zhogov
126d1a649c
CI: Update org control scripts (#6035) 2021-06-04 13:28:19 +03:00
Andrei Molotkov
563a095bc1
[IE CLDNN] Fix performance degradation on yolo models (#5876) 2021-06-04 12:41:13 +03:00
Taylor Yeonbok Lee
d3a5c67f3b
[IE CLDNN] crop + NMS should not be merged because optimizing out crop will add unexpected padding while NMS cannot handle it properly (#6015) 2021-06-04 12:19:40 +03:00
Maxim Vafin
90a93be071
Add transformations to optimize SR model (#5854)
* Add transformations to optimize SR model

* Add test for SplitSqueezeConcatFusion

* Add TransposeFuse tests

* Return TransposeOptimization renamed to TransposeToReshape

* Fix docstring

* Fix codestyle

* Fix build

* Fix GNA build

* Fix TransposeToReshape tests

* Fix test

* Temporarily disable cpu test

* Fix codestyle

* Fix test

* Fix test

* Enable SplitSqueezeConcatFusion

* Apply suggestions from code review

Co-authored-by: Gleb Kazantaev <gleb.nnstu@gmail.com>

* Apply review feedback

* Apply review feedback

* Update split_squeeze_concat_fusion.hpp

Co-authored-by: Gleb Kazantaev <gleb.nnstu@gmail.com>
2021-06-04 12:05:12 +03:00
Roman Kazantsev
5e8d1ccf92
Implement Einsum reference in nGraph interpreter (#5923)
* Implement Einsum reference in nGraph interpreter

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

* Apply code-style patch and fix build issues

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

* Fix CI build

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

* Fix fast build and apply code review feedback

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

* Add visitor API tests, check for input type and reduce memory consumption

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

* Apply code style

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

* Add visitor API tests

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
2021-06-04 11:08:30 +03:00
Vitaliy Urusovskij
291a80c84a
Make stress and time tests build dependent from gflags from samples (#5883)
* Make timetests dependent on IE gflags 3rdparty from samples/

* Make stress tests dependent on IE gflags 3rdparty from samples/
2021-06-04 10:27:23 +03:00
Evgenya Stepyreva
5c716d2afc
ConvertMinimum adjusted to handle scalar input correctly (#6017) 2021-06-03 22:22:40 +03:00
Denis Orlov
9de75d9cf1
[Doc] Update the driver link to storage.openvinotoolkit.org (#6021) 2021-06-03 17:28:27 +03:00
Egor Duplensky
fdf47d416b
[CPU] Enable GroupDeconvolution tests back (#5878) 2021-06-03 16:55:42 +03:00
Anastasia Popova
3825e90ae1
Fix of RollWithEmptyAxesReplacer transformation. (#5937)
* Fixed Roll output shape bug in RollWithEmptyAxesReplacer transformations.

* Added check in unit test.
2021-06-03 14:45:05 +03:00
Bartosz Lesniewski
9384cfefc6
Revise NonZero op - specification (#5804)
* Revise spec for nonzero op

* Applying suggestions from review comments

* Change naming in detailed description, using tuple instead of column.

* add missing newlines in attributes section

* Remove trailing space from line 7
2021-06-03 14:18:01 +03:00
Sergey Lyubimtsev
5f3144c700
Enable make clean to remove ie_wheel artifacts (#5961)
* enable make clean to remove ie_wheel artifacts

* ./setup.py:132:1: E302 expected 2 blank lines

* fix CI build issue

* set ouput dir for whl file to CMAKE_BINARY_DIR

* cleanup

* blank line
2021-06-03 14:08:42 +03:00
Evgenya Stepyreva
5494280dfa
Gather->ShapeOf optimization fix (#6006) 2021-06-03 12:55:48 +03:00
Evgenya Stepyreva
b2a6cef0dc
Negate, Divide and Subtract conversion adopted for scalar case (#6008) 2021-06-03 12:52:10 +03:00
Ilya Lavrenov
11400135de
Developer package update (#5970)
* Updated developer package generation

* Try to fix

* Reuse find_package(InferenceEngine) inside DeveloperPackage

* Fixes for ARM

* Fixed double InferenceEngineDeveloperPackage include

* WA for OpenCV
2021-06-03 12:45:12 +03:00
Gleb Kazantaev
dd62a251c7
Fix weights compression (#6007)
Co-authored-by: Gleb Kazantaev <gleb@nncv666el.inn.intel.com>
2021-06-03 12:23:47 +03:00
Anton Romanov
63a335f0b3
[Speech sample] Added numpy array support (#5479)
* [Speech sample] Added numpy array support

* Added zlib library submodule to thirdparty

* Added cnpy library original version

* Changed cnpy library: some methods and fixed Klocwork issues

* Change cmakelists and documentation

* Added license information in TPP

* Added support make install to thirdparty components
2021-06-03 12:22:06 +03:00
Kate Generalova
968888b510
doc: add link to docker tutorials (#5960) 2021-06-03 11:10:42 +02:00
Ilya Znamenskiy
ebe5349d6f
[IE CLDNN] Binary convolution fsv16 kernel: eltwise fusing improvements (#5989) 2021-06-03 11:23:56 +03:00
Vladislav Volkov
229cf10db5
[CPU] Memory leak in jit_uni_fork_softmax kernel (#5947) 2021-06-03 10:40:13 +03:00
Mikhail Nosov
e5622738e7
Exposing 'Dimension' class to Python nGraph API (#5997) 2021-06-03 08:46:34 +03:00
Ilya Churaev
d56cf51c81
Reshape should support reshape to zero shapes (#5828)
* Reshape should support reshape to zero shapes

* Fixed comments

* Fixed backward compatible check

* Fixed myriad tests

* Removed header

* Fixed myriad tests

* Disabled Myriad tests

* Fix tests

* Fixed evaluate

* Fixed comments

* FIxed tests

* Fixed tests

* Fixed code style

* Fixed Myriad tests

* Added more tests
2021-06-03 06:26:30 +03:00
Nadezhda Ageeva
ac1803c3ad
Fix python benchmark_app hanging on faster rcnn (#6003) 2021-06-02 22:01:20 +03:00
Alexey Lebedev
e7e8c4b85e
[IE PYTHON] Fix memory leak in IENetwork's constructor (#5856)
* free bin_buffer

* free bin buffer wherever needed
2021-06-02 19:08:54 +03:00
Maxim Vafin
565e5cfb2b
Fix QuartzNet documentation (#5987)
* Fix QuartzNet documentation

* Update Convert_QuartzNet.md

* Update Convert_QuartzNet.md
2021-06-02 19:00:36 +03:00
Maxim Vafin
9fe28706d0
Fix YOLACT documentation (#5990)
* Fix YOLACT documentation

* Update Convert_YOLACT.md
2021-06-02 18:58:25 +03:00
Dmitry Pigasin
ac4dd6cda7
Refactor while True loops (#5952) 2021-06-02 18:51:32 +03:00
Dmitry Pigasin
09c2cbf5aa
Fix adding dummy data for models with multiple inputs (#5984) 2021-06-02 18:45:56 +03:00
Alexander Zhogov
2ca8dcb821
Azure CI: Change IB install url to a static web (#5999) 2021-06-02 18:42:30 +03:00
Mateusz Bencer
f28c8b199a
do not move temporary object (#5962) 2021-06-02 17:17:14 +02:00
Nikita Semaev
c77b4dc4ed
[IE TESTS] Incorrect calculation for 'Convert' number of test crashes (#5922)
* Hiding the problem, but not solving it, Validate() changes the value of a variable function

* [IE TESTS] Convert issue

* [IE TESTS] Solving the problem of adding an extra layer
2021-06-02 16:50:40 +03:00
Nadezhda Ageeva
487faf3f29
Fix 56171: Insert AffineFilter after split when padding is needed. Fix Basic_LSTM LLT test. (#5882) 2021-06-02 16:09:56 +03:00
Xin Wang
02e92c0bd2
Add missing inputs for ActivationParamLayerTest. (#5714) 2021-06-02 15:44:42 +03:00
Katarzyna Mitrus
5f54ec559a
[Spec] Prelu - Remove 1D slope restriction and update broadcast info (#5951)
* Remove 1D restriction and update broadcast info

* Add link to Broadcast Rules description
2021-06-02 14:30:15 +02:00
Eunsoo Sheen
3c9092ffb8
[IE CLDNN] Fix klocwork issue (#5942) 2021-06-02 14:25:07 +03:00
Tomasz Dołbniak
3bb91c4e5a
Fix of some nGraph python tests (#5778) 2021-06-02 12:57:57 +02:00
Ewa Tusień
c77a13ae20
Add support for SparseTensor in Constant op (#5871) 2021-06-02 12:30:33 +02:00
Ilya Churaev
34b02a5254
Fixed KW issues (#5977) 2021-06-02 12:35:27 +03:00
Irina Efode
bcdd915c9f
[IE TESTS] Add Conformance mode (test counters alignment between plugins) in (#5564) 2021-06-02 12:17:07 +03:00
Ilya Churaev
df331381e7
Fixed get_all_data_elements_bitwise_identical() method (#5873) 2021-06-02 11:14:02 +03:00
Szymon Irzabek
0f6f09bd3d
Gna revert padded to valid convolution and 2d convolution decomposition transforms (#5941)
* Revert "Gna conv2d decompose (#5604)"

This reverts commit f6c3b90364.

* Revert "GNA padded2conv tests & fixes (#5589)"

This reverts commit 5db77bf9e6.
2021-06-02 11:07:40 +03:00
Shoujiang Ma
c9e83c2750
Update AUTO plugin capabilities implementation (#5757)
Signed-off-by: Shoujiang Ma <shoujiang.ma@intel.com>
2021-06-02 10:40:15 +03:00
Szymon Durawa
662a8e6db3
Remove redundant constructor_validate_and_infer_types() calls. (#5832) 2021-06-02 10:15:53 +03:00
Elizaveta Lobanova
4b486e6223
[GNA] Fix fq weights fusion and relu scale factors calculation (#5886)
* Fix FakeQuantize weights fusion when multiple operations were using the same const

* [GNA] Fix scale factor calculation for Relu if it has source and doesn't have destination statistics

Co-authored-by: Dmitrii Khurtin <dmitrii.khurtin@intel.com>
2021-06-02 10:11:11 +03:00
Anton Chetverikov
f88222933a
[MO] Add extractor for ONNX *OrEqual operations (#5932)
* Add extractor for ONNX GreaterOrEqual operation

* Add more extractors

* Fix extractor

Co-authored-by: achetver <anton.chetverikov@.intel.com>
2021-06-02 09:06:41 +03:00
Jozef Daniecki
143fc069a6
Fix 'operands of different size in bitwise operation' klockwork issue. (#5914)
* Fix 'operands of different size in bitwise operation' klockwork issue.

* Changed 'byte_idx' type to size_t.
2021-06-02 08:50:10 +03:00