Commit Graph

1246 Commits

Author SHA1 Message Date
Mikhail Ryzhov
dbf8fbf9c6
Fixed c samples build (#2278)
* Fixed c samples build

fixed CVS-38816 - Failure to build samples in C

* Fixed issue with gflags
2020-09-17 13:51:23 +03:00
Vitaliy Urusovskij
383152db28
Fix TimeTests build and README (#2275)
* Fix searching of pipelines for `time_tests` build

* Add `realpath` use in README for IEDevPackage because of limitation

* Add `mkdir build && cd build` commands in README

* Rename `time-tests` to `time_tests` in README
2020-09-17 13:01:40 +03:00
Anton Pankratv
34636ba7dd
Default Infer leads to correct infer request state (#1562) 2020-09-17 11:57:11 +03:00
Andrey Somsikov
e35b720e8f
Fix time_tests gcc 4.8.5 build error (#2208) 2020-09-17 11:50:40 +03:00
Ivan Tikhonov
379158fc11
Move PriorBox to PriorBoxIE transformation from CommonOptimization pass (#2185)
* move PriorBox to PriorBoxIE transformation from CommonOptimization pass

* call initNodeInfo transformation before PriorToPriorIE

* update comments
2020-09-17 11:45:45 +03:00
Maxim Shevtsov
6b9376e0c6
Reverting devicePriorities to be vector and respect the order, as opposed to the incorrect (re (#2249)
cent?) refactoring that introduced the unordered_map that effectively ignores the priorities
2020-09-17 09:31:42 +03:00
Tomasz Dołbniak
304c37216a
Clone a specific tag for pybind11 (#2297) 2020-09-16 23:04:47 +03:00
Nikolay Shchegolev
5e4377b250
[CPU] RNN layer. Blobs precision validation. (#2223) 2020-09-16 18:19:14 +03:00
Nikolay Shchegolev
1e5edf86a1
Statically analyzed issues. (#2274) 2020-09-16 18:09:59 +03:00
Irina Efode
12abb2eb49
[IE TESTS] CoreThreading_LoadNetwork tests were disabled for GPU plugin (#2245) 2020-09-16 16:46:02 +03:00
Piotr Szmelczynski
1337997134
Test refactor (#2225) 2020-09-16 15:33:02 +02:00
Alexey Suhov
fe49d5743b
update OpenCV version to 4.5.0 (#2254)
* update OpenCV version to 4.5.0

* fix Azure pipelines
2020-09-16 16:13:41 +03:00
Ilya Churaev
ce9c171f46
Fixed KW warning and review issues (#2263) 2020-09-16 15:33:23 +03:00
Gorokhov Dmitriy
83e96891ca
Revert "[IE TESTS] dynavic batch for mvn layer (#1010)" (#2257)
This reverts commit 2e3378c50f.
2020-09-16 14:11:48 +03:00
Evgeny Latkin
339cd5e49e
[IE][VPU]: update firmware 1378 (#2182) 2020-09-16 13:51:33 +03:00
Andrew Bakalin
18521f2dcb
[VPU] Fix K propagation through Reshape (#2184)
* [VPU][DTS] Fix K propagation through Reshape

* [VPU] Add test cases
2020-09-16 12:41:49 +03:00
Anton Potapov
d590144545
[PP GAPI] Addded tests to cover exisiting precision conversions done by (#1976)
some plugins

- added shared parameterized tests
- instantiated for template plugin
- instantiated for cpu plugin
- fixed CPU plugin to properly handle U16 input
- fixed CPU reverse_sequence primitive to alolw input/oputput tensors to
be in FP32 only
- updated ngraph test_simple_computation_on_ndarrays to not expect
failure on U16 input
2020-09-16 12:41:14 +03:00
Svetlana Dolinina
cdedc4af19
added check to avoid IR generation in case of wrong input shape (#2127)
* added check to avoid IR generation in case of wrong input shape

* review changes
2020-09-16 11:29:05 +03:00
Maxim Kurin
cb70ae064b
[IE][VPU][OpenCL] 2021.1 release compiler (#2166) 2020-09-16 00:44:25 +03:00
Evgeny Talanin
83238b23db
Revert "Eliminated invalid subgraphs (#2196)" (#2250)
This reverts commit 89a6f926a4.
2020-09-15 19:24:57 +03:00
Konstantin Satunin
25ba600db1
Added Public CI badge to main page (#2241) 2020-09-15 17:39:32 +03:00
Anna Alberska
3ecee2ce49
[GNA] fix scale factor calculation for unfused bias after fc (#2097)
* [GNA] fix scale factor calculation for unfused bias after fc

* change check

* add test

* apply requested changes

* cpplint fix

* apply test changes

* modify model for test to match ::op::
2020-09-15 16:04:06 +03:00
Mateusz Bencer
e55653b519
Fix running nG Python tests on Windows and update doc (#2162) 2020-09-15 15:02:48 +02:00
Gladilov, Gleb
6e0611566c
[IE][VPU]: Merges transformations calls from LoadExeNetwork and Frontend (#2220)
Signed-off-by: Gladilov, Gleb <gleb.gladilov@intel.com>
2020-09-15 15:28:28 +03:00
Ilya Lavrenov
9ca5fbaf02
Reshape v7: remove (#1379)
* Removed shape inference fr IR v7 and older

* Disabled dynamic batch tests which require reshape

* Fixes tests 2

* Disabled MKLDNN tests with convolution reshape

* Fixed GPU tests

* Disable VPU tests with batch size > 1 for old IRs

* Removed most of shape infer functions for old representation

* Removed most of CNNLayer validators

* Fixed validators and keep only parseParams

* Removed tests on invalid IR v7

* Disabled more VPU tests

* Removed Backetize validator

* Disable one more Myriad tests case where reshape for old IR is needed

* Removed useless reshape

* Need to replace GRUCell with Unique

* Moved shape infer functions for experimental layers to Core IE

* Fixed shape inference functions not to depend on legacy

* Added missed SparseToDense

* Added descriptive error message

* Fixed comments
2020-09-15 15:08:17 +03:00
Roman Vyunov (Intel)
9e8b42ff95
[IE][VPU]: Workaround to support parameter Beta for layer Swish (#2205)
* Workaround to full support Swish layer. It is faster than native Swish for now.
2020-09-15 14:39:27 +03:00
Vladislav Vinogradov
a0938a92d4
[IE][TESTS] Fix compareRawBuffers and compareBlobData methods (#2222)
Use `<=` comparison instead of `<` with thresholds.
This allows to use `0` threshold for bit-exact comparison.
2020-09-15 14:04:47 +03:00
Anton Pankratv
89a6f926a4
Eliminated invalid subgraphs (#2196) 2020-09-15 14:03:24 +03:00
Ilya Churaev
e3174fa752
nGraph some KW fixes (#2102)
* Removed redundant methods

* Fixed KW for linux
2020-09-15 14:03:07 +03:00
Ilya Churaev
3cecc3ffbe
Extend error message (#2175) 2020-09-15 14:02:42 +03:00
Ilya Churaev
1bae5504ca
Fixed query network for networks with KSO (#2201)
* Added a test to reproduce QueryNetwork with KSO

* Fixed QueryNetwork for networks with KSO

* Added additional test
2020-09-15 14:02:15 +03:00
Ilya Churaev
baac903cdc
Fixed output names for case with redundant ops before result (#2210) 2020-09-15 14:01:43 +03:00
Maksim Doronin
27c03b35be
[IE][VPU]: Some KW fixes (#2142)
* Some KW fixes
* Fix printTo in vpu ngraph transformations
2020-09-15 12:42:16 +03:00
Denis Orlov
eea5acaacc
[GNA] Safety fixes (#2158) 2020-09-15 11:24:17 +03:00
Gladilov, Gleb
e4f0d8053a
[IE][VPU][Tests]: Enables tests on MergeSubsequentDSROperations (#2149)
Signed-off-by: Gladilov, Gleb <gleb.gladilov@intel.com>
2020-09-15 10:44:25 +03:00
Ivan Tikhonov
cd722d72df
TensorIterator to RNN/GRU/LSTM Sequence transformation (#2146)
* ti to sequences transformations

* fix sequences to sequences ie conversion

* resolve review marks

* resolve review remarks, fix ti to sequences transformations to support batch > 1 if slice axis == 0

* temporary enable ngraph ti transformations for cpu plugin

* fix includes

* Revert "fix includes"

This reverts commit 6cf15b97be.

* Revert "temporary enable ngraph ti transformations for cpu plugin"

This reverts commit fd528d7216.

* delete todo comments
2020-09-15 10:11:51 +03:00
Edward Shogulin
ac2370b420
[LPT] Copy constant with several outputs before blob update (cherry-pick to master) (#2198)
* [LPT] Copy constant implementation

* [LPT] the same Constant ops as FQ interval boundaries
2020-09-15 09:18:58 +03:00
Artyom Anokhov
ff3c5fce99
setupvars: update logic for setting path-like vars in case if they are empty. Updated copyrights. (#2229) 2020-09-14 19:49:57 +03:00
Svetlana Dolinina
43d6bf045b
GatherTree description was extended and outdated link fixed (#2167)
* add more alrifications to description

* move clarification to comment

* pseudo code become more accurate

* review changes
2020-09-14 19:49:29 +03:00
Alexey Suhov
5d59a112d7 Revert "update OpenCV version to 4.5.0"
This reverts commit 5d229a4564.
2020-09-14 18:47:19 +03:00
Alexey Suhov
5d229a4564 update OpenCV version to 4.5.0 2020-09-14 17:58:39 +03:00
Maxim Andronov
8cf84f58e7
[CPU] add check on equality of values IL and IH ranges (#2190) 2020-09-14 15:28:37 +03:00
Rafal Blaczkowski
706d2fe7c8
Add backend tests to ONNX OpenVino CI (#1972) 2020-09-14 13:07:47 +02:00
Andrey Somsikov
6d2424ddcf
Define security policy (#2215) 2020-09-14 13:50:03 +03:00
Anastasia Kuporosova
f7ee106b21
[Python Tools] Fix several problems in cross-check-tool (#2170) 2020-09-14 13:49:01 +03:00
Evgenya Stepyreva
75601e62ed
Super smart reshape: HC Reshape to 2D followed by MatMul (#2183)
* Initial commit

* [SSR] Reshape(2D)->MatMul constrain relaxation

* Moved common pattern mechanics to the common function

* Moving SmartReshape to CNNNetworkNgraphImpl ctors

* Review comment

* Tests
2020-09-14 13:45:27 +03:00
Andrey Somsikov
f84a6d97ac
Split time-tests common library (#2173)
Split time-tests common library

Add a README.md with workflow description.
Defined "timetest_" suffix for all time tests.
Applied clang-format-9 and added a README.md

Co-authored-by: Alina Alborova <alina.alborova@intel.com>
2020-09-14 09:04:49 +03:00
Evgenya Stepyreva
1007b05104
[DOC] Reshape feature (#2023)
* [DOC] Reshape feature

* Comments adressed.

* Clarifications

* Converting_Model_General.md

* Update ShapeInference.md

* Update ShapeInference.md

* Comments

* Update Convert_Object_Detection_API_Models.md

Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com>
2020-09-11 21:41:42 +03:00
Gleb Kazantaev
1f555149dd
Added type info for transformations (#2116) 2020-09-11 15:38:43 +03:00
Anton Chetverikov
e6e7f5158a
Fix Mish and SoftPlus value propagation functions (#2120)
* Fix Mish and SoftPlus value propagation functions

* Add unit tests for SoftPlus & Mish operations value propagation functions
2020-09-11 12:58:14 +03:00