Commit Graph

2742 Commits

Author SHA1 Message Date
Gleb Kazantaev
ffade0d1d8
Fix FakeQuantizeMulFusion for cases with NUMPY broadcasting (#4570)
* Fix FQMul fusion

* Added transformation test

* Removed wrong test
2021-03-03 11:34:29 +03:00
Gleb Kazantaev
c1925cc220
Fix klocwork hits (#4573) 2021-03-03 11:27:47 +03:00
Pavel Esir
29612f15e3
Fix StridedSlice replacer order and input permutation when strides are not specified (#4545) 2021-03-03 11:16:56 +03:00
Vladimir Paramuzov
92d750747c
[IE CLDNN] Restored optional conversion of quantized model to fp32 (#4485) 2021-03-03 09:28:53 +03:00
Alexandra Sidorova
ebe63f557c
[CPU] Fixed strides for Pad after optimized Split (#4556) 2021-03-03 09:28:01 +03:00
Tomasz Dołbniak
a35dfc4c5a
Disable the randomly failing test (#4555) 2021-03-03 07:33:09 +03:00
Ilya Lavrenov
1d88cdc45e
Fixed gtest build / usage in case of RelWithDebInfo (#4554)
* Fixed gtest build / usage in case of RelWithDebInfo

* Added more modules to fluid_preproc_tests tests
2021-03-03 07:27:23 +03:00
Ilya Lavrenov
f5da64db8a
Fixed getting InputInfo name for empty object (#4564) 2021-03-03 07:24:09 +03:00
Ivan Tikhonov
6fb742bec4
Fix LowLatency transformation for Loop (#4557)
* unrolling for Loop operation, fix LowLatency transformation for Loop

* delete unnecessary includes

* update copyright

* fix centOS build, resolve review remarks
2021-03-03 07:21:06 +03:00
Aleksandr Korolev
74d763ebf6
[IE][VPU]: update the condition for tiling for HWops (#4482)
* The condition for tiling for HWops was changed. It fixes some performance degradation issues
2021-03-02 21:34:44 +03:00
Alexey Lebedev
1d5562c266
[IE Python] update python api readme (#4408)
* update python API readme.md

* Update Python API readme.md

* Update api_overview.md

* update IE Python README

* update IE Python README

* Update api_overview.md
2021-03-02 21:33:25 +03:00
Anastasia Kuporosova
6b4abc49a4
[PYTHON API] Add bin, bool, bf16 precisions (#4560) 2021-03-02 21:32:17 +03:00
Alexey Varyzgin
b04a11697e
[VS2017] QueryState build error C4996 was fixed (#4547)
* disable and cleanup interp and resample that is covered by interpolate

* QueryState build error C4996 was fixed

Co-authored-by: chenhuwa <chenhu.wang@intel.com>
2021-03-02 21:08:09 +03:00
Ilya Churaev
77e80ddbb3
Fixed fuzzer issues (#4553)
* Fixed code style

* Revert redundant code

* Fixed fuzzer issues
2021-03-02 21:07:53 +03:00
Ivan Tikhonov
d4c5cb2375
Removing unnecessary order checking in Loop/TI operations (#4531)
* deleting a check of order of the input/output descs in ti/loop operations

* added ngraph_reader unit test

* unrolling for Loop operation, fix LowLatency transformation for Loop

* Revert "unrolling for Loop operation, fix LowLatency transformation for Loop"

This reverts commit 7188921ad7.
2021-03-02 18:10:41 +03:00
Anastasia Popova
9f5fad16e7
Added check that new name is unique. (#4516)
* Added check that new name is unique..

* Added unique names test.

* Fixed unique name check.

* Fixed bug.

* Reformat code.

* Fixed bug, extended tests.

* Uncomment tests.
2021-03-02 17:26:55 +03:00
Evgeny Lazarev
f88638006c
Reverted changes in the Pad transformations caused a regression in the POT (#4552) 2021-03-02 16:00:11 +03:00
Elizaveta Lobanova
96b7b9441e
[GNA] Fix issues with compilation and quantization of input-split-concat pattern (#4489) 2021-03-02 14:59:55 +03:00
Elizaveta Lobanova
1eb830d083
[GNA] Security fixes for 2021.3 (#4538) 2021-03-02 14:57:12 +03:00
Svetlana Dolinina
42c1c65454
fix calculation of memoryoffset shape (#4533)
* fix calculation of memoryoffset shape in 2 cases: after normalization layer (shape can be read from InputDim in loader) and after affincecomponent layer (shape saved in out-size based on weights shape)

* improve comments
2021-03-02 14:35:22 +03:00
Vladimir Gavrilov
473c944e6e
Failed MO shape infer after SplitConcatPairToInterpolate transformation, when Concat has more than one producer (#4502)
* Fixes in the MO transformation SplitConcatPairToInterpolate.

* Small fix.

* Small fix.

* Added test for the case when inputs of Concat are two Splits.

* Added docstring to the function get_concat_after_split.

* Some fixes.

* Small fix.
2021-03-02 14:09:42 +03:00
Dmitry Polunin
4946d2e62c
Added gstreamer1.0-x pkg for dlstreamer (#4512)
* Added gstreamer1.0-x pkg for dlstreamer

* Added va-driver pkg for dlstreamer

* Update install_openvino_dependencies.sh
2021-03-02 12:41:56 +03:00
Kate Generalova
2674dfeda4
doc: configure docker container for GPU (#4519)
* doc: configure docker container for GPU

* Update docs/install_guides/installing-openvino-docker-linux.md

Co-authored-by: Alina Alborova <alina.alborova@intel.com>

* Update docs/install_guides/installing-openvino-docker-linux.md

Co-authored-by: Alina Alborova <alina.alborova@intel.com>

Co-authored-by: Alina Alborova <alina.alborova@intel.com>
2021-03-02 12:18:35 +03:00
Mikhail Ryzhov
b9fe911ec2
[Wheel] Added configuration for openvono-dev (#4288)
* [Wheel] Added configuration for openvono-dev

* Added dependency on runtime package

* Added patterns for license  files

* Added mo package data

* added AC dependencies
2021-03-02 11:07:20 +03:00
Kate Generalova
03e68dd549
doc: add link to RHEL Docker repo (#4539) 2021-03-02 10:51:33 +03:00
Alexander Perepelkin
6c522fe76b
Allow the framework to generate input data without infer request object (#4117) 2021-03-02 10:40:02 +03:00
Szymon Durawa
7e57ec54b3
Revise ADD operation reference implementation (#4453)
* Additional unit tests for Add op, add single layer serialization tests for elementwise ops.

* Format unit test file.
2021-03-02 07:37:13 +03:00
Ivan Tikhonov
f9e8c8e49a
Replaced getInputs method with common ngraph API method to handle multi-output case (#4443)
* fix getInputs function in network_helper to get the correct output for nodes with multiple outputs

* removing unnecessary getInputs method as a duplicate of common ngraph API
2021-03-02 07:17:49 +03:00
Tomasz Jankowski
be614035d1
[ONNX] Fix unidirectional broadcast Add, Div, Mul, Sub v6 (#4462)
* Fix uni broadcast add_v6 op

* Add exception for dynamic rank

* Correct axes mapping in Div, Sub, Mul

It commonizes the approach from Add operator.

* Add unit tests to Div, Sub, Mul v6 ops

* Apply constness

* Improve add_v6 unit test readability

* Correct style

* Remove useless or redundant includes
2021-03-01 19:40:44 +03:00
Anton Chetverikov
7770701fe8
Update pooling extender for 3D cases (#4504)
* Update pooling extender for 3d cases

* Update error message
2021-03-01 18:54:47 +03:00
iliya mironov
cfa9facd17
Extend spec for CTCGreedyDecoderSeqLen (#4426)
* Extend spec for CTCGreedyDecoderSeqLen

* Update spec

* Update CTCGreedyDecoder v1 spec

* Fix spec
2021-03-01 18:47:21 +03:00
Alexander Zhogov
f2b8c0f799
Azure CI: Add -vvv for mount 2021-03-01 18:13:05 +03:00
Ilya Churaev
c160912b70
Fixed KW for reference impls (#4530) 2021-03-01 18:07:33 +03:00
Mikhail Ryzhov
3babad19be
Added specific for Python3.8 way how to find libs (#4513)
On Windows, with Python >= 3.8, DLLs are no longer imported from the PATH.
os.add_dll_directory() can be used
2021-03-01 16:01:04 +03:00
Gorokhov Dmitriy
264b323199
[CPU] Fixed fallback on ref conv in case exceeding scratchpad limit (#4508) 2021-03-01 15:20:18 +03:00
Anton Chetverikov
96875ef411
Revert non-forward-compatible changes for PriorBox & PriorBoxClustered operations (#4501)
* Add conversion from bool to int

* Update specification

* fix codestyle

* Fix conversion error

* Resolve review comments
2021-03-01 13:50:33 +03:00
Gleb Kazantaev
1bdccb41df
Telemetry for IE dependency warnings (#4431)
* Initial telemetry for IE dependency warnings

* Unified MO/IE version extraction; updated telemetry messages to use simplified versions

* Update telemetry

* Renamings; improvements; comments

* Turn On telemetry

* Added tests

* Added versions_mismatch flag

* plarform -> system
2021-03-01 13:30:40 +03:00
Jozef Daniecki
5f14fe9ca1
Fix NonZero output shape inference for static inputs. (#4406)
* Improved error checking in serialization dynamism resolving.

* Fix NonZero output type deduction to resolve also second shape.

* Add NonZero serialization SLT.

* Generalized shape size calculation.

* Refactored dynamic_to_static() in serialization.

* Fixed NonZero dynamic shape inference.
2021-03-01 13:29:37 +03:00
Kate Generalova
9592cdb834
install_deps_scripts: remove RHEL minor version check (#4518) 2021-03-01 12:59:16 +03:00
Roman Lyamin
b637b39179
[IE CLDNN] Fixed MVN-6 with negative axes (#4523) 2021-03-01 12:41:30 +03:00
Maxim Andronov
b224e688fe
[IE TESTS] Update ConstantResultSubgraphTest (#4120) 2021-03-01 12:16:06 +03:00
Evgeny Lazarev
e065cf554a
Fixed L2NormFusing transformation (#4526)
* Fixed L2NormFusing transformastion

* Refactor L2NormFusing transformation
2021-03-01 12:13:25 +03:00
Evgeny Lazarev
62fb80aa43
Fixed conversion of the TF OD API 2.0 SSD models (#4529) 2021-03-01 11:42:41 +03:00
Andrey Dmitriev
b2b350b851
[GNA] Tests for clamp layer (#4363)
* [GNA] Tests for clamp layer

* [GNA] Fix comments
2021-03-01 11:26:02 +03:00
Alexey Lebedev
7e3a2f6768
[IE PYTHON] update license (#4407)
* update license

* remove the first blank lines and undo changes in inference-engine/thirdparty/mkl-dnn

* test commit

* Update license in tools

* Undo changes in api_overview.md

* update ie_api.pyx and set interpreter in hello_query_device
2021-03-01 08:23:35 +03:00
Evgenya Stepyreva
a3458a2e0c
Test Assign-ReadValue shape propagation while function changes input shape (#4515) 2021-03-01 07:18:30 +03:00
Tomasz Dołbniak
cadcd7c926
Remove a duplicate xfail marker for ONNX dropout tests (#4522) 2021-03-01 07:17:29 +03:00
Ilya Churaev
ca9540fda0
Removed getOVNameForOperation (#4514) 2021-03-01 07:13:34 +03:00
Maksim Kutakov
ae5e8caafe
[CPU] Splitting order was fixed in the Split layer. (#4472) 2021-02-28 21:11:24 +03:00
Ivan Tikhonov
9b4cef4c13
Delete Reverse op that not included in opset6 from opset table (#4392) 2021-02-28 10:00:55 +03:00