Commit Graph

430 Commits

Author SHA1 Message Date
Evgenya Stepyreva
f81257c969
[ v4::NMS ] Fixed v4 NMS cloning (#1113) 2020-06-24 23:09:48 +03:00
Ilya Lavrenov
377531002c
Removed suppression macro usage (#1108) 2020-06-24 18:40:06 +03:00
Roman Lyamin
bc132056f9
[IE CLDNN] Added space_to_batch operation (#984) 2020-06-24 18:30:24 +03:00
Andrey Dmitriev
cec12131e7
[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
2020-06-24 17:38:34 +03:00
Tomasz Dołbniak
1bfe709e6c
TestCase & TestEngine(s) for nGraph UTs (#934) 2020-06-24 16:02:39 +02:00
Irina Efode
615c2a6c30
[IE TESTS] CoreThreadingTestsWithIterations.smoke_LoadNetworkAccuracy disabled & small refactoring of CoreThreadingTests (#1103) 2020-06-24 16:10:39 +03:00
Ilya Lavrenov
fe7f08ca56
Exec extensions (#963)
* Fixes

* Removed some tests for extensions

* Added const

* Removed unknown pragma
2020-06-24 15:12:14 +03:00
Ilya Churaev
934e0c61eb
Removed reference implementations for some data types (#1086) 2020-06-24 12:44:19 +03:00
Irina Efode
9e0aa3eb5d
[IE TESTS] Remove extra files (#1087)
CI passed
2020-06-24 12:19:11 +03:00
Roman Kazantsev
7a96b03a81
[IE] Preserve output data name after merging and update output data map (#1101)
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
2020-06-24 12:14:18 +03:00
Ilya Lavrenov
447f69c84e
Moved deprecated network iterator to legacy (#913)
* Removed deprecated iterator API

* Applied comments
2020-06-24 11:55:17 +03:00
Ilya Lavrenov
94c8b9e5a7
Removed deprecated ICNNNetwork::getData (#1093) 2020-06-24 05:53:28 +03:00
Ilya Lavrenov
a7579d5c35
Removed ICNNNetReader interface (#1042)
* Removed ICNNNetReader interface

* Fixed stress tests

* Fixed comments in VPU plugin

* Removed duplicated stress tests

* Fixed watchdog tests
2020-06-23 22:34:26 +03:00
Anton Zaytsev
34de464027
[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
2020-06-23 21:43:13 +03:00
Irina Efode
11d3bd1cb3
[IE TESTS] Range (#1094) 2020-06-23 20:39:06 +03:00
Michał Karzyński
69a342ea68
Fixes for building nGraph Python API (#707) 2020-06-23 17:32:37 +02:00
Anton Pankratv
1ffd736ba9
Hetero plugin supports ngraph (#530) 2020-06-23 17:23:47 +03:00
Egor Churaev
c898142663
[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
2020-06-23 16:21:24 +03:00
Ilya Lavrenov
370f9e7fe1
Removed deprecated Data ctor (#1078) 2020-06-23 16:10:00 +03:00
Ilya Lavrenov
28bdcb374d
Cnnnetwork deprecated methods (#1077)
* Removed getName with char *

* Removed getPrecision from ICNNNetwork
2020-06-23 16:09:40 +03:00
Andrew Bakalin
bde7c9baee
[VPU] Support for originalLayersNames attribute in exec graph (#1033) 2020-06-23 15:05:40 +03:00
Andrew Bakalin
36fd61f2c9
[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
2020-06-23 15:03:50 +03:00
Katarzyna Mitrus
5a2df9ebe7
[ONNX importer] Add support for Usample-8 and Upsample-9 (#967) 2020-06-23 13:11:46 +02:00
Roman Kazantsev
5ad1bf643d
Correct removing nodes from graph and add test for ConstToResult transform (#1084)
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
2020-06-23 13:49:14 +03:00
Ilya Lavrenov
a3a368da64
CMAKE: cross-compilation for ia32 (#1074) 2020-06-23 12:35:17 +03:00
Irina Efode
d20246d2f1
[IE TESTS] Add Squeeze single layer test (#985)
* [IE TESTS] Add Squeeze single layer test

* [IE TESTS] Add Unsqueeze test

* Fix some comments
2020-06-23 10:05:28 +03:00
Evgenya Stepyreva
543cccc8cf
[ DTS ] MatMul (#974)
* [ DTS ] MatMul

* [ TESTS ] Dynamic MatMul inference test disabled
2020-06-23 09:58:03 +03:00
Konrad Dobros
9592be6d22
[IE CLDNN] Add work-around for 1d input to Gather (#1070) 2020-06-23 09:40:15 +03:00
Evgenya Stepyreva
f40338ff4b
[ MO ] Hard-coded Interpolate followed by concat reshape-ability fixing (#818) 2020-06-23 08:27:27 +03:00
Ivan Tikhonov
3490b985dd
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
2020-06-23 08:22:12 +03:00
Ivan Tikhonov
b5be90a886
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
2020-06-22 23:37:08 +03:00
Maxim Vafin
9276334144
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
2020-06-22 20:42:02 +03:00
Denis Orlov
85b8bdcfa6
[GNA] Initialize a local variable (#1067) 2020-06-22 18:49:38 +03:00
Pavel Rodionov
d9489d1f5d
[GNA] Support export model with multiple inputs/outputs and Permute layer (#775) 2020-06-22 18:00:29 +03:00
Vladimir Paramuzov
0ec07b2c3b
[IE CLDNN] fsv4 to fsv16 conv (#1030) 2020-06-22 17:09:39 +03:00
Alexander Chaiko
a5270192d0
[IE CLDNN] WA to inconsistency between input and const 1d tensors for concat (#1063) 2020-06-22 17:02:23 +03:00
dmitrygo
f075b98f20 [CPU] Fixed issue with unsupported reorder case for groupped convolutions 2020-06-22 16:31:01 +03:00
Andrey Somsikov
52a42624e9
Add memcheck runner script (#1031)
Script executes measurement isolated with gtest-parallel,
handles database uploading and reports generation.
2020-06-22 16:23:09 +03:00
Anton Romanov
81046cacf4
Fix samples build script (#819) 2020-06-22 16:12:02 +03:00
Kamil Magierski
f675848680
Fix cases then const blob precision is not FP32/FP16 (#1020)
Co-authored-by: kmagiers <kmagiers@intel.com>
2020-06-22 15:46:01 +03:00
Adam Osewski
491e5e9fbb
[Py] Ngraph Py API TensorIterator (#718) 2020-06-22 11:40:58 +02:00
Evgeny Lazarev
970b1301b5
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
2020-06-22 11:52:00 +03:00
Ilya Lavrenov
c75920ee69
Remove some stuff from legacy library (#1043) 2020-06-22 11:35:44 +03:00
Edward Shogulin
fbec64d2d2
[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>
2020-06-20 19:06:26 +03:00
Marcin Sielski
22328d49be
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>
2020-06-19 22:06:30 +03:00
Konrad Dobros
2a1a92d31a
[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
2020-06-19 21:41:08 +03:00
Ilya Lavrenov
0b2827e027
Moved plugin to hidden folder (#999) 2020-06-19 21:04:12 +03:00
Ilya Lavrenov
79ff221957
Removed VPU option (#1027) 2020-06-19 20:55:53 +03:00
Vitaliy Urusovskij
3417004e6d
Add memcheck comparison script (#935)
Add compare_memcheck_2_runs.py compares two runs.
Add handling of broken files for `parse_memcheck_log`
2020-06-19 15:56:32 +03:00
Ilya Lavrenov
e8aed763d2
Removed Int8 normalizer and statistics (#919)
* Removed Int8 normalizer and statistics

* Removed statistics handling from tests utils

* Fixed tests compilation with statistics
2020-06-19 15:10:21 +03:00