Ilya Churaev
5d1c5ee6a9
Removed nGraph experimental operations and headers ( #1197 )
2020-07-07 07:27:17 +03:00
Ilya Lavrenov
ea20abdabd
Added IR v7 reader dependency for functional tests ( #1238 )
2020-07-07 06:11:26 +03:00
Andrey Dmitriev
9ae3cf3faa
[GNA] Added support configuration of nthreads and quantization bits ( #1059 )
2020-07-06 20:28:33 +03:00
Maxim Vafin
ae8aaedc29
Add assert for Clip-11 ( #795 )
2020-07-06 18:10:14 +03:00
Evgeny Talanin
02d4787cd4
Stick to isort==4.3.21 ( #1223 )
2020-07-06 17:49:47 +03:00
Gorokhov Dmitriy
071682629b
[CPU][TESTS] Disabled sporadically failed Core treading test on Windows ( #1227 )
2020-07-06 16:22:59 +03:00
Lukasz Debski
bd0aa6ac6d
[IE CLDNN] Addition of eltwise support for different input sizes. ( #640 )
2020-07-06 15:26:14 +03:00
Tomasz Dołbniak
f4acb0fc40
Windows build fix ( #1225 )
2020-07-06 14:30:49 +03:00
Vladislav Volkov
aaa61dcd23
Optimisations for binary operations broadcast ( #1058 )
2020-07-06 13:56:12 +03:00
Ilya Churaev
293b72151d
Removed BatchNotmTraining ( #1185 )
2020-07-06 11:22:27 +03:00
Ilya Churaev
84f7cd2c02
Remove atan2 ( #1184 )
2020-07-06 06:18:45 +03:00
Jedrzej Hajduczenia
fd9ae15fdd
[IE CLDNN] Fix input feature padding handling in dw conv fsv16 kernel ( #1217 )
2020-07-05 18:57:15 +03:00
Konrad Dobros
fee4a01b26
[IE CLDNN] Add additional check for local block io support ( #1211 )
...
This change is needed, because some ocl compiler versions may advertise
support for extension, but fail to compile some of the functions.
2020-07-05 18:56:13 +03:00
Ilya Lavrenov
df772e082a
Use include headers in unit tests ( #1216 )
2020-07-03 23:51:21 +03:00
Anton Voronov
f3c7c731e3
[MKLDNN] Fixed bias datatype in jit_uni_dw_conv kernel ( #1131 )
2020-07-03 21:57:17 +03:00
Ilya Lavrenov
4f0225014d
Deprecated cnn layer ( #1138 )
...
* Deprecated getInputTo, getCreatorLayer
* Fixes
* Fixed ie_layers moving to legacy
* Fixed onnx importer dependency
* Fixed python
* Fix python API compilation
* Added comments not to use _impl from Data
Co-authored-by: Nadezhda Ageeva <nadezhda.ageeva@intel.com>
2020-07-03 20:57:28 +03:00
Mateusz Bencer
6365fcb6f5
Empty dimension means Dimension::dynamic() ( #1171 )
2020-07-03 18:57:58 +02:00
Evgenya Stepyreva
20610ce52e
[ BTS & STB ] Fixing broken transformations ( #874 )
2020-07-03 19:55:00 +03:00
Katarzyna Mitrus
e3e13b9bd8
Add FakeQuantize op to ONNX importer ( #1099 )
2020-07-03 18:28:33 +02:00
Michał Karzyński
bd8a383560
Enable nGraph Python API unit tests using Inference Engine APIs ( #1095 )
2020-07-03 18:11:39 +02:00
Evgenya Stepyreva
143036f96f
[ MO ] Clamp value inference ( #1207 )
2020-07-03 17:57:10 +03:00
Evgeny Latkin
951b5eed92
[IE][VPU] exclude test: conv_3x3s1p1_vgg (issue: 34466) ( #1204 )
2020-07-03 17:33:37 +03:00
Liubov Batanina
9e455ae6d9
Fixed type of reduction axes ( #1190 )
2020-07-03 16:55:06 +03:00
Katarzyna Mitrus
099edd2f67
Enable read onnx model tensor FLOAT16 no raw data ( #1168 )
2020-07-03 13:45:00 +02:00
Katarzyna Mitrus
38335b1883
[ONNX importer] Add more Resize-10 tests ( #1026 )
2020-07-03 13:43:46 +02:00
Ilya Lavrenov
f15b5f2b60
CMAKE: Added IR reader dependency to dev_targets ( #1202 )
2020-07-03 14:20:08 +03:00
Ilya Lavrenov
5d573e39cd
Removed const transformer usage in graph transformer ( #1164 )
...
* Commented constant folding
* Fix
2020-07-03 13:29:43 +03:00
Ilya Lavrenov
ab19051b7d
Fixed typo in docs ( #1201 )
2020-07-03 13:27:41 +03:00
Andrew Bakalin
7f37714c02
[VPU] Enable DSR_MatMul tests ( #1129 )
...
* [VPU] Remove hardcoded shape type from MatMul dts
* [VPU] Forbid first GEMM input to be dynamic and transposed
* [VPU] Update DSR_MatMul tests to use DSR_TestsCommon base class
2020-07-03 12:30:46 +03:00
Vitaliy Urusovskij
a17366f621
[Stress] Enable StressMemleaksTests on GPU in precommit ( #1079 )
...
* [Stress] Fix missing retry for StressMemLeaksTests
* [Stress] Add smoothing with sliding average for StressMemleaksTests
* [Stress] Enable GPU in StressMemleaksTests precommit scope
2020-07-03 11:57:16 +03:00
Ilya Churaev
29ef181e47
Fixed user name in codeowners ( #1198 )
2020-07-03 10:59:18 +03:00
Ilya Churaev
ac2ce80dae
Updated Core::ReadNetwork documentation ( #1178 )
2020-07-03 08:47:24 +03:00
Wayne Tan
bd25d5174f
Resolve build failure due to warning C5208 ( #1170 )
...
> warning C5208: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes
This commit adds a placeholder name to the struct definition
according to the accepted solution here:
https://developercommunity.visualstudio.com/content/problem/1034754/warning-c5208-a-c20-feature-occurs-when-compiling-1.html
Only applies to MSVC 19.26 or later. The alternative is to add a switch
`/Wv:19.25` to suppress the warning.
2020-07-03 05:56:04 +03:00
Adam Osewski
b72e56e51d
Remove reference to removed function. ( #1192 )
2020-07-03 05:46:17 +03:00
Maksim Doronin
aa8b364a5c
[IE VPU] Enable DSR_* tests: part 1 ( #1041 )
...
* [IE VPU] Enable DSR_BinaryEltwise tests
* [IE VPU] Enable DSR_Gather tests
* [IE VPU] Enable DSR_Clamp tests
* [IE VPU] Enable DSR_Concat tests
* [IE VPU] Enable DSR_Convert tests
* [IE VPU] Enable DSR_Squeeze tests
* [IE VPU] Enable DSR_UnaryEltwise tests
* [ nGraph ] Softmax should return input pshape, not fully dynamic shape
2020-07-02 21:00:04 +03:00
Alexander Zhogov
2d8b8428ba
Try "system.debug: true" ( #1179 )
2020-07-02 17:55:53 +03:00
Konrad Dobros
0509c66ce0
[IE CLDNN] Add some auto-tuning improvements ( #1154 )
...
- add error reporting for failed kernel runs during auto-tune
- fix auto-tuning for asymmetric quantization
- add asymmetric quantization information to cache
- change auto-tuning metric from average to min
2020-07-02 14:18:28 +03:00
Ilya Lavrenov
054e1cfd13
Removed WA for C API compilation ( #1176 )
2020-07-02 13:51:21 +03:00
Ilya Lavrenov
ef6280ab99
Split IR readers ( #1167 )
...
* Split IR readers
* Fixed tests
* CMAKE: Removed add_clang_format_target usage from readers
2020-07-02 13:31:44 +03:00
Vitaliy Urusovskij
0e904405f7
[Stress] Add --ref_db_collection in compare_memcheck_2_runs.py ( #1157 )
2020-07-02 13:14:07 +03:00
Ilya Churaev
869cbe489b
Removed opset0 from public API ( #1144 )
2020-07-02 13:08:21 +03:00
Irina Efode
027be06506
[IE TESTS] ie_class migration to the new test infrastructure ( #1136 )
2020-07-02 11:58:53 +03:00
Andrew Bakalin
dfe27bad26
[VPU] StaticShapeNMS support ( #1057 )
...
[IE][VPU]: Introduces StaticShapeNMS stage
2020-07-02 10:57:53 +03:00
Jedrzej Hajduczenia
fe4ff33a82
[IE CLDNN] Don't force expected reorder layout & improve i64->i32 fallback ( #1088 )
2020-07-02 10:18:38 +03:00
Vladimir Paramuzov
c8a6a7b6d0
[IE CLDNN] Autoremove comments from processed cl files ( #1152 )
2020-07-02 10:13:59 +03:00
Liubov Batanina
cff39c343b
[IE TEST] LRN tests fixed params ( #743 )
...
* LRN tests fixed params
* Fix comment
* Swiched to opset3
2020-07-01 22:35:28 +03:00
Ilya Lavrenov
c9749ce397
Clean-up files in tests helpers ( #1173 )
2020-07-01 22:34:43 +03:00
Ilya Lavrenov
acaab888f2
Removed disable_tests.hpp ( #1172 )
2020-07-01 22:31:51 +03:00
Yegor Kruglov
465707eba7
[MO MXNET] Fixed spatial reshape on GluonCV models ( #587 )
...
* added value propagation for slice_like op
* Mark slice_lice as undead node
* fixes in mark_undead_nodes and unittests update
2020-06-30 22:32:13 +03:00
Vladimir Paramuzov
c9d4e6b934
[IE CLDNN] Removed unused primitives and related structures ( #1039 )
2020-06-30 22:18:24 +03:00