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
Edward Shogulin
cec2f2fb9e
[LPT] integrated fixes for release 2021.3 ( #4460 )
...
* [LPT] denormal handling in AddTransformation
* [LPT] ReshapeTransformation: 4D->3D after Convolution fix
* [LPT] fuse eltwise to fq fix
* [LPT] fuse mul to fq: mul by zero handling
* [LPT] FuseConvertTransformation: convert with unexpected precision
* [LPT] Disable constant folding on weights during reshape
* [LPT] new Q/DQ weigths prerequisites
* [LPT] AddTransformation (swapMultiplyAndAdd) constant precision definition workaround
Co-authored-by: Vladislav Golubev <vladislav.golubev@intel.com>
2021-02-25 16:00:19 +03:00
iliya mironov
c8450fabb5
Disabled unit test for CTCGreedyDecoder with fp16 input data ( #4481 )
2021-02-25 15:35:17 +03:00
Anton Dudchenko
74fe55f6d0
[IE][VPU]: Add config option to disable asynchronous DMA on device ( #4421 )
...
* [IE][VPU] Add config option to disable asynchronous DMA on device
* Parse option
* Update firmware
2021-02-25 14:48:33 +03:00
Taylor Yeonbok Lee
564be86407
[IE CLDNN] Added a new permute kernel optimized with tiling ( #4424 )
2021-02-25 12:54:28 +03:00
Bartosz Sledz
6c98171e23
Fix output names for group of Strided Slices to Variadic Split optimization ( #4378 )
...
* Add tests which reproduces issue
* Fix Output Names in StridedSlice optimization
* Fix codestyle
* Add check if at least one StridedSlice has Result operation as a consumer
2021-02-25 12:53:46 +03:00
iliya mironov
799f34238e
Imironov/fix ctc greedy decoder pattern matcher ( #4441 )
...
* Fix puttern matcher condition
* Refactoring pattern matcher
* Update unit tests
2021-02-25 09:42:43 +03:00
Anton Pankratv
61422f97ac
Moved preprocessing macro tools to separate library ( #4464 )
2021-02-25 07:32:48 +03:00
Andrey Somsikov
0646219f3e
Translate app failures from cond comp tests ( #4393 )
2021-02-24 22:54:37 +03:00
Aleksandr Korolev
194de08cf3
[IE][VPU]: Remove legacy convert passes from Myriad Plugin ( #4022 )
...
* Replaced ie::NetPass::ConvertPrecision with ngraph::ConvertPrecision
* Fixed case with wrong behavior in merge_subsequent_dsr_operations.cpp
* Remove NGRAPH_RTTI from vpu/ngraph #49823
2021-02-24 22:37:45 +03:00
Andrey Dmitriev
c2f607745f
[GNA] Import/Export memory layer name ( #3252 )
...
* [GNA] Added import/export names of memory layer
Added test
Added fix
[GNA] Added import/export names of memory layer
Added fix
test build
centOS fix
* Added fix version
* [GNA] Added export/import scale factor for memory layer
* [GNA] Fix comments
2021-02-24 19:05:09 +03:00
Krzysztof Bruniecki
304c31d10e
[GNA] Enable Zero Padding ( #4252 )
...
* [GNA] Enable Zero Padding
Fix CNN2D stride order
Draft pooling
* Implement CNN2D FP32 mode in GNAPlugin
* Move padding flag to Policy
* Remove inactive output rotation code from CNN2D graph compiler routine (review)
* Add ConvReluSequence tests to gnaFuncTest as DISABLED
2021-02-24 19:03:40 +03:00
Konstantin Satunin
584185f854
Added badge for overall branch state
...
One badge for all checks: including GitHub actions, Azure DevOps, Jenkins
2021-02-24 18:19:01 +03:00