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
Vladimir Gavrilov
b15a70caf7
Corrections in MO to fix performance drop in Interpolate-4 when mode=linear instead of linear_onnx ( #4488 )
...
* Written the transformation that replaces 'linear' mode of Interpolate-4 by 'linear_onnx' mode, when the input tensor rank is equal to 4.
* Fixed BOM-file.
* Fixed copyright year.
* Added message into assert.
* Small fix.
2021-02-27 08:49:47 +03:00
Alexey Suhov
5e43744001
Fix warnings with PDB override for RelWithDebInfo configuration ( #4520 )
2021-02-26 23:06:24 +03:00
hyunback kim
d72c20528e
[IE CLDNN] Fix reduce accumulate issue in unittest. ( #4448 )
2021-02-26 18:53:54 +03:00
Svetlana Dolinina
a1ef9498a3
fix unintended shape change ( #4510 )
2021-02-26 18:29:29 +03:00
Bartosz Sledz
b0043bb599
ONNX Slice operator support types dynamically ( #4507 )
2021-02-26 16:28:51 +01:00
Ewa Tusień
f88f81c6ba
OnnxBackendNodeModelTest XFAILs cleanup ( #4432 )
2021-02-26 15:34:24 +01:00
Katarzyna Mitrus
76fed9315e
Legacy LSTM/RNN/GRU tests clean up ( #4265 )
2021-02-26 14:27:18 +01:00
Ivan Tikhonov
7cf7e1b5fa
Reset Variable to dynamic state in revalidate_and_infer function of ReadValue op ( #4430 )
2021-02-26 14:01:29 +03:00
Alexey Varyzgin
67592d427e
Simd build issue in VS2017 ( #4496 )
...
* disable and cleanup interp and resample that is covered by interpolate
* Simd build issue in VS2017
Co-authored-by: chenhuwa <chenhu.wang@intel.com>
2021-02-26 12:24:13 +03:00
Maxim Vafin
c635b949cd
Improve axes input specification for MVN-6 ( #4491 )
...
* Improve axes input specification for MVN-6
* Apply feedback
2021-02-26 11:11:11 +03:00
Mikhail Ryzhov
2db51bb0d0
[Python] Fixed issues in runtime wheel ( #4359 )
...
* Added rpath for plugins
* Corrected dll pathes for PIP
* Fixed plugin install names
* Put libs to the sub-package
* Corrected libraries path according to the new location
* Added download and home page urls
2021-02-26 10:31:58 +03:00
Alexandra Sidorova
ab5d4aa3dc
[CPU] Fixed MVN-6 with negative axes decomposition ( #4494 )
...
* [CPU] Fixed MVN with negative axes
* Added tests
* Added tests with unordered axes case
2021-02-26 10:27:09 +03:00
Yegor Kruglov
f7b6ad710f
update output ports count depending on opset version ( #4439 )
2021-02-26 09:18:03 +03:00
Gleb Kazantaev
53a96f4a5a
Added default value for broadcast to SquearedDifference operation ( #4490 )
2021-02-26 07:44:08 +03:00
Andrey Somsikov
dcce0f549c
Add LeakSanitizer default suppressions list ( #4473 )
2021-02-26 06:32:42 +03:00
Maxim Andronov
cce3375d55
Revert "[CPU] Changed output blobs creation used output info ( #3796 )" ( #4492 )
...
This reverts commit a15246e1d0
.
2021-02-25 23:06:19 +03:00
Ilya Churaev
1458ba392e
Removed hardcoded shapes from LogSoftmax operation ( #4475 )
...
* Removed hardcoded shapes from LogSoftmax operation
* Added tests
* Fixed comments
2021-02-25 20:02:14 +03:00
Alexander Zhogov
c38e7a2986
Azure CI: Add verbose output for mount
2021-02-25 19:01:42 +03:00
Tomasz Dołbniak
24d2502f83
Check the inputs number before unsafe access ( #4480 )
2021-02-25 15:02:38 +01:00
Patryk Elszkowski
af712743ab
Comparison of InputDescription and OutputDescription in SubGraph ( #4123 )
...
* draft - looks good, need merge with other branch
* apply suggestions from PR
* apply suggestions from PR
* add unit test - NotValidInputOrOutput
* rephraze equal for constant
* cleanup all TODOs
* Try to fix TI
* try to satisfy PR comments
* fix spelling
Co-authored-by: Patryk Elszkowski <patryk.elszkowki@intel.com>
2021-02-25 16:31:35 +03:00
Vladimir Paramuzov
8f4d2be537
[IE CLDNN] Enabled cpplint for cldnn and kernel selector ( #4478 )
2021-02-25 16:18:27 +03:00