Commit Graph

1401 Commits

Author SHA1 Message Date
Katarzyna Mitrus
00faee86e0
Update ONNX importer LSTM to use v5 LSTMSequence (#2511) 2020-10-09 15:24:10 +02:00
Gleb Kazantaev
2e49b4e4d8
Fine-Grain Transformation pipeline tuning (#2547)
* Initial version of transformation callback refactoring

* Improved fine-grain tuning for transformation pipeline

* Check disabled matchers in GraphRewrite

* Avoid deprecated classes inside PassConfig

* Enabled DepthToSpace fusion by default

* Removed doulbe search in map

* Moved back pass_config.hpp; Added doxygen documentation for new class and methods

* Added doxygen comment for Manager and GraphRewrite new mthods
2020-10-09 15:33:19 +03:00
Ilya Lavrenov
da625b995e
Shellcheck update (#2557)
* Fixed SC2236 rules

* Fixed SC2086 rule

* Small fixes in other scripts
2020-10-09 13:25:53 +03:00
Rafal Blaczkowski
44c2477b78
Add strict timeout for test execution (#2598) 2020-10-09 13:08:50 +03:00
Mikhail Ryzhov
ba931c2d21
ngraph python sample (#2574)
This sample demonstrates how to execute an inference using ngraph::Function to create a network
- added sample
- added readme
- added lenet weights
2020-10-09 13:05:55 +03:00
Roman Donchenko
0e502ffb35
[MO] Fix many spelling and grammar errors (#2543) 2020-10-09 12:16:12 +03:00
Nikita Kudriavtsev
af661ae0fe
[IE][VPU]: Added wrapper for LogicalNot layer (#2562) 2020-10-09 12:09:14 +03:00
Maxim Vafin
694d1dcd25
Specify LogSoftmax-5 operation (#2382)
* Specify LogSoftmax operation

* Fix feedback
2020-10-08 20:04:38 +03:00
Kate Generalova
3cbf92e778
doc: add openvino tag link on StackOverflow (#2585) 2020-10-08 16:17:30 +03:00
Vladimir Gavrilov
f4551acccf
NonMaxSuppression-5 operation specification (#2310)
* The specification of NonMaxSuppression-5.

* Replaced opset4 with opset5.

* Fixed func(iou) when soft_nms_sigma == 0.

* Now outputs of NMS-5 have dynamic shapes.

* Now inputs 3, 4, 5, 6 can be 0D or 1D tensors.

* Now output 3 is 1D tensor.
2020-10-08 15:58:39 +03:00
Michał Karzyński
79d94f5af1
nGraph Python API tweaks and tutorial (#2471) 2020-10-08 14:09:17 +02:00
Vitaliy Urusovskij
a4fe59ba0a
Specify cl_cache_dir env var: (#2581)
1. General behaviour doesn't work for some compute-runtime versions.
Specification of `cl_cache_dir` fixes it
2020-10-08 15:02:31 +03:00
Vitaliy Urusovskij
474dcc277f
Prepare new test configuration for test_timetest.py (#2561)
* Add logging of DB upload to tconf with refs saving

* Prepare `.automation/tgl_test_config.yml` with models from VPUX package

* Add restriction on `exe` and `model` existence in run_timetest.py
2020-10-08 10:30:43 +03:00
Jedrzej Hajduczenia
76d2ba328d
[IE CLDNN] Fix profiling of multiple kernel implementations (#2219) 2020-10-08 09:22:34 +03:00
Mikołaj Życzyński
dba94b1f19
[IE CLDNN] Refreshment of convolution_gpu_fs_byx_fsv32 kernel (#2536) 2020-10-08 09:20:51 +03:00
Gleb Kazantaev
3f55733b43
Updated ConstantFolding pass to propagate friendly name (#2572)
* Fixed concat output name when decomposing shape_of in CF

* Added friendly_name propagation for CF pass

* Propagate runtime info inside ConstantFolding pass

* Fixed rt info merge strategy to avoid cases when merge is not implemented but attributes number is equal to 1
2020-10-08 09:16:28 +03:00
Konstantin Satunin
30b526c307
increase http timeout for artifacts uploading (#2571) 2020-10-08 09:12:22 +03:00
Liubov Batanina
7f78dd797e
[IE Tests] Added NormalizeL2 tests (#2327)
* Added NormalizeL2 tests

* Added NormalizeL2 reference

* Add nGraph tests

* Fix tests

* Added NormalizeL2 builder
2020-10-08 07:23:25 +03:00
Anton Chetverikov
8062f20c15
Add specification for Round operation (#2238)
* Add specification for Round operation

* Create opset5.md file

* Resolve review comments

* Remove useless formula section from specification

* Update specification

* Update Round specification

* Resolve review comments
2020-10-07 18:33:43 +03:00
iliya mironov
43dc605f50
Add HSigmoid spec (#2412)
* Add HSigmoid spec
2020-10-07 18:24:54 +03:00
Vitaliy Urusovskij
c3ff2948a4
Timetests test_runner improvements (#2552)
* Remove `generate_tmp_path` as unnecessary after refactoring

* Add `check_positive_int` check for `-niter` CLI key

* Replace `TestConfDumper` with number of fixtures:
1. Save all test info in global `request` and `pytestconfig` fixtures
2. Add `test_info` fixture for retrieving test info from test
3. Add `prepare_tconf_with_refs` fixture for test conf dump
2020-10-07 17:15:02 +03:00
Denis Orlov
1cc25fc885
Port 2021.1 documentation updates for GNA plugin and speech libs and demos. (#2564)
* Update docs for speech libs and demos (#2518)

* [GNA] Documentation updates for 2021.1 (#2460)

* [GNA] Documentation updates for 2021.1

* Take Mike's comments into account

* More fixes according to review

* Fix processor generation names
2020-10-07 15:13:16 +03:00
Vladislav Vinogradov
e9fde8f497
[IE][TOOLS] Improvements for compile_tool (#2555)
* Split cmd arguments onto sections (common, MYRIAD, FPGA).
* Add `-iol` cmd argument as `-iop` analogue for layouts.
* Remove limitations over `-ip`, `-op`, `-iop` arguments.
  Now they supports full meaningfull set of Precision/Layout values and will allow to user set any precision for any input/output.
  The applicability for this in under user reponsibility and support under plugin reponsibility.
* Add VPUX default configuration.
* Adjust code style to the project common style.

Co-authored-by: Alexander Novak <sasha-novak@yandex.ru>
2020-10-07 14:51:10 +03:00
Ilya Churaev
6f0aaf2bb5
ngraph docs to master (#2568)
* First draft of nGraph documentation

* updated according to review comments

* Updated

* Reviewed the nGraph Transformation section, added missing images

* Update nGraph_dg.md

* Delete python_api.md

Removed since there is already the nGraph_Python_API.md document with a comprehensive overview.

* Fixed links to images

Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com>
Co-authored-by: CCR\avladimi <anastasiya.ageeva@intel.com>
2020-10-07 14:49:47 +03:00
Bartosz Lesniewski
8f95e22a5c
CTCGreedyDecoder reference implementation (#2284) 2020-10-07 13:44:56 +02:00
Alexey Suhov
7a389b7ef5
Update SW requirements in build instructions and change latest release to 2021.1 (#2566) 2020-10-07 00:37:26 +03:00
Roman Kazantsev
96bae7bd2c
Specify GatherND-5 operation (#2414)
* Specify GatherND-5 operation

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Update ie_docs.xml with GatherND-5

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
2020-10-06 21:26:13 +03:00
Konstantin Satunin
80d5171769
Test results publishing to Azure DevOps v2 (#2539)
* do not merge results
* add Linux and Mac publishing
2020-10-06 15:57:46 +03:00
Ilya Lavrenov
984357bdef
Moved WA for legacy includes to dev package (#1712)
* Moved WA for legacy includes to dev package

* Fixed compilation

* Fixed compilation

* Fixes
2020-10-06 15:04:53 +03:00
Vladimir Gavrilov
554fb118e4
Added ONNX Resize-11 to supported layers in documentation (#2324)
* Commit.

* Fixed list of supported frameworks layers.

* Small fix.
2020-10-06 14:41:01 +03:00
Vitaliy Urusovskij
6949d93e42
Add "cl_cache" preparation in test_timetest.py (#2490) 2020-10-06 14:16:50 +03:00
Alexander Zhogov
170782b1c8
GitHub CI: Add ShellCheck (#2554)
* Add shellcheck
* Remove fetchDepth: 1
2020-10-06 13:16:46 +03:00
Alexander Zhogov
53020f414c
Azure CI: Add --gtest_filter=*smoke* (#2551) 2020-10-06 13:04:14 +03:00
Tomasz Dołbniak
14416405cc
Re-enable more unit tests (Resize & Interpolate) (#2331) 2020-10-06 10:53:02 +02:00
Kamil Magierski
4c1ae9b339
[GNA] Issue 39975 - cascade concat fix (#2486)
* concat input not used fix rough implementation

* [GNA] Cascade concat input not assigned fix

* reduce copying in recursive function

* [GNA] Aligned cascade concat test
2020-10-06 11:01:19 +03:00
Kamil Magierski
0e62e5e17f
[GNA] FIX CopyLayerPass for concat parent cases (#2485)
* [GNA] fix cases when layer output is used in both memory and concat parent layer

* coma fixes

* Issue-36189 CopyLayerPass for concat parent cases fix test

* Fix test for CPU

* Remove test for GPU
2020-10-06 11:00:38 +03:00
Kamil Magierski
8abdc32676
[GNA] Fix LSTM Cell channel C being 0 on output (#1174)
* [GNA] get output before activation test

[GNA] SubstituteScaleShiftBroadCastPass fix for cases when there are multiple scaleshifts as an output from the layer

[GNA] Generalize Fix where LSTMCell output was zero due to being fused into activation

[GNA] Fix LSTMCell being zero on channel C if being output layer

* linux build fix
2020-10-06 10:59:03 +03:00
Ilya Lavrenov
de1cc8af2e
Shellcheck tests for bash scripts (#2532)
* Added bash scripts checks with shellcheck

* Fixed indentations

* Fixed setupvars.sh with shellcheck

* Fixed MO scripts

* Compilation with newer versions of shellcheck
2020-10-05 23:37:50 +03:00
Alina Kladieva
85dab59019
[Jenkinsfile] Bump infra (#2545) 2020-10-05 23:37:19 +03:00
Andrey Babushkin
65a9e0c8f3
Revert "Sync GNA lib calls to avoid multi threads and plugins crash (#2435)" (#2538)
This reverts commit 0879938250.
2020-10-05 18:11:14 +03:00
Vitaliy Urusovskij
05d70cfa43
Remove --collect_results_only (#2509)
* Remove CLI keys from README

* Remove `--collect_results_only` from MemCheckTests
2020-10-05 17:43:24 +03:00
Andrew Bakalin
f8fdd80830
[VPU][IE] Disable ConvertMinimum transformation for Myriad Plugin (#2437) 2020-10-05 14:18:43 +03:00
Konstantin Satunin
546c325a1f
add test results publishing (#2513) 2020-10-05 12:52:00 +03:00
Pavel Esir
9149d899b3
[MO] Fix: add PermuteInputs to shape broadcasting (#2419)
* fix: add PermuteInputs to shape broadcasting

* fix type declaration typo
2020-10-05 12:48:57 +03:00
Krzysztof Bruniecki
0879938250
Sync GNA lib calls to avoid multi threads and plugins crash (#2435)
* Sync GNA lib calls to avoid multi threads and plugins crash

* Remove TODO

* Enable sync for GNA1

* Fix GNA1 sync

* Add core_threading_tests to GNA Plugin to address story 31709
2020-10-05 12:34:57 +03:00
Anton Pankratv
b21d0fe978
Removed similar behaviour tests (#2528) 2020-10-05 12:21:03 +03:00
Vladislav Vinogradov
605cf75901
[IE][TESTS][CMAKE] Add -Wno-deprecated-copy compile flag for GTest (#2514)
It fixes build on Ubuntu 20.04 with gcc 9.3.0.
2020-10-05 12:08:57 +03:00
Aleksandr Korolev
7f64984ed5
[IE TESTS] move MultipleAllocations test to nightly (#2512)
Co-authored-by: kora6 <kora6@github.com>
2020-10-05 11:46:34 +03:00
Ilya Churaev
5d291c3c84
[DOCS] Added an evaluate method for custom operation (#2273)
* Added an evaluate method for custom operation

* Fixed comments
2020-10-05 08:55:11 +03:00
Andrey Zaytsev
7535f80bd3
Feature/azaytsev/cherry pick pr2448 2469 2457 to master (#2515)
* Feature/azaytsev/cvs-38240 (#2469)

* Updated for 2020 version, replaced Ubuntu 16.04 with Ubuntu 20.04

* Updated the release package numbers

* Updated according to the comments in the ticket CVS-37827 (#2448)

* Update build-instruction.md for MacOsX (#2457)

* Update build-instruction.md for MacOsX

* Removed call of install_dependencies.sh from the steps
2020-10-03 14:00:24 +03:00