Nikita Kudriavtsev
aeb70036d7
[IE Myriad] Remove Myriad 2 from supported devices in XLink ( #978 )
2020-06-17 17:47:55 +03:00
Daria Mityagina
dea04dae8c
[IE Myriad] - WrapInLoop fix: if data has consumer's input inside subgraph - replace them ( #958 )
2020-06-17 17:27:17 +03:00
Ilya Churaev
14b44803ba
Fixed cpack information, removed some links ( #975 )
2020-06-17 17:17:10 +03:00
Andrey Dmitriev
06286f2aae
[GNA] Added fix multiple output with one go to memory and test ( #888 )
...
[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-17 11:23:56 +03:00
Ilya Churaev
97e5fc4bae
Use creators only for default opsets ( #932 )
2020-06-16 12:25:06 +03:00
Alexey Tarakanov
47218284b2
Support fp16 networks for releases_2020_4 ( #936 )
2020-06-16 10:31:57 +03:00
Andrey Dmitriev
6079a35b81
[GNA] Added test for ScaleShift and fixed power layer with non-zero shift ( #922 )
...
* [GNA] Added test ScaleShift and fixed power layer with non zero shift
added tests
[GNA] Added test ScaleShift and fixed power layer with non zero shift
* Test Assert
* rebuild
2020-06-16 00:32:28 +03:00
Roman Kazantsev
4f4352f301
Fix preserving names of output layers after TopK NGraph transformation ( #928 )
...
* 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 >
* Disable smoke_LoadNetworkAccuracy due to sporadic failure
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com >
2020-06-15 20:57:45 +03:00
Anastasia Kuporosova
a67d74c41f
[Python API] Fix long inference ( #897 )
2020-06-15 16:21:41 +03:00
Ivan Tikhonov
26c563132d
Revert prior box constant folding ( #906 )
...
* Revert "Const folding and reference implementation for PriorBox(Clustered) ops (#785 )"
This reverts commit 9fc818478a .
* apply codestyle for ngraph part
2020-06-15 12:38:27 +03:00
Ilya Lavrenov
dc1ca195dd
Updated dates of removal for deprecated API ( #911 )
2020-06-15 12:24:27 +03:00
Vladimir Paramuzov
f5ad3e6f89
[IE CLDNN] Fixed clone network to preserve original CNNNetwork ( #870 )
2020-06-12 15:53:30 +03:00
Konrad Dobros
6c736ce001
[IE CLDNN] Fix fsv16 -> bfyx reorder removal ( #873 )
2020-06-12 15:43:54 +03:00
Anastasia Kuporosova
30ab6534e1
[Python API] Fixate requirements ( #905 )
2020-06-12 12:06:11 +03:00
Ilya Lavrenov
259a4c25ce
TESTS: Added test for parallel LoadNetwork with accuracy check ( #858 )
2020-06-12 11:56:59 +03:00
Andrey Somsikov
347930008c
Use default thread sanitizer linkage ( #899 )
...
GCC and CLang *default* sanitizer linkage differs (static vs. dynamic).
Prefer default behavior as alternate seen having issues.
Default (GN)U linker fails with unresolved symbols linking Clang built
binaries with sanitizer enabled. Force use LLVM linker lld for Clang
builds.
Sanitizer instrumentation and link flags should be retained for all
binaries. Updating samples cmake configuration to keep those flags
after unset logic at the ie_build_samples().
2020-06-12 00:36:03 +03:00
Evgeny Latkin
4fa251483a
[IE][Myriad] fix HW tiling ( #894 )
2020-06-11 20:48:56 +03:00
Vladimir Paramuzov
30f8af70fc
[IE CLDNN] fix perf for fsv16 global avg pooling ( #666 )
2020-06-11 20:44:37 +03:00
Andrew Bakalin
3fc6d8a188
[VPU] Update firmware ( #898 )
2020-06-11 20:44:20 +03:00
Denis Orlov
66c8df6a87
[GNA] Fixes in checks, asserts, etc. ( #867 )
2020-06-11 20:04:46 +03:00
Nikolay Shchegolev
e53eb86334
[Common] Static analysed issues. Part II.
2020-06-11 19:59:44 +03:00
Edward Shogulin
2df99d4263
[LPT] Static code analysis issues fix ( #889 )
2020-06-11 15:09:20 +03:00
Gleb Kazantaev
deab4d38b0
Fix NopElimination ( #869 )
2020-06-11 13:28:27 +03:00
Vladimir Paramuzov
412428f1dd
[IE CLDNN] Always use FP32 as intermediate type for fused quantize ( #829 )
2020-06-11 12:22:27 +03:00
Evgeny Lazarev
167c96a8af
Relaxed MO requirements for "protobuf" package ( #862 )
2020-06-10 18:26:16 +03:00
Gleb Kazantaev
b7363ba711
Fix divide conversion for integer input type ( #853 )
2020-06-10 16:25:57 +03:00
Evgeny Lazarev
5cef9f3734
Fixed StridedSlice to Crop transformation ( #836 ) ( #845 )
...
* Fixed StridedSlice to Crop transformation to not apply when rank of data is changed
* Added unit test for StridedSlice to Crop transformation
2020-06-10 11:54:02 +03:00
Andrey Dmitriev
0bf1f53356
[GNA] Added support permute layer ( #723 )
...
* [GNA] Added GNA natively supported permute layer cases.
2020-06-09 16:43:01 +03:00
Maksim Doronin
18004bdb5e
[IE VPU] Dynamic Broadcast tests ( #737 )
...
* [IE VPU] Enable StaticShapeBroadcast tests
* [IE VPU] DSR: support case when shape is output and input for stage
* [IE VPU] Enable Broadcast and Transpose tests
* [IE VPU] DSR: fix typo
* [IE VPU] Add assertion for numConsumer in DSR
* [IE VPU] Added CheckMyriadX helper method
* [IE VPU] New DSR assert for input->getInputTo
* [IE VPU] Fix myriad2 tests bug
2020-06-09 16:10:12 +03:00
Ivan Tikhonov
9fc818478a
Const folding and reference implementation for PriorBox(Clustered) ops ( #785 )
...
* Constant folding for PriorBox, PriorBoxClustered; Deleted PriorBoxIE, PriorBoxClusteredIE and transformations; Added unit tests; codestyle
* Delete debug info
* delete unnecessary convert_prior_to_ie_prior.hpp file
* fix ngraph reader tests; delete PriorBoxIE functional test
* fix for ngraph reader tests
* Apply review comment
* apply ngraph codestyle
* restore PriorBoxClustered tests in disabled state
2020-06-09 14:47:49 +03:00
Denis Orlov
ef8a8dd309
add support for multiple scale factors in speech sample ( #835 )
...
Co-authored-by: Anna Alberska <anna.alberska@intel.com >
2020-06-09 14:36:28 +03:00
Andrey Sokolov
d4e880de3d
[IE VPU] Update firmware; enable convolution VPU OCL tests ( #802 )
2020-06-09 14:34:10 +03:00
Vladimir Paramuzov
fe198dd544
[IE CLDNN] Added 6d tensor support in eltwise/scale primitives ( #826 )
2020-06-09 14:29:36 +03:00
Anton Zaytsev
b0eb3e67ee
[ci-skip][IE MKLDNN] Add Precision U16 in MKLDNN ( #783 )
2020-06-09 14:20:43 +03:00
dmitrygo
434361cea9
[TESTS] fixes after rebase
2020-06-09 14:11:18 +03:00
dmitrygo
aa30580109
[CPU] mkldnn submodule up
2020-06-09 14:11:18 +03:00
dmitrygo
051a429c31
[LPT] Fixed quantizeBlob routine for 3D case
2020-06-09 14:11:18 +03:00
Edward Shogulin
8eb88d51f2
[LPT] GPU tests were fixed
2020-06-09 14:11:18 +03:00
Edward Shogulin
971811c8c8
[LPT] [TEST] LayerTransformation test threshold was updated
2020-06-09 14:11:18 +03:00
Anton Voronov
629ca3a5d8
[CPU] Gemm node: supported precisions U8 and I8 and added tests
2020-06-09 14:11:18 +03:00
Edward Shogulin
92e5e010b9
[LPT] FullyConnected & Gemm tests
2020-06-09 14:11:18 +03:00
dmitrygo
c7313bab7f
[CPU] Fixed weights candidate initialization in FC node
2020-06-09 14:11:18 +03:00
Edward Shogulin
d798831c95
[LPT] Gemm and FullyConnected 3D improvement
2020-06-09 14:11:18 +03:00
Edward Shogulin
4d01adbe01
[LPT] tests extending
2020-06-09 14:11:18 +03:00
Edward Shogulin
1d51d2185a
[LPT] [Test] Low precision transformations functional tests infrastructure improvement
2020-06-09 14:11:18 +03:00
Edward Shogulin
65b00c1dfb
[LPT] FullyConnected transformation fix
2020-06-09 14:11:18 +03:00
Edward Shogulin
9758305b32
[nGraph] Remove Reshape for 3D FullyConnected
2020-06-09 14:11:18 +03:00
Edward Shogulin
d7c77212b8
[IE COMMON] [LPT] Concat asymmetric quantization with signed interval fix
2020-06-09 14:11:18 +03:00
Edward Shogulin
e544dd1e28
[IE COMMON] [LPT] Support 3D layout for FullyConnected transformation
2020-06-09 14:11:18 +03:00
dmitry-gorokhov
bc98d17121
[CPU] Added custom implementations (power=0.5, power=-1.0) for Power node
2020-06-09 14:11:18 +03:00