Anton Chetverikov
5aa9ffbfe3
Fix const node non-deterministic names (part 1) ( #996 )
...
* Update node names
2020-06-26 13:41:49 +03:00
Adam Osewski
0cdc549911
Fix use of new TestCase. ( #1130 )
2020-06-26 13:00:28 +03:00
Michał Karzyński
5f4f70e408
Fixes in TensorIterator builder code ( #1104 )
2020-06-26 10:16:51 +02:00
Adam Osewski
1fb2172457
[ONNX] Support for dynamic shapes for InstanceNormalization ( #1076 )
2020-06-26 09:38:15 +02:00
Mateusz Bencer
d9076c29a2
Enabled importing ONNX Yolo v3, added Loop op ( #957 )
2020-06-26 09:18:24 +02:00
Ilya Lavrenov
3a9db885bf
Removed getLayerByName from public API ( #1110 )
...
* Fixed tests
* Removed getLayerByName from public API
2020-06-25 20:00:39 +03:00
Andrey Zaytsev
ff769a2e31
Link fixes for opset docs ( #1072 )
...
* Fixed links
* Update opset.md
2020-06-25 18:46:21 +03:00
Ewa Tusień
f2e8435566
Switch MeanVarianceNormalization op to opset3 in ONNX importer ( #865 )
...
* Switch MVN op to opset3.
2020-06-25 16:24:00 +03:00
Anna Alberska
0b9987f5e9
[GNA] fix custom scale factors when importing a model ( #1096 )
2020-06-25 12:43:47 +03:00
Andrew Bakalin
0f1c8a0763
[VPU] WA for statis shape allocation ( #1107 )
2020-06-25 10:38:25 +03:00
Jedrzej Hajduczenia
5746e27111
[IE CLDNN] Set strided slice out_format to bfyx when in_format=bfzyx and shrink_axis_mask is set ( #1111 )
2020-06-25 10:24:00 +03:00
Maxim Shevtsov
7e40136c3c
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>
2020-06-25 09:25:56 +03:00
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