Mikhail Ryzhov
a002b26294
Fixed import for the new api 2.0 ( #10175 )
2022-02-09 20:51:49 +03:00
Vladislav Golubev
d28f8b7857
[LPT] Security fixes ( #10243 )
2022-02-09 20:46:39 +03:00
Tomasz Dołbniak
aedd902cd8
Use double quotes in JSON analysis ( #10237 )
2022-02-09 20:41:49 +03:00
Egor Shulman
840d2fb80d
[CPU] Coverity fixes ( #10207 )
2022-02-09 20:39:50 +03:00
Gorokhov Dmitriy
6ea20340d1
[CPU] Fixed out of bounds read in JIT planar convolution ( #7025 )
2022-02-09 20:26:57 +03:00
Irina Efode
a37195492c
[IE TESTS] Add exception to comparation to provide correct conformance results ( #10197 )
...
* [IE TESTS] Add exception to comparation to provide correct conformance results
* Apply comments
2022-02-09 19:15:00 +03:00
Nikolay Tyukaev
e81ca9f975
DOCS: change doc tests ( #10213 )
...
* change doc tests
* fixes
* fixes
* fixes
* fixes
* fixes
2022-02-09 18:28:54 +03:00
Maxim Shevtsov
c0a375f844
adding I64/U64 support to the auto-batching ( #10234 )
...
* adding I64/U64/etc support
* inputs precisions tests instantiations for the GPU and BATCH:GPU
2022-02-09 18:28:13 +03:00
Mikhail Nosov
f56c640550
SmartReshape: support Param->Convert->Reshape->Proposal pattern ( #10204 )
...
Current SmartReshape finds matched to Param->Reshape->Proposal patterns
For FP16 models, there is additional 'Convert' is inserted after 'Parameter'.
It causes transformation is not applied and 'ov::set_batch' or CNNNetwork::set_batch will throw
Proposal1Scales and Proposal4Scales transformations were updated to handle these conditions
2022-02-09 17:44:54 +03:00
Tomasz Dołbniak
a60c110b96
Use i64 for ONNX Split attribute ( #10203 )
2022-02-09 17:30:00 +03:00
Vitaliy Urusovskij
c186069025
Fix several coverity issues ( #10205 )
...
* Update def value for GetParamAsBool() in legacy parseParams()
* Remove extra check from legacy convertFunctionToICNNNetwork()
2022-02-09 15:43:04 +03:00
Chen Xu
c93c9ec3d5
[CPU] Fix bug in topk_bubble_BLK_on_channel_horiz method ( #10218 )
2022-02-09 14:40:46 +03:00
Victor Kuznetsov
21601398d6
Remove dynamism from time_tests (API 1.0) ( #10193 )
2022-02-09 19:15:16 +08:00
Vladislav Golubev
051724f0d5
[LPT][Dynamic shapes] MoveFakeQuantize trasformation fix ( #10178 )
...
* [LPT] MoveFQ fix
* [LPT] MoveFQ: added check on dynamic channel in case of per-channel fq
* [LPT] MoveFQ: tests extending
2022-02-09 13:55:50 +03:00
Taylor Yeonbok Lee
603ea50277
Fix max batch size to respect available virtual memory in linux environment. ( #10201 )
2022-02-09 19:40:29 +09:00
Ilya Churaev
79fceddd7e
Fixed some coverity issues ( #10165 )
2022-02-09 12:37:19 +03:00
Gleb Kazantaev
60011b6eb2
Fix EltwiseBroadcastFusion pass ( #10214 )
2022-02-09 12:35:38 +03:00
Pavel Esir
654b025a26
[MO] set explicitly argument dtype to int for np.split ( #9988 )
...
* forced split argument dtype to int
* added unit-test
* fixed typo in split_test.py
* set explicitly np.int64 instead of np.int
* use split_length's dtype
2022-02-09 12:16:33 +03:00
Anton Chetverikov
25ca17e789
[MO IR Reader] Update *Sequence backend_attrs ( #10041 )
...
* Update LSTMSequence backend_attrs
* Add missed attribute clip
* Update backend_attrs for all *sequence operations
* Add extender for GRUSequence
* Add GRUSequence to custom ops list
* use has_and_set instead if direct acces to attributes
2022-02-09 12:13:23 +03:00
Gleb Kazantaev
4fdf71cdc1
Preserve RTInfo in output ports ( #10114 )
...
* Automation for preserving rt info in output ports; Update FunctionComparator to compare rt info correctly
* Update LPT tests to use real rt_info attributes, so they can be compared
* Fix tests
2022-02-09 12:09:23 +03:00
Daniil Lyakhov
0168bda833
[Offline Transformations] Reshape Layer Pruning Transformation Support ( #9350 )
...
* Reshape op pruning support
* Minor reshape fix
* GroupConv reshape extended support
* Comment ir test
* Fix: reshape can only work with constants
* Apply comments
* Fix output shape computing for reshape op
* Fix comment
2022-02-09 12:03:56 +03:00
Maxim Shevtsov
320c64de24
disabling auto-batching when batch<4 (as batch1 kernels are heavily optimized) ( #10188 )
2022-02-09 12:02:30 +03:00
Anastasia Kuporosova
04194b292d
[Python API] Add if for yocto cross-compilation ( #10216 )
2022-02-09 11:56:42 +03:00
Maxim Vafin
52374a4b8b
Write runtime version and how IR was genarated (legacy path or not) ( #10196 )
2022-02-09 11:41:49 +03:00
Daria Mityagina
6dd6fb6c12
[VPU][XLink] Printf over XLink fails on OpenVINO 2021.4.2 - fix ( #10099 )
...
The XLinkReadDataWithTimeout() is used with and incorrect value for timeout parameter.
2022-02-09 11:30:29 +03:00
Edward Shogulin
c4e54d882b
[LPT] StridedSlice extending ( #10148 )
...
* [LPT] StridedSlice extending
* [LPT] tests
2022-02-09 11:23:18 +03:00
Ilya Churaev
9d40c5184f
Removed legacy names and environment variables from the code ( #10195 )
...
* Removed legacy names and environment variables from the code
* Support documented legacy variables
* Fixed core unit tests
* Fixed some test
2022-02-09 11:04:25 +03:00
Vitaliy Urusovskij
532a1da548
Fix "Error handling issue" ( #10119 )
...
* Fix coverity 'error handling issue' in ~CacheGuard()
* Fix coverity 'error handling issue' in reshape()
2022-02-09 11:04:02 +03:00
Sergey Lyubimtsev
acf8cacfbc
requirements markers clean up ( #10179 )
...
* requirements markers clean up
* formatting & comments
* typos
2022-02-09 10:18:24 +03:00
Roman Lyamin
0d64afc2c8
[GPU] program_helpers::are_layouts_identical fix ( #10109 )
2022-02-09 09:27:15 +03:00
Sergey Shlyapnikov
8f0e974ee6
[GPU] Add new properties and fix bechmark_app ( #10149 )
2022-02-09 09:18:54 +03:00
Maxim Vafin
1970baeb1c
Apply RIC for dynamic dimension in legacy MO ( #10130 )
...
* Apply RIC for dynamic dimension in legacy MO and fail if RIC wasn't applied to any input
* Fix moc tests
2022-02-08 22:17:19 +03:00
Smirnov Grigorii
d951433b12
fix bug in Serialize ( #74447 ) ( #9840 )
...
* fix bug in Serialize (#74447 )
add simple serialization test to check pads changes
clang fix
add check and change pads in conv
refactor ov::clone_model
fix
check in test
* fix FrameworkNode and add test
* fix assert in identiry.cpp
* fix clone_nodes
* remove for node and constructor for node_input.cpp
add spaces
add space
2022-02-08 22:00:20 +03:00
Evgenya Stepyreva
a18069926e
Partial Value propagation from partial to static value ( #10162 )
...
* Partial Value propagation from partial to static value
* Style
* Tests ajustment
2022-02-08 21:55:17 +03:00
Yury Gaydaychuk
0dfdadb531
[CPU] Clamp reduces float boundaries in the case of integer data ( #6668 )
2022-02-08 19:50:45 +03:00
Ivan Novoselov
b47b8ad4bf
[CPU] Snippets throughput mode fixes ( #9488 )
2022-02-08 17:58:42 +03:00
Jacek Skowron
dfc738b493
[docs] update macos installation guide 2 ( #9636 )
...
* update macos installation guide
update macos installation guide
update macos installation guide
update macos installation guide
update macos installation guide
update macos installation guide
update macos installation guide
update macos installation guide
update macos installation guide
update macos installation guide
update macos installation guide
update macos installation guide
update macos installation guide
update macos installation guide
update macos installation guide
update macos installation guide
update macos installation guide
* update macos installation guide
2022-02-08 16:44:57 +03:00
Nikita Malinin
0c855ee8b2
[POT] Renaming NXModel ( #10168 )
...
* NXModel -> CompressedModel renaming
* Update references & remove Dicts
* Pylint fixes
2022-02-08 14:07:12 +03:00
Indira Salyahova
f17c26506f
Update utils.py ( #10186 )
2022-02-08 13:51:29 +03:00
Alexey Lebedev
24c4ccc621
[PYTHON API] add __hash__ for Type ( #10059 )
...
* define hash operator for type
* Fix code style
2022-02-08 13:28:25 +03:00
Evgenya Stepyreva
47b8c77a59
Q-DQ pairs folding where applicable ( #10181 )
2022-02-08 13:18:26 +03:00
Maxim Andronov
42a0ce0514
[CPU] Fixed dummy shape creation for Pooling ( #10147 )
2022-02-08 12:54:00 +03:00
Maksim Kutakov
7406b1ffc3
[CPU] Memory manager was introduced in MKLDNNMemory ( #7925 )
2022-02-08 12:34:17 +03:00
Anton Chetverikov
f9eaaa9ff6
[MO] Sqrt operation implementation ( #9950 )
...
* Add sqrt extender
* Update check to not use default infer in infer was set before
* Update comment
* Fix comment
* Remove Sqrt extender
* Remove unnecessary changes
* Add MO implementation of SQRT operation
2022-02-08 11:41:13 +03:00
Maxim Shevtsov
863c74471f
Auto batch fix default val +test ( #10169 )
...
* default config value for the AUTO_BATCH_TIMEOUT
* test for default config value for the AUTO_BATCH_TIMEOUT
* default val for timeout var
2022-02-08 10:14:15 +03:00
Vladimir Dudnik
0a316216f3
update open_model_zoo submodule ( #10182 )
2022-02-08 09:31:22 +03:00
Vladislav Golubev
c4c46beb6b
[CPU] Optimize*SequenceTransposes: Gather7->Gather8 ( #10122 )
2022-02-08 08:56:38 +03:00
Mingyu Kim
67e2bdfc28
[GPU] Update onednn to rls-v2.6-pc2 ( #10156 )
...
It is expected to have functional improvements
2022-02-08 09:47:33 +09:00
Nadezhda Ageeva
2215440188
[GNA] Set performance mode to undefined ( #10174 )
2022-02-07 23:04:29 +03:00
Jacek Skowron
65701e12ef
[docs] update raspbianos installation guide ( #9728 )
...
* update raspbianos installation guide
update raspbianos installation guide
update raspbianos installation guide
update raspbianos installation guide
update raspbianos installation guide
update raspbianos installation guide
update raspbianos installation guide
update raspbianos installation guide
update raspbianos installation guide
update raspbianos installation guide
update raspbianos installation guide
* update raspbianos installation guide
* update raspbianos installation guide
* update raspbianos installation guide
2022-02-07 20:01:28 +00:00