Commit Graph

1269 Commits

Author SHA1 Message Date
Vitaliy Urusovskij
babff1fd15
Extend timetest_infer pipeline with infer track and blob's support (#2298) 2020-09-21 02:09:41 +03:00
Evgenya Stepyreva
3bd46c0b21
[ DOC ] TF FakeQuantWithMinMaxVars(PerChannel) support (#2338) 2020-09-19 15:48:18 +03:00
Ivan Tikhonov
61a7cdde23
Introduce opset5, include GRU/RNN/LSTM Sequences to opset5 (#2265)
* introduce new opset5, include GRU/RNN/LSTM Sequences to opset5

* resolve review remarks
2020-09-18 21:26:21 +03:00
Anastasia Kuporosova
58d8de98cc
[Python API Tests] Update ngraph and iecore tests (#2329)
Co-authored-by: Alexander Zhogov <alexander.zhogov@intel.com>
2020-09-18 19:42:36 +03:00
Evgeny Talanin
fe99e055f2
Bump cmake version to 3.13 (#2258) 2020-09-18 18:58:12 +03:00
Vitaliy Urusovskij
20266276ec
New layout for time_tests (#2321)
* Change folders' layout for `time_tests`

* Refactoring of namings in `time_tests`
2020-09-18 18:53:49 +03:00
Andrey Sokolov
676ce76650
[IE][VPU]: Makes ROIAlign to use 2 stage pipeline (to support ma2485) (#2123) 2020-09-18 18:12:16 +03:00
Artyom Anokhov
1721a9cc5a
install_NEO_OCL_driver: Updated exit codes, messages. Updated way to remove old driver on Ubuntu (#2334) 2020-09-18 17:49:06 +03:00
Ilya Lavrenov
147a508a51
fixes for UWP (#2255)
* UWP fixes

* Commented code for compilation with UWP

* Current state: compiled for DESKTOP_APP

* Fixes

* Added toolchain

* Enabled ONNX imported for Windows Store

* Updated toolchain

* Fixes

* Disable ONNX in case of UWP

* Fix for Windows Driver

* Applied style check

* Dynamic loading of GetDLLDirectory symbols

* Clean-up in the toolchain

* Updated mkldnn plugin cmake
2020-09-18 17:13:27 +03:00
Evgenya Stepyreva
cd391389ce
[ MO ] Complete weights layout permutation (#2299)
* MO TF: FQPerChannel extractor

* [ MO ] Complete weights layout permutation

* removed deleted file out of BOM

* Bring back stashed changes

* Skip if no weights permutation

* Conditional permutation

* Comments
2020-09-18 14:42:16 +03:00
Tomasz Jankowski
8dcff4a741
fix move assignment operator of Shape class (#2280) 2020-09-18 11:19:12 +03:00
Tomasz Dołbniak
a0da3d360c
Accept ONNX Constants with empty tensors (#2287) 2020-09-18 10:08:29 +02:00
Mateusz Tabaka
a34b6e38f3
ConvertPrecision - saturate Constant's value to std::numeric_limits<dst… (#2206)
* ConvertPrecision - saturate Constant's value to std::numeric_limits<dst_type>::lowest() if it's below that limit.

* Remove clamping to std::numeric_limits<int32_t>::lowest() in U32/U64 case
2020-09-18 10:56:11 +03:00
Ivan Tikhonov
1b7dfc6e4c
Fix bidirectional mode in reference implementations of GRU/LSTM/RNN Sequences (#2264)
* fix bidirectional case in references of sequences ops, enable decomposition of bidirectional cases in CommonOptimizations

* introduce new opset5, include GRU/RNN/LSTM Sequences to opset5

* Revert "introduce new opset5, include GRU/RNN/LSTM Sequences to opset5"

This reverts commit 73c22a11db.
2020-09-18 10:14:01 +03:00
Evgeny Lazarev
93074590de
Updated operations specification documents (2021.2) (#2270)
* Updated documentation structure and remove incorrect added files for Acosh-1, Asinh-1 and Atanh-1

* Fixed broken links
2020-09-18 08:16:14 +03:00
Ilya Lavrenov
73a31bad15
Fixed compilation without OpenCV (#2309) 2020-09-18 06:30:29 +03:00
Maksim Doronin
b0308d91a5
[IE][VPU]: Enable some DSR+Op tests (#2118)
* Introduced a new way to test DSR+Op cases
* Enabled DSR_Reduce, DSR_VariadicSplit, DSR_TopK, DSR_Scatter, DSR_Unsqueeze tests
* Other disabled tests are still disabled until reference function is implemented. Added related comments
* Reduce DSR+Op tests execution time via reducing tensor shapes
2020-09-17 23:52:16 +03:00
Artyom Anokhov
fecce756a4
setupvars: Updated notifications, fixed calling python in Windows case (#2319) 2020-09-17 21:20:12 +03:00
Dmitrii Denisov
2a9ec98d13
Glstreamer dependencies (#2292)
* Refactoring: install_openvino_dependencies.sh script

* Added python3-gi package

* Correcting typos

* Update install_openvino_dependencies.sh

Fixed libglib2.0-0 package location.
2020-09-17 16:43:03 +03:00
Artyom Anokhov
ab4fdfc671
install_openvino_dependencies: Updated copyrights (#2306)
setupvars.bat: Updated notification about incorrect Python version. Removed checking ICC2019
setupvars.sh: Removed logic with choosing higher version of installed Python. Added dynamic detecting python3 major and minor version for setting path. Add checking minimum required Python version(now 3.6)
2020-09-17 16:42:04 +03:00
Andrew Bakalin
8ebd3440c7
[IE][VPU]: Enable DTS for some eltwise operations (#2242)
* Enable DTS for Maximum, Minimum, Less, LogicalNot
2020-09-17 15:28:33 +03:00
Vladislav Vinogradov
60ad6edf32
[IE][CMAKE] Add some libraries to ie_developer export list (#2279)
The following libraries:

* `vpu_common_lib_test_static`
* `ieTestHelpers_s`

Those libraries might be helpful for standalone plugins tests.
2020-09-17 15:24:19 +03:00
Vladimir Gavrilov
f30656ed6d
Fixing bugs in nGraph reference implementation of Interpolate-4 (#2204)
* Now coordinate_transformation_mode used for all axes in the 'nearest' mode.

* Temporarily added tests for Interpolate-4 evaluate().

* Deleted temporarily added tests.

* Fixed documentation for the 'nearest' mode.

* Small fixes.

* Disabled Interpolate-4 layer tests for CPU.

* Disabled some Interpolate-4 CPU tests.

* do not change index table when execute each time

* layout check added

* interpolate for no batch size even scale is 1

* coordinate transformation with div scale, not multiple 1/scale, for higher accuracy

* disable tests temporal

* test modification

* Some changes.

* Enabled some tests.
2020-09-17 14:15:57 +03:00
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