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
dmitry-gorokhov
bcd38100db
[CPU][WA] Supported 3D layout for FullyConnected primitive
...
Extended jit uni depthwise primitive to support 3D inputs
2020-06-09 14:11:18 +03:00
Nikolay Shchegolev
b6f2c06b26
[Common] Static analyzed issues. ( #804 )
2020-06-09 13:49:50 +03:00
Vladimir Paramuzov
b4546ad1e0
[IE CLDNN] Better error message when output is not found ( #824 )
2020-06-09 12:26:28 +03:00
Edward Shogulin
d02b9a9b81
[LPT] [TEST] LayerTransformation test threshold was updated ( #828 )
2020-06-09 10:34:17 +03:00
Maxim Andronov
d8e82d56d2
[CPU] fix set up config for bin conv fused ( #608 )
2020-06-09 09:59:29 +03:00
Anastasia Kuporosova
e91453e006
[Python API] Fixate requirements versions ( #830 )
2020-06-09 08:49:49 +03:00
Anastasia Kuporosova
6a60f93af0
[Python API] Fix deprecation warnings ( #812 )
2020-06-09 08:48:08 +03:00
Edward Shogulin
ca643edb1b
[LPT] [CPU] NormalizeL2 transformation ( #662 )
...
* [LPT] NormalizeL2 transformation
* [LPT] NormalizeL2 transformation tests improvement
* [CPU] Fixed depthwise injector aux_vec_count for broadcasting case
* [LPT] Normalize on GPU enabling
Co-authored-by: Zinoviev, Vladimir <vladimir.zinoviev@intel.com >
Co-authored-by: dmitrygo <dmitry.gorokhov@intel.com >
2020-06-08 22:42:50 +03:00
Mikhail Letavin
155916acde
[IE CLDNN] Fix variable initialization issues ( #816 )
2020-06-08 21:07:50 +03:00
Nikita Kudriavtsev
ac65ea30fd
[ICV] Watchdog switch + ddr initialization ( #554 )
...
* [IE Myriad] Added XLinkBootFirmware method in XLink API for booting firmware buffer
* [IE Myriad] Patch firmware in mvnc. Added test to check device reset without connecting.
* [IE Myriad] Added option MOVIDIUS_DDR_TYPE for Myriad plugin
* [IE Myriad] Added tests for new option MOVIDIUS_DDR_TYPE
* [IE Myriad] Update firmware 1201 -> 1212
* [IE Myriad] Convolution3x3 tests are disabled due to firmware issue. #-32921
2020-06-08 20:51:45 +03:00
Irina Efode
3b5de94a09
[IE TEST] Eltwise tests refactoring ( #726 )
...
* [IE TEST] Eltwise tests refactoring
* [IE TESTS] Fix comments
2020-06-08 18:44:42 +03:00
Denis Orlov
ff00817bb7
[GNA] Support changing the execution mode in runtime ( #801 )
2020-06-08 18:43:12 +03:00
Konrad Dobros
d155483573
[IE CLDNN] Optimize 1x1 imad convolution kernel ( #757 )
2020-06-08 16:44:50 +03:00
Edward Shogulin
a224078c5c
[LPT] [Test] DepthToSpace sporadic fail fix ( #815 )
2020-06-08 12:55:37 +03:00
Vladimir Paramuzov
f0498ad011
[IE CLDNN] Enable ShuffleChannels op ( #787 )
2020-06-07 22:57:20 +03:00
Edward Shogulin
63ee9f8916
[LPT] [CPU] DepthToSpace transformation ( #663 )
...
* [LPT] [TEST] LayerTransformation generalization
* [LPT] DequantizationDetails extending
* [LPT] DepthToSpace transformation implementation
2020-06-07 21:12:52 +03:00
Vladimir Paramuzov
0022eebd71
[IE CLDNN] Enable DepthToSpace ( #780 )
...
Enabled DepthToSpace ngraph transformat
Updated implementation to support 5d and mode parameter
fsv16 direct support
Functional tests for GPU
2020-06-05 20:16:47 +03:00
Daria Mityagina
807f85f93f
it is duplicate of PR: #656 , but without test modification ( #794 )
2020-06-05 19:57:03 +03:00
Chance Luo
7f09b54af8
Disable Hw Avg Pooling for small output tensors if excludePad=true ( #772 )
2020-06-05 19:47:53 +03:00
Kami-996
cad3ccd8a3
add /wd4819 to disable C4819 warning, which is treated as error in win32 ( #767 )
...
Co-authored-by: jasonlee <jasonlee@qiyi.com >
2020-06-05 16:04:59 +03:00
emmanuelattia-philips
a0d1dae91d
Fix: ITT_INCLUDE_DIR was not correctly detected ( #748 )
2020-06-05 14:46:39 +03:00
Ilya Znamenskiy
4d3ddc1684
[IE CLDNN] GEMM int8 optimization using MMAD macro ( #635 )
2020-06-05 14:28:21 +03:00
Anton Voronov
70c2058b61
[CPU] supported ShuffleChannels and added tests ( #636 )
2020-06-05 14:10:55 +03:00
Ilya Churaev
3571d44896
Save the name of output data if we remove previous layer ( #760 )
...
* Save the name of output data if we remove previous layer
* Added test
2020-06-05 13:36:35 +03:00
Pavel Rodionov
20d812d959
[GNA] Set default GNA library to GNA2 ( #771 )
2020-06-05 13:00:58 +03:00
dmitrygo
b485e829d6
[CPU] DepthToSpace review leftovers
2020-06-05 12:47:24 +03:00
Denis Orlov
67e3e06bee
Fix hetero mode in speech sample - set config when loading network ( #786 )
2020-06-05 11:54:03 +03:00
Ilya Churaev
7a5d447e9f
[SAMPLES] Use defined constant instead of string ( #788 )
2020-06-05 11:22:24 +03:00
Gladilov, Gleb
f80bd537bf
[IE][VPU][nGraph]: Fixes DTS transformations to properly keep outputs names ( #734 )
...
* NonZero, Broadcast
* Concat
* Gather
* [IE][VPU][nGraph]: Fixes DTS transformations to correctly keep outputs names
* [IE][VPU][nGraph]: Fixes dynamic to static shape nonzero tests
Co-authored-by: Roman Vyunov <roman.vyunov@intel.com >
2020-06-05 11:16:52 +03:00
Edward Shogulin
f9ac555857
[LPT] Output layers update fix ( #754 )
2020-06-05 10:54:38 +03:00
Sergey Shlyapnikov
6e491a89ad
[IE CLDNN] Improve Gather performance and add fusing support ( #736 )
2020-06-05 10:20:58 +03:00
Egor Churaev
2100521a14
[IE CLDNN] Implement NormalizeL2 int8 kernels ( #720 )
2020-06-05 10:16:27 +03:00
Ilya Churaev
a705f0c358
Avoid loading of reader if it doesn't exist ( #758 )
...
* Avoid loading of reader if it doesn't exist
* Updated error messages
2020-06-04 21:21:13 +03:00
Evgeny Lazarev
c10ff28f12
Added default value for 'aligned' in the ExperimentalDetectronROIFeatureExtractor for backward compatibility ( #777 )
...
Fixed backward compatibility issue that old IRs with ExperimentalDetectronROIFeatureExtractor operation cannot be loaded with the new IE
2020-06-04 20:47:52 +03:00
Lukasz Debski
698dfc4bf6
[IE CLDNN] Permute fused ops support ( #642 )
2020-06-04 17:01:21 +03:00
Alexey Varyzgin
85aa23ec8a
[CPU][BF16] Default Optimisation Capability of BF16 was enabled on CPX ( #647 )
2020-06-04 16:06:15 +03:00
Denis Orlov
0e60aed97a
[GNA] Support 100 inputs, instead of 10 ( #741 )
2020-06-04 14:33:09 +03:00
Gorokhov Dmitriy
3183c116d9
DepthToSpace, SpaceToDepth layers optimizations ( #706 )
...
* [CPU] Updated DepthToSpace and SpaceToDepth layers to be conformant with the specification
The patch also includes n[d]hwc layout support as well as some optimizations
* [CPU][TESTS] Removed old DepthToSpace test since it doesn't corresponds to layer's specification
* [nGraph] Utilize CommonOptimizations pass with custom transformations callback
2020-06-04 14:25:19 +03:00
Vladimir Paramuzov
d7fad0109a
[IE CLDNN] Disabled sporadic detection output tests ( #740 )
2020-06-04 11:14:05 +03:00
Vladimir Paramuzov
28ffbf0857
[IE CLDNN] Remove unused fused deps for FQ ( #712 )
...
Remove unused fused FQ kernel arguments to avoid extra setArg() calls which significantly reduces host overhead
2020-06-04 10:30:46 +03:00