platform/upstream/dldt.git
4 years agoLink fixes for opset docs (#1072)
Andrey Zaytsev [Thu, 25 Jun 2020 15:46:21 +0000 (18:46 +0300)]
Link fixes for opset docs (#1072)

* Fixed links

* Update opset.md

4 years ago Switch MeanVarianceNormalization op to opset3 in ONNX importer (#865)
Ewa Tusień [Thu, 25 Jun 2020 13:24:00 +0000 (15:24 +0200)]
 Switch MeanVarianceNormalization op to opset3  in ONNX importer (#865)

* Switch MVN op to opset3.

4 years ago[GNA] fix custom scale factors when importing a model (#1096)
Anna Alberska [Thu, 25 Jun 2020 09:43:47 +0000 (11:43 +0200)]
[GNA] fix custom scale factors when importing a model (#1096)

4 years ago[VPU] WA for statis shape allocation (#1107)
Andrew Bakalin [Thu, 25 Jun 2020 07:38:25 +0000 (10:38 +0300)]
[VPU] WA for statis shape allocation (#1107)

4 years ago[IE CLDNN] Set strided slice out_format to bfyx when in_format=bfzyx and shrink_axis_...
Jedrzej Hajduczenia [Thu, 25 Jun 2020 07:24:00 +0000 (09:24 +0200)]
[IE CLDNN] Set strided slice out_format to bfyx when in_format=bfzyx and shrink_axis_mask is set (#1111)

4 years agoLayerNorm(PyTorch/HuggingFace pattern)->MVN+Mul+Add (#1003)
Maxim Shevtsov [Thu, 25 Jun 2020 06:25:56 +0000 (09:25 +0300)]
LayerNorm(PyTorch/HuggingFace pattern)->MVN+Mul+Add (#1003)

* LayerNorm(PyTorch/HuggingFace pattern)->MVN+Mul+Add. Improves perf on BERT by 5%

* deducing the across_channels from axes passed to the MVN op.
axes are normalized. if no axes is specified, falling back to the (previously) default across_channel value

Co-authored-by: myshevts <maim.y.shevtsov@intel.com>
4 years ago[ v4::NMS ] Fixed v4 NMS cloning (#1113)
Evgenya Stepyreva [Wed, 24 Jun 2020 20:09:48 +0000 (23:09 +0300)]
[ v4::NMS ] Fixed v4 NMS cloning (#1113)

4 years agoRemoved suppression macro usage (#1108)
Ilya Lavrenov [Wed, 24 Jun 2020 15:40:06 +0000 (18:40 +0300)]
Removed suppression macro usage (#1108)

4 years ago[IE CLDNN] Added space_to_batch operation (#984)
Roman Lyamin [Wed, 24 Jun 2020 15:30:24 +0000 (18:30 +0300)]
[IE CLDNN] Added space_to_batch operation (#984)

4 years ago[GNA] Added fix multiple output with one go to memory and test (#669)
Andrey Dmitriev [Wed, 24 Jun 2020 14:38:34 +0000 (17:38 +0300)]
[GNA] Added fix multiple output with one go to memory and test (#669)

[GNA] Added fix multiple output with one go to memory and test

[GNA] Added fix multiple output with one go to memory and test

[GNA] Added fix multiple output with one go to memory and test

Added multi output

Update gna_pass_manager.cpp

test

[GNA] Added fix multiple output with one go to memory and test

[GNA] Added fix multiple output with one go to memory and test

[GNA] Added fix multiple output with one go to memory and test

Added multi output

Update gna_pass_manager.cpp

test

tests

[GNA] Added fix multiple output with one go to memory and test

[GNA] Added fix multiple output with one go to memory and test

Added multi output

Update gna_pass_manager.cpp

test

tests

Added pass

Test

test

tests_2

return old

4 years agoTestCase & TestEngine(s) for nGraph UTs (#934)
Tomasz Dołbniak [Wed, 24 Jun 2020 14:02:39 +0000 (16:02 +0200)]
TestCase & TestEngine(s) for nGraph UTs (#934)

4 years ago[IE TESTS] CoreThreadingTestsWithIterations.smoke_LoadNetworkAccuracy disabled &...
Irina Efode [Wed, 24 Jun 2020 13:10:39 +0000 (16:10 +0300)]
[IE TESTS] CoreThreadingTestsWithIterations.smoke_LoadNetworkAccuracy disabled & small refactoring of CoreThreadingTests (#1103)

4 years agoExec extensions (#963)
Ilya Lavrenov [Wed, 24 Jun 2020 12:12:14 +0000 (15:12 +0300)]
Exec extensions (#963)

* Fixes

* Removed some tests for extensions

* Added const

* Removed unknown pragma

4 years agoRemoved reference implementations for some data types (#1086)
Ilya Churaev [Wed, 24 Jun 2020 09:44:19 +0000 (12:44 +0300)]
Removed reference implementations for some data types (#1086)

4 years ago[IE TESTS] Remove extra files (#1087)
Irina Efode [Wed, 24 Jun 2020 09:19:11 +0000 (12:19 +0300)]
[IE TESTS] Remove extra files (#1087)

CI passed

4 years ago[IE] Preserve output data name after merging and update output data map (#1101)
Roman Kazantsev [Wed, 24 Jun 2020 09:14:18 +0000 (14:14 +0500)]
[IE] Preserve output data name after merging and update output data map (#1101)

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
4 years agoMoved deprecated network iterator to legacy (#913)
Ilya Lavrenov [Wed, 24 Jun 2020 08:55:17 +0000 (11:55 +0300)]
Moved deprecated network iterator to legacy (#913)

* Removed deprecated iterator API

* Applied comments

4 years agoRemoved deprecated ICNNNetwork::getData (#1093)
Ilya Lavrenov [Wed, 24 Jun 2020 02:53:28 +0000 (05:53 +0300)]
Removed deprecated ICNNNetwork::getData (#1093)

4 years agoRemoved ICNNNetReader interface (#1042)
Ilya Lavrenov [Tue, 23 Jun 2020 19:34:26 +0000 (22:34 +0300)]
Removed ICNNNetReader interface (#1042)

* Removed ICNNNetReader interface

* Fixed stress tests

* Fixed comments in VPU plugin

* Removed duplicated stress tests

* Fixed watchdog tests

4 years ago[IE TESTS] move BehaviorTestPlugin to the new IE tests infra & small refactoring...
Anton Zaytsev [Tue, 23 Jun 2020 18:43:13 +0000 (21:43 +0300)]
[IE TESTS] move BehaviorTestPlugin to the new IE tests infra & small refactoring for Behavior tests (#784)

* [ci-skip][IE TESTS] move beh_test_plugin

* [ci-skip][IE TESTS] move BehaviorHolderTest

* [ci-skip][IE TESTS] fix GNA layout test

* [ci-skip][IE TESTS] fix cmake

* [ci-skip][IE TESTS] fix lib in IEBehaviorTest

* [ci-skip][IE TESTS] separate layout and cpp_wrapers test and fix namespace

* [ci-skip][IE TESTS] fix holders test

* [ci-skip][IE TESTS] fix namespace

* [ci-skip][IE TESTS] fix codestyle

* [ci-skip][IE TESTS] fix test_plugin

* [ci-skip][IE TESTS] fix test_plugin v2

* [ci-skip][IE TESTS] disabled gpu instance for test_plugin

* [ci-skip][IE TESTS] fix

4 years ago[IE TESTS] Range (#1094)
Irina Efode [Tue, 23 Jun 2020 17:39:06 +0000 (20:39 +0300)]
[IE TESTS] Range (#1094)

4 years agoFixes for building nGraph Python API (#707)
Michał Karzyński [Tue, 23 Jun 2020 15:32:37 +0000 (17:32 +0200)]
Fixes for building nGraph Python API (#707)

4 years agoHetero plugin supports ngraph (#530)
Anton Pankratv [Tue, 23 Jun 2020 14:23:47 +0000 (17:23 +0300)]
Hetero plugin supports ngraph (#530)

4 years ago[IE CLDNN] Fix device release with static plugin instance (#1034)
Egor Churaev [Tue, 23 Jun 2020 13:21:24 +0000 (06:21 -0700)]
[IE CLDNN] Fix device release with static plugin instance (#1034)

The problem was in order of freeing memory. _context was removed before
_device and it looks like cl::Device in destructor tries to read some
info from cl::Context. And in this case we got this problem with
addressing because the memory already was freed.

For fixing the problem I changed the order of constructing members. And
based on principle: "First constructed, last destructed", the problem
was fixed.

JIRA: 29649

4 years agoRemoved deprecated Data ctor (#1078)
Ilya Lavrenov [Tue, 23 Jun 2020 13:10:00 +0000 (16:10 +0300)]
Removed deprecated Data ctor (#1078)

4 years agoCnnnetwork deprecated methods (#1077)
Ilya Lavrenov [Tue, 23 Jun 2020 13:09:40 +0000 (16:09 +0300)]
Cnnnetwork deprecated methods (#1077)

* Removed getName with char *

* Removed getPrecision from ICNNNetwork

4 years ago[VPU] Support for originalLayersNames attribute in exec graph (#1033)
Andrew Bakalin [Tue, 23 Jun 2020 12:05:40 +0000 (15:05 +0300)]
[VPU] Support for originalLayersNames attribute in exec graph (#1033)

4 years ago[VPU] Fix eltwise broadcast (#1001)
Andrew Bakalin [Tue, 23 Jun 2020 12:03:50 +0000 (15:03 +0300)]
[VPU] Fix eltwise broadcast (#1001)

* [VPU][Tests] Extend eltwise test cases

* [VPU] Fix Myriad2

* [VPU] Update firmware

* [VPU] Review fixes

* [VPU] Update old deprecated tests

4 years ago[ONNX importer] Add support for Usample-8 and Upsample-9 (#967)
Katarzyna Mitrus [Tue, 23 Jun 2020 11:11:46 +0000 (13:11 +0200)]
[ONNX importer] Add support for Usample-8 and Upsample-9 (#967)

4 years agoCorrect removing nodes from graph and add test for ConstToResult transform (#1084)
Roman Kazantsev [Tue, 23 Jun 2020 10:49:14 +0000 (15:49 +0500)]
Correct removing nodes from graph and add test for ConstToResult transform (#1084)

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
4 years agoCMAKE: cross-compilation for ia32 (#1074)
Ilya Lavrenov [Tue, 23 Jun 2020 09:35:17 +0000 (12:35 +0300)]
CMAKE: cross-compilation for ia32 (#1074)

4 years ago[IE TESTS] Add Squeeze single layer test (#985)
Irina Efode [Tue, 23 Jun 2020 07:05:28 +0000 (10:05 +0300)]
[IE TESTS] Add Squeeze single layer test (#985)

* [IE TESTS] Add Squeeze single layer test

* [IE TESTS] Add Unsqueeze test

* Fix some comments

4 years ago[ DTS ] MatMul (#974)
Evgenya Stepyreva [Tue, 23 Jun 2020 06:58:03 +0000 (09:58 +0300)]
[ DTS ] MatMul (#974)

* [ DTS ] MatMul

* [ TESTS ] Dynamic MatMul inference test disabled

4 years ago[IE CLDNN] Add work-around for 1d input to Gather (#1070)
Konrad Dobros [Tue, 23 Jun 2020 06:40:15 +0000 (08:40 +0200)]
[IE CLDNN] Add work-around for 1d input to Gather (#1070)

4 years ago[ MO ] Hard-coded Interpolate followed by concat reshape-ability fixing (#818)
Evgenya Stepyreva [Tue, 23 Jun 2020 05:27:27 +0000 (08:27 +0300)]
[ MO ] Hard-coded Interpolate followed by concat reshape-ability fixing (#818)

4 years agoFix for Kaldi models with a batch of more than 1 (#1012)
Ivan Tikhonov [Tue, 23 Jun 2020 05:22:12 +0000 (08:22 +0300)]
Fix for Kaldi models with a batch of more than 1 (#1012)

* Fix kaldi models (batch > 1)

* ngraph codestyle

* fix ngraph to ie conversion

* Added comment

* apply review comments

* Added test for the case using the SetBatchSize function when ReadValue op is in the network

* Check status code instead of message

* Use new ngraph api

4 years agoFix Android ARM build (#1032)
Ivan Tikhonov [Mon, 22 Jun 2020 20:37:08 +0000 (23:37 +0300)]
Fix Android ARM build (#1032)

* fix arm build: size_t -> uint64_t

* apply static_cast

* fix dynamic_to_static_shape_binary_elementwise.cpp file

* add static_cast in prior_box.cpp

4 years agoCherry-pick fix OneHot transformation for Bert Squad opset 10 (#1068)
Maxim Vafin [Mon, 22 Jun 2020 17:42:02 +0000 (20:42 +0300)]
Cherry-pick fix OneHot transformation for Bert Squad opset 10 (#1068)

* Fix OneHot transformation for Bert Squad opset 10

* Add transformation for squeezing depth for OneHot

4 years ago[GNA] Initialize a local variable (#1067)
Denis Orlov [Mon, 22 Jun 2020 15:49:38 +0000 (18:49 +0300)]
[GNA] Initialize a local variable (#1067)

4 years ago[GNA] Support export model with multiple inputs/outputs and Permute layer (#775)
Pavel Rodionov [Mon, 22 Jun 2020 15:00:29 +0000 (18:00 +0300)]
[GNA] Support export model with multiple inputs/outputs and Permute layer (#775)

4 years ago[IE CLDNN] fsv4 to fsv16 conv (#1030)
Vladimir Paramuzov [Mon, 22 Jun 2020 14:09:39 +0000 (17:09 +0300)]
[IE CLDNN] fsv4 to fsv16 conv (#1030)

4 years ago[IE CLDNN] WA to inconsistency between input and const 1d tensors for concat (#1063)
Alexander Chaiko [Mon, 22 Jun 2020 14:02:23 +0000 (16:02 +0200)]
[IE CLDNN] WA to inconsistency between input and const 1d tensors for concat (#1063)

4 years ago[CPU] Fixed issue with unsupported reorder case for groupped convolutions
dmitrygo [Wed, 10 Jun 2020 07:37:28 +0000 (10:37 +0300)]
[CPU] Fixed issue with unsupported reorder case for groupped convolutions

4 years agoAdd memcheck runner script (#1031)
Andrey Somsikov [Mon, 22 Jun 2020 13:23:09 +0000 (16:23 +0300)]
Add memcheck runner script (#1031)

Script executes measurement isolated with gtest-parallel,
handles database uploading and reports generation.

4 years agoFix samples build script (#819)
Anton Romanov [Mon, 22 Jun 2020 13:12:02 +0000 (16:12 +0300)]
Fix samples build script (#819)

4 years agoFix cases then const blob precision is not FP32/FP16 (#1020)
Kamil Magierski [Mon, 22 Jun 2020 12:46:01 +0000 (14:46 +0200)]
Fix cases then const blob precision is not FP32/FP16 (#1020)

Co-authored-by: kmagiers <kmagiers@intel.com>
4 years ago[Py] Ngraph Py API TensorIterator (#718)
Adam Osewski [Mon, 22 Jun 2020 09:40:58 +0000 (11:40 +0200)]
[Py] Ngraph Py API TensorIterator (#718)

4 years agoCleanup IR v7 from the MO (#1008)
Evgeny Lazarev [Mon, 22 Jun 2020 08:52:00 +0000 (11:52 +0300)]
Cleanup IR v7 from the MO (#1008)

* Removed back phase transformations related to IRv7

* Fixed setting value for the input port using the 'set_value' method

* Removed front and middle phase transformations related to IRv7

* Cleanup the rest of the Model Optimizer transformations from IRv7 specific transformations

* Final cleanup of the deprecated IR v7 related code

* Removed 'blobs_as_input' usage in the Model Optimizer.

* Removed function '_fuse_add' from the Model Optimizer since it is not used anymore.

* Removed 'keep_in_IR' node attribute for FakeQuantize ops in the MO

* Disabled failing gpu_engine.user_context test

4 years agoRemove some stuff from legacy library (#1043)
Ilya Lavrenov [Mon, 22 Jun 2020 08:35:44 +0000 (11:35 +0300)]
Remove some stuff from legacy library (#1043)

4 years ago[LPT] BERT with specific biases support & improvement (cherry-pick to master) (#1021)
Edward Shogulin [Sat, 20 Jun 2020 16:06:26 +0000 (19:06 +0300)]
[LPT] BERT with specific biases support & improvement (cherry-pick to master) (#1021)

* [LPT] BERT with biases support

* [LPT] Gemm biases and quantization

* [CPU] Fixed FullyConnected + Depthwise node fusing

* [LPT] FullyConnected 3D: symmetric quantization support

* [LPT] FullyConnected 3D: symmetric quantization support fix

* [CPU] Fixed FullyConnected + Depthwise fusing initialization

Co-authored-by: dmitrygo <dmitry.gorokhov@intel.com>
4 years agoFix build issue (#923)
Marcin Sielski [Fri, 19 Jun 2020 19:06:30 +0000 (21:06 +0200)]
Fix build issue (#923)

* Fix build issue

Why:

* Enable to build OpenVINO.

This change addresses the need by:

* Adding include directories,
* Removing IE::inference_engine_c_api dependency.

* Remove IE::inference_engine_nn_builder reference.

Why:

* Enable to build OpenVINO.

This change addresses the need by:

* Removing  IE::inference_engine_nn_builder dependency.

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
4 years ago[IE CLDNN] Fix activation implementation for fsv16 format (#1037)
Konrad Dobros [Fri, 19 Jun 2020 18:41:08 +0000 (20:41 +0200)]
[IE CLDNN] Fix activation implementation for fsv16 format (#1037)

For b_fs_yx_fsv16 format in reference kernel features for dispatch are
rounded to multiple of 16. This change adds correct check in kernel to
return work-items that are inside this dispatch padding.
Previously those work-items could corrupt memory expected to be filled
with 0s, and for parametrized activation due to bounds checking with
modulo operator they could have been corrupting actual layer output.

Issue: CVS-27672

4 years agoMoved plugin to hidden folder (#999)
Ilya Lavrenov [Fri, 19 Jun 2020 18:04:12 +0000 (21:04 +0300)]
Moved plugin to hidden folder (#999)

4 years agoRemoved VPU option (#1027)
Ilya Lavrenov [Fri, 19 Jun 2020 17:55:53 +0000 (20:55 +0300)]
Removed VPU option (#1027)

4 years agoAdd memcheck comparison script (#935)
Vitaliy Urusovskij [Fri, 19 Jun 2020 12:56:32 +0000 (15:56 +0300)]
Add memcheck comparison script (#935)

Add compare_memcheck_2_runs.py compares two runs.
Add handling of broken files for `parse_memcheck_log`

4 years agoRemoved Int8 normalizer and statistics (#919)
Ilya Lavrenov [Fri, 19 Jun 2020 12:10:21 +0000 (15:10 +0300)]
Removed Int8 normalizer and statistics (#919)

* Removed Int8 normalizer and statistics

* Removed statistics handling from tests utils

* Fixed tests compilation with statistics

4 years ago[IE VPU] use optimized ReduceMean instead of GlobalPooling (#629)
Andrey Sokolov [Fri, 19 Jun 2020 11:48:53 +0000 (14:48 +0300)]
[IE VPU] use optimized ReduceMean instead of GlobalPooling (#629)

4 years agoRemoved shape infer extension (#917)
Ilya Lavrenov [Fri, 19 Jun 2020 11:48:26 +0000 (14:48 +0300)]
Removed shape infer extension (#917)

4 years agoAdded opset docs (#992)
Andrey Zaytsev [Fri, 19 Jun 2020 11:39:57 +0000 (14:39 +0300)]
Added opset docs (#992)

4 years ago[IE VPU] Evaluate DSR (#770)
Maksim Doronin [Fri, 19 Jun 2020 10:22:31 +0000 (13:22 +0300)]
[IE VPU] Evaluate DSR (#770)

* [IE VPU] Add evaluate method to DSR

* [IE VPU] Enable DSR_Reshape tests

* [IE VPU] Improvements in DSR op

* [IE VPU] Fix typo in copyBlobAccordingUpperBound

* [IE VPU] Support dynamic inputs

* [IE VPU] Use dynamic inputs in tests

* [IE VPU] Improve conditions in propogateDynamism pass

* [IE VPU] Fix Myriad2 tests via dosabling reorder

* [IE VPU] make error message more explicit

* [IE VPU] Fix Win compilation: std::stoi in <string>

* [IE VPU] Improve data transferring to work with ND tensors

* [IE VPU] Avoid ODR in myriad common test utils

* [IE VPU] Split code in propagate dynamism into separate methods

* [IE VPU] Simplify conditions in DSR parsing

* [IE VPU] Emplace data in initialStages when remove stage order

4 years ago[IE Common][WA] Skipped const folding for Convolution layer (#1005)
Gorokhov Dmitriy [Fri, 19 Jun 2020 10:03:21 +0000 (13:03 +0300)]
[IE Common][WA] Skipped const folding for Convolution layer (#1005)

4 years ago[GNA] fix permute 0_2_1 (#991)
Andrey Dmitriev [Fri, 19 Jun 2020 07:21:04 +0000 (10:21 +0300)]
[GNA] fix permute 0_2_1 (#991)

4 years agofix: inference-engine/ie_bridges/python/requirements.txt to reduce vulnerabilities...
Andrey Somsikov [Thu, 18 Jun 2020 22:27:32 +0000 (01:27 +0300)]
fix: inference-engine/ie_bridges/python/requirements.txt to reduce vulnerabilities (#1006)

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-NUMPY-73513

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
4 years ago[IE CLDNN] Fix strided slice (#950)
Vladimir Paramuzov [Thu, 18 Jun 2020 16:55:17 +0000 (19:55 +0300)]
[IE CLDNN] Fix strided slice (#950)

4 years agoAzure CI: Add gtest-parallel on Lin & Mac (#980)
Alexander Zhogov [Thu, 18 Jun 2020 16:20:03 +0000 (19:20 +0300)]
Azure CI: Add gtest-parallel on Lin & Mac (#980)

4 years ago[IE CLDNN] Add pooling b_fs_yx_fsv16 int8 (#565)
Jedrzej Hajduczenia [Thu, 18 Jun 2020 13:40:52 +0000 (15:40 +0200)]
[IE CLDNN] Add pooling b_fs_yx_fsv16 int8 (#565)

4 years agoAdding new layer tests to validation (#848)
Mikhail Treskin [Thu, 18 Jun 2020 11:31:16 +0000 (14:31 +0300)]
Adding new layer tests to validation (#848)

* Add transpose, gather and reduce ops layer tests

* Fix skipping of Reduce Logical tests

* Fix compilation error with icl

4 years ago[CPU] fix one dims scale shift (#989)
Maxim Andronov [Thu, 18 Jun 2020 11:21:23 +0000 (14:21 +0300)]
[CPU] fix one dims scale shift (#989)

4 years ago[Common] Static analysed issues. Part II. (#881)
Nikolay Shchegolev [Thu, 18 Jun 2020 10:59:26 +0000 (13:59 +0300)]
[Common] Static analysed issues. Part II. (#881)

4 years agoChanges: (#982)
Nikita Kudriavtsev [Thu, 18 Jun 2020 10:49:20 +0000 (13:49 +0300)]
Changes: (#982)

- Named structures in bmp.h to avoid MSFT compiler error
- Fix for non-void function with missing return statement to avoid Intel compiler error
- Enabled "smoke_ExportUsingFileNameImportFromStreamNoThrowWithDeviceName" test
- Fix for MvncTest

4 years ago[ DTS ] Reduces (#940)
Evgenya Stepyreva [Thu, 18 Jun 2020 08:36:07 +0000 (11:36 +0300)]
[ DTS ] Reduces (#940)

4 years ago[ DYN NMS ] Static & Dynamic ops; DTS transformation; VPU tests (#884)
Evgenya Stepyreva [Wed, 17 Jun 2020 21:16:20 +0000 (00:16 +0300)]
[ DYN NMS ] Static & Dynamic ops; DTS transformation; VPU tests (#884)

4 years agoRelaxed MO requirements for "protobuf" package (#864)
Evgeny Lazarev [Wed, 17 Jun 2020 15:31:23 +0000 (18:31 +0300)]
Relaxed MO requirements for "protobuf" package (#864)

Co-authored-by: Evgeny Lazarev <elazarev.nnov@gmail.com>
4 years agofixed some typos in MO help (#972)
Pavel Esir [Wed, 17 Jun 2020 15:27:37 +0000 (18:27 +0300)]
fixed some typos in MO help (#972)

4 years ago[ DTS ] Exp, Softmax, Greater (#926)
Evgenya Stepyreva [Wed, 17 Jun 2020 15:20:08 +0000 (18:20 +0300)]
[ DTS ] Exp, Softmax, Greater (#926)

- Dynamic to Static transformation enabled for Exp, Softmax, Greater
- Logic Elementwises default ctor sets autobroadcasting according to spec

4 years agoFixed cpack information, removed some links (#976)
Ilya Churaev [Wed, 17 Jun 2020 14:17:32 +0000 (17:17 +0300)]
Fixed cpack information, removed some links (#976)

4 years ago[IE CLDNN] Fix gather dimensions calculation (#959)
Konrad Dobros [Wed, 17 Jun 2020 12:07:18 +0000 (14:07 +0200)]
[IE CLDNN] Fix gather dimensions calculation (#959)

4 years agoExecution graph via ngraph for CPU plugin (#510)
Ilya Lavrenov [Wed, 17 Jun 2020 11:42:41 +0000 (14:42 +0300)]
Execution graph via ngraph for CPU plugin (#510)

* Execution graph via ngraph for CPU plugin

* Fixes

* Migrated to VariantImpl instead of Parameter

* Reverted to dedicated ExecutionNode once again

* Re-use new execution graph in tests

* Fixed one more tests to use execution graph via ngraph::Function

4 years agoCMAKE: fixed path for bin artifacts for 32bits (#890)
Ilya Lavrenov [Wed, 17 Jun 2020 11:41:16 +0000 (14:41 +0300)]
CMAKE: fixed path for bin artifacts for 32bits (#890)

4 years agoPass SizeVector by const reference in ie_layout.hpp (#965)
Ilya Lavrenov [Wed, 17 Jun 2020 11:34:38 +0000 (14:34 +0300)]
Pass SizeVector by const reference in ie_layout.hpp (#965)

4 years ago[IE TESTS] disable Some myriad tests on Win (#763)
Irina Efode [Wed, 17 Jun 2020 08:26:33 +0000 (11:26 +0300)]
[IE TESTS] disable Some myriad tests on Win (#763)

* [IE TESTS] disable Some myriad tests on Windisable Some myriad tests on Win

* Skip test with todo

4 years agoUse creators only for default opsets (#948)
Ilya Churaev [Tue, 16 Jun 2020 19:30:20 +0000 (22:30 +0300)]
Use creators only for default opsets (#948)

4 years ago[IE][VPU]: Enables dynamic output from middle of network support (#930)
Gladilov, Gleb [Tue, 16 Jun 2020 13:17:36 +0000 (16:17 +0300)]
[IE][VPU]: Enables dynamic output from middle of network support (#930)

* [IE][VPU]: Enables dynamic output from middle of network support

This feature is very useful for debugging dynamic networks.
Changes include modification of existing addCopyForOutputsInsideNetwork
pass to respect dynamic outputs and moving propagateDynamismToOutputs
pass after addCopyForOutputsInsideNetwork. The motivation for last change
is to avoid unnecessary copy stages due to not synchronized logic, because
previously:

* First in Front-End (parseDSR) we mark shape data object as output
* Then in propagateDynamismToOutputs we insert copy stage for that case.
  It's necessary if shape data object had other consumers
* Then in convertShapeNotation we insert Gather consumer for output data object
* Finally, addCopyForOutputsInsideNetwork inserts one more copy stage to leave
  output data object without consumers.

Signed-off-by: Gladilov, Gleb <gleb.gladilov@intel.com>
* [IE][VPU]: Replaces attrs.has + attrs.get with attrs.getOrDefault

* [IE][VPU]: Fixes setting IE-notation and converted-notation to the same data object

4 years ago[GNA] Added test ScaleShift and fixed power layer with non zero shift (#774)
Andrey Dmitriev [Tue, 16 Jun 2020 12:21:24 +0000 (15:21 +0300)]
[GNA] Added test ScaleShift and fixed power layer with non zero shift (#774)

* [GNA] Added test ScaleShift and fixed power layer with non zero shift

4 years agoRemoved deprecated error listener, getmappedtopology (#915)
Ilya Lavrenov [Tue, 16 Jun 2020 12:06:48 +0000 (15:06 +0300)]
Removed deprecated error listener, getmappedtopology (#915)

4 years agoRemoved PluginDispatcher; IEPlugin from python API (#920)
Ilya Lavrenov [Tue, 16 Jun 2020 12:03:32 +0000 (15:03 +0300)]
Removed PluginDispatcher; IEPlugin from python API (#920)

4 years agoSupport fp16 networks (#752)
Alexey Tarakanov [Tue, 16 Jun 2020 07:59:20 +0000 (10:59 +0300)]
Support fp16 networks (#752)

* Modifications to support fp16 networks in KMB-plugin

* StridedSliceIE is removed

* One function convertFunctionToICNNNetwork with default parameter

* Some little changes in function convertFunctionToICNNNetwork()

* Delete some spaces in code (style changes)

* Edit code style

* Edit code style one more

* Edit code style again

* Remove row with Transpose()

4 years ago[IE CLDNN] Add resample improvements (#933)
Konrad Dobros [Tue, 16 Jun 2020 06:07:05 +0000 (08:07 +0200)]
[IE CLDNN] Add resample improvements (#933)

This change:
- extends concat in-place optimization for resample on input
- adds resample primitive int8 support for bilinear mode
- fixes some potential issues with offset calculations with in8

4 years ago[Python API] Fix long inference (#938)
Anastasia Kuporosova [Mon, 15 Jun 2020 22:27:38 +0000 (01:27 +0300)]
[Python API] Fix long inference (#938)

4 years ago[IE CLDNN] Fix inserting reorders in bwd direction (#811)
Jedrzej Hajduczenia [Mon, 15 Jun 2020 13:14:13 +0000 (15:14 +0200)]
[IE CLDNN] Fix inserting reorders in bwd direction (#811)

4 years ago[IE VPU] Dynamic Concat fixes (#842)
Maksim Doronin [Mon, 15 Jun 2020 10:57:16 +0000 (13:57 +0300)]
[IE VPU] Dynamic Concat fixes (#842)

* [IE VPU] Dynamic Concat fixes

* [IE VPU] Update firmware

4 years ago[IE VPU] Enable variable number of inputs for ExpPriorGridGenerator (#855)
Monica-elena Burger [Mon, 15 Jun 2020 10:00:02 +0000 (13:00 +0300)]
[IE VPU] Enable variable number of inputs for ExpPriorGridGenerator (#855)

* [IE VPU] Enable variable number of inputs for ExpPriorGridGenerator layer

* [IE VPU] Add test cases for ExpPriorGridGenerator layer with less than three inputs

4 years agoCMAKE: removed conditional compilation for C API (#861)
Ilya Lavrenov [Mon, 15 Jun 2020 09:39:45 +0000 (12:39 +0300)]
CMAKE: removed conditional compilation for C API (#861)

4 years agoUpdated dates of removal for deprecated API (#912)
Ilya Lavrenov [Mon, 15 Jun 2020 09:27:20 +0000 (12:27 +0300)]
Updated dates of removal for deprecated API (#912)

4 years agoTESTS: Added test for parallel LoadNetwork with accuracy check (#910)
Ilya Lavrenov [Mon, 15 Jun 2020 09:22:59 +0000 (12:22 +0300)]
TESTS: Added test for parallel LoadNetwork with accuracy check (#910)

4 years agoDocs 2021 1 (#901)
Ilya Lavrenov [Mon, 15 Jun 2020 09:20:42 +0000 (12:20 +0300)]
Docs 2021 1 (#901)

* Initial state of dev docs

* Ported docs for quantized networks

* Integrate quantization guide + transformations template

* Fixes

4 years agoFix NopElimination (#891)
Gleb Kazantaev [Mon, 15 Jun 2020 07:39:55 +0000 (10:39 +0300)]
Fix NopElimination (#891)

4 years agoFix preserving names of output layers after TopK NGraph transformation (#843)
Roman Kazantsev [Mon, 15 Jun 2020 07:29:02 +0000 (12:29 +0500)]
Fix preserving names of output layers after TopK NGraph transformation (#843)

* Fix preserving names of output layers after TopK NGraph transformation

It helps to infer semantic-segmentation-adas-0001 model. See CVS-31977.

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Fix a test for TopK

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Fix TopK NGraph transformation and its test

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
4 years ago[CLDNN] Fix std::runtime_error missing (#871)
Vladimir Zinoviev [Sun, 14 Jun 2020 15:54:36 +0000 (18:54 +0300)]
[CLDNN] Fix std::runtime_error missing (#871)

4 years agoTemporary disable PriorBoxClustered tests due to rare sporadic failures (#892)
Ivan Tikhonov [Sun, 14 Jun 2020 14:20:21 +0000 (17:20 +0300)]
Temporary disable PriorBoxClustered tests due to rare sporadic failures (#892)

* Temporary disable PriorBoxClustered tests due to rare sporadic failures

* Added skip_tests_config for TransformationTests