Roman Kazantsev [Mon, 15 Jun 2020 07:29:02 +0000 (12:29 +0500)]
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>
Vladimir Zinoviev [Sun, 14 Jun 2020 15:54:36 +0000 (18:54 +0300)]
[CLDNN] Fix std::runtime_error missing (#871)
Ivan Tikhonov [Sun, 14 Jun 2020 14:20:21 +0000 (17:20 +0300)]
Temporary disable PriorBoxClustered tests due to rare sporadic failures (#892)
* Temporary disable PriorBoxClustered tests due to rare sporadic failures
* Added skip_tests_config for TransformationTests
Vladimir Paramuzov [Fri, 12 Jun 2020 12:56:04 +0000 (15:56 +0300)]
[IE CLDNN] Fixed clone network to preserve original CNNNetwork (#876)
Konrad Dobros [Fri, 12 Jun 2020 12:44:14 +0000 (14:44 +0200)]
[IE CLDNN] Fix fsv16 -> bfyx reorder removal (#872)
Evgeny Latkin [Thu, 11 Jun 2020 17:49:17 +0000 (20:49 +0300)]
[IE][Myriad] fix HW tiling (#866)
Vladimir Paramuzov [Thu, 11 Jun 2020 17:45:11 +0000 (20:45 +0300)]
[IE CLDNN] fix perf for fsv16 global avg pooling (#878)
Vladimir Paramuzov [Thu, 11 Jun 2020 09:27:11 +0000 (12:27 +0300)]
[IE CLDNN] Always use FP32 as intermediate type for fused quantize (#877)
Evgenya Stepyreva [Thu, 11 Jun 2020 09:20:54 +0000 (12:20 +0300)]
[ nG ] Style-apply (#886)
Evgenya Stepyreva [Wed, 10 Jun 2020 21:37:37 +0000 (00:37 +0300)]
[ nG ] Graph visualization (#807)
* [ nG ] Graph visualization
* Update visualize_tree.cpp
Jedrzej Hajduczenia [Wed, 10 Jun 2020 18:07:22 +0000 (20:07 +0200)]
[IE CLDNN] Enable I64 const inputs for batch_to_space (#860)
Anton Dudchenko [Wed, 10 Jun 2020 14:30:37 +0000 (17:30 +0300)]
[VPU][GT] Trivial permute optimization (#571)
* Transformation to eliminate trivial permute
* Minor changes in unit tests
* Replace trivial permutation with copy if input and output dims is equal
* Fix mergePermuteStages tests
* Small changes in the loop
* Add const modifier, change dimsVector type to SizeVector
* Change loop condition, rename valiable
* To reverse dimsVector
Nikita Kudriavtsev [Wed, 10 Jun 2020 13:42:37 +0000 (16:42 +0300)]
[IE Myriad] Added test InferWorksCorrectAfter9999Allocations (#709)
Alexander Zhogov [Wed, 10 Jun 2020 13:18:53 +0000 (16:18 +0300)]
Actions CI: Enable nGraph Code style check (#863)
Aleksandr Korolev [Wed, 10 Jun 2020 11:13:08 +0000 (14:13 +0300)]
[IE VPU TESTS] Rewrite tests with deprecated API (#761)
* [IE VPU TESTS] Rewrite tests with deprecated API
* Minor changes
Co-authored-by: kora6 <kora6@github.com>
Jedrzej Hajduczenia [Wed, 10 Jun 2020 06:34:29 +0000 (08:34 +0200)]
[IE CLDNN] Add support for I64 data type in clDNN plugin (#555)
Maksim Derbasov [Tue, 9 Jun 2020 20:54:22 +0000 (23:54 +0300)]
Show error message if output file is not writable (#779)
Andrey Somsikov [Tue, 9 Jun 2020 17:11:44 +0000 (20:11 +0300)]
Use default thread sanitizer linkage (#833)
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().
Evgeny Lazarev [Tue, 9 Jun 2020 17:00:43 +0000 (20:00 +0300)]
Fixed StridedSlice to Crop transformation (#836)
* Fixed StridedSlice to Crop transformation to not apply when rank of data is changed
* Added unit test for StridedSlice to Crop transformation
Co-authored-by: Evgeny Lazarev <elazarev.nnov@gmail.com>
Roman Lyamin [Tue, 9 Jun 2020 16:19:24 +0000 (19:19 +0300)]
[IE CLDNN] Added batch_to_space operation (#753)
Gleb Kazantaev [Tue, 9 Jun 2020 16:13:35 +0000 (19:13 +0300)]
Fix divide conversion for integer input type (#841)
Anastasia Kuporosova [Tue, 9 Jun 2020 15:06:57 +0000 (18:06 +0300)]
[Python API] Fixate requirements (#834)
Ilya Lavrenov [Tue, 9 Jun 2020 15:02:03 +0000 (18:02 +0300)]
Fixed default args for Android build (#827)
Maxim Vafin [Tue, 9 Jun 2020 14:50:38 +0000 (17:50 +0300)]
Fix onnx slice by clipping `ends` to int32 domain (#603)
Andrey Dmitriev [Tue, 9 Jun 2020 13:43:01 +0000 (16:43 +0300)]
[GNA] Added support permute layer (#723)
* [GNA] Added GNA natively supported permute layer cases.
Maksim Doronin [Tue, 9 Jun 2020 13:10:12 +0000 (16:10 +0300)]
[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
Ivan Tikhonov [Tue, 9 Jun 2020 11:47:49 +0000 (14:47 +0300)]
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
Denis Orlov [Tue, 9 Jun 2020 11:36:28 +0000 (14:36 +0300)]
add support for multiple scale factors in speech sample (#835)
Co-authored-by: Anna Alberska <anna.alberska@intel.com>
Andrey Sokolov [Tue, 9 Jun 2020 11:34:10 +0000 (14:34 +0300)]
[IE VPU] Update firmware; enable convolution VPU OCL tests (#802)
Vladimir Paramuzov [Tue, 9 Jun 2020 11:29:36 +0000 (14:29 +0300)]
[IE CLDNN] Added 6d tensor support in eltwise/scale primitives (#826)
Anton Zaytsev [Tue, 9 Jun 2020 11:20:43 +0000 (14:20 +0300)]
[ci-skip][IE MKLDNN] Add Precision U16 in MKLDNN (#783)
dmitrygo [Tue, 9 Jun 2020 08:00:10 +0000 (11:00 +0300)]
[TESTS] fixes after rebase
dmitrygo [Tue, 9 Jun 2020 07:28:20 +0000 (10:28 +0300)]
[CPU] mkldnn submodule up
dmitrygo [Tue, 9 Jun 2020 06:37:03 +0000 (09:37 +0300)]
[LPT] Fixed quantizeBlob routine for 3D case
Edward Shogulin [Tue, 9 Jun 2020 03:59:37 +0000 (06:59 +0300)]
[LPT] GPU tests were fixed
Edward Shogulin [Mon, 8 Jun 2020 19:59:12 +0000 (22:59 +0300)]
[LPT] [TEST] LayerTransformation test threshold was updated
Anton Voronov [Wed, 3 Jun 2020 17:01:58 +0000 (20:01 +0300)]
[CPU] Gemm node: supported precisions U8 and I8 and added tests
Edward Shogulin [Mon, 8 Jun 2020 14:15:45 +0000 (17:15 +0300)]
[LPT] FullyConnected & Gemm tests
dmitrygo [Thu, 4 Jun 2020 17:13:59 +0000 (20:13 +0300)]
[CPU] Fixed weights candidate initialization in FC node
Edward Shogulin [Thu, 4 Jun 2020 10:24:18 +0000 (13:24 +0300)]
[LPT] Gemm and FullyConnected 3D improvement
Edward Shogulin [Mon, 1 Jun 2020 07:37:39 +0000 (10:37 +0300)]
[LPT] tests extending
Edward Shogulin [Sun, 31 May 2020 19:14:54 +0000 (22:14 +0300)]
[LPT] [Test] Low precision transformations functional tests infrastructure improvement
Edward Shogulin [Sat, 30 May 2020 12:01:28 +0000 (15:01 +0300)]
[LPT] FullyConnected transformation fix
Edward Shogulin [Sat, 30 May 2020 11:31:23 +0000 (14:31 +0300)]
[nGraph] Remove Reshape for 3D FullyConnected
Edward Shogulin [Sat, 30 May 2020 10:56:01 +0000 (13:56 +0300)]
[IE COMMON] [LPT] Concat asymmetric quantization with signed interval fix
Edward Shogulin [Sat, 30 May 2020 09:57:36 +0000 (12:57 +0300)]
[IE COMMON] [LPT] Support 3D layout for FullyConnected transformation
dmitry-gorokhov [Fri, 29 May 2020 13:56:20 +0000 (16:56 +0300)]
[CPU] Added custom implementations (power=0.5, power=-1.0) for Power node
dmitry-gorokhov [Fri, 29 May 2020 13:53:59 +0000 (16:53 +0300)]
[CPU][WA] Supported 3D layout for FullyConnected primitive
Extended jit uni depthwise primitive to support 3D inputs
Nikolay Shchegolev [Tue, 9 Jun 2020 10:49:50 +0000 (13:49 +0300)]
[Common] Static analyzed issues. (#804)
Vladimir Paramuzov [Tue, 9 Jun 2020 09:26:28 +0000 (12:26 +0300)]
[IE CLDNN] Better error message when output is not found (#824)
Edward Shogulin [Tue, 9 Jun 2020 07:34:17 +0000 (10:34 +0300)]
[LPT] [TEST] LayerTransformation test threshold was updated (#828)
Maxim Andronov [Tue, 9 Jun 2020 06:59:29 +0000 (09:59 +0300)]
[CPU] fix set up config for bin conv fused (#608)
Anastasia Kuporosova [Tue, 9 Jun 2020 05:49:49 +0000 (08:49 +0300)]
[Python API] Fixate requirements versions (#830)
Anastasia Kuporosova [Tue, 9 Jun 2020 05:48:08 +0000 (08:48 +0300)]
[Python API] Fix deprecation warnings (#812)
Edward Shogulin [Mon, 8 Jun 2020 19:42:50 +0000 (22:42 +0300)]
[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>
Pavel Esir [Mon, 8 Jun 2020 18:37:44 +0000 (21:37 +0300)]
Add fixedscale(bias) components to Kaldi (#725)
* Added fixed scale(bias) components
* Successfully converted after adding fixed bias,scale components
* Added unittests
Mikhail Letavin [Mon, 8 Jun 2020 18:07:50 +0000 (21:07 +0300)]
[IE CLDNN] Fix variable initialization issues (#816)
Nikita Kudriavtsev [Mon, 8 Jun 2020 17:51:45 +0000 (20:51 +0300)]
[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
Irina Efode [Mon, 8 Jun 2020 15:44:42 +0000 (18:44 +0300)]
[IE TEST] Eltwise tests refactoring (#726)
* [IE TEST] Eltwise tests refactoring
* [IE TESTS] Fix comments
Denis Orlov [Mon, 8 Jun 2020 15:43:12 +0000 (18:43 +0300)]
[GNA] Support changing the execution mode in runtime (#801)
iliya mironov [Mon, 8 Jun 2020 15:39:40 +0000 (18:39 +0300)]
Fix unit tests for select layer. (#638)
* Fix unit tests for select layer.
Maxim Vafin [Mon, 8 Jun 2020 15:06:40 +0000 (18:06 +0300)]
Implement support for opset3 EmbeddingBag ops (#546)
* [MO] Implement EmbeddingBag_3
* Transform dynamic sub-graph of Wide and Deep into EmbeddingSegmentsSum
- Expressed SparseWeightedSum sub-graph through EmbeddingSegmentsSum
- Removed experimental SparseWeightedSum layer
- Implemented tests for the transformation
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Fix EmbeddingBag shape infer
* Fix EmbeddingSegmentsSum transformation for Wide and Deep
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Fix EmbeddingSegmentSum replacer after ports swap
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Update package_BOM.txt
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Add unit tests for EmbeddingXXX shape infer
* Fix ATen resolver
* Remove deleted files from BOM
* Add opset version to embedding_bag
* Use base class for EmbeddingBag
* Fix per_sample_weights case
* Fix EmbeddingSegmentsSum transformation
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Fix EmbeddingBag checks
* Fix ATen front transformation and merge conflicts
* Fix BOM
* Work around limitation for I64 input of W&D model
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Cleanup where operation to fix affect of WhereDecomposition transform
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Fix BOM
* Correct EmbeddingSegmentSum transform for Wide and Deep
Add casting segment ids to i32 and remove ConstToResult sub-graph.
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Update BOM with RemoveConstToResult transform
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Add more comments for RemoveConstToResult transformation
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Remove useless logging in EmbeddingSegmentsSum transformation
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Small fixes
* Move EmbeddingBag resolving back to front phase
* Improve error messages
* Fix typo in unittests
* Reimplement sparse_reshape middle transform
Avoid deprecated API.
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Clean-up graph after sparse_reshape and ConstToResult transformation
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Fix clean-up for transformations
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Fix clean-up for transformation #2
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
Konrad Dobros [Mon, 8 Jun 2020 13:44:50 +0000 (15:44 +0200)]
[IE CLDNN] Optimize 1x1 imad convolution kernel (#757)
Andrey Somsikov [Mon, 8 Jun 2020 12:08:58 +0000 (15:08 +0300)]
Add commit links to memcheck report (#820)
Tomasz Dołbniak [Mon, 8 Jun 2020 10:52:45 +0000 (12:52 +0200)]
Disable warnings-as-errors for ONNX target (#749)
* Disable warnings-as-errors for ONNX target
* Disable warnigs-as-errors for windows too
* Change WIN32 -> MSVC
Evgenya Stepyreva [Mon, 8 Jun 2020 10:00:54 +0000 (13:00 +0300)]
[ MO ] Groupped conv fusion (#797)
Fixed the group convolution fusion pass to properly get the feature dim in NCHW layout case.
Edward Shogulin [Mon, 8 Jun 2020 09:55:37 +0000 (12:55 +0300)]
[LPT] [Test] DepthToSpace sporadic fail fix (#815)
Alexander Zhogov [Mon, 8 Jun 2020 09:17:50 +0000 (12:17 +0300)]
Azure CI: increase timeout for Mac to 180 min
Vladimir Paramuzov [Sun, 7 Jun 2020 19:57:20 +0000 (22:57 +0300)]
[IE CLDNN] Enable ShuffleChannels op (#787)
Edward Shogulin [Sun, 7 Jun 2020 18:12:52 +0000 (21:12 +0300)]
[LPT] [CPU] DepthToSpace transformation (#663)
* [LPT] [TEST] LayerTransformation generalization
* [LPT] DequantizationDetails extending
* [LPT] DepthToSpace transformation implementation
Alexander Zhogov [Sat, 6 Jun 2020 12:56:24 +0000 (15:56 +0300)]
Azure: Add Ninja (#803)
* Azure: Add Ninja
* Fix 'Install Ninja' on Linux
* Fix bin dir path on Windows
* Add -Wno-unused-variable on Mac
* Add -Wno-error=unused-command-line-argument on Mac
* Set CXXFLAGS for Mac
* Improvements
* Fix BIN_DIR on Linux
Vladimir Paramuzov [Fri, 5 Jun 2020 17:16:47 +0000 (20:16 +0300)]
[IE CLDNN] Enable DepthToSpace (#780)
Enabled DepthToSpace ngraph transformat
Updated implementation to support 5d and mode parameter
fsv16 direct support
Functional tests for GPU
Daria Mityagina [Fri, 5 Jun 2020 16:57:03 +0000 (19:57 +0300)]
it is duplicate of PR: #656, but without test modification (#794)
Chance Luo [Fri, 5 Jun 2020 16:47:53 +0000 (00:47 +0800)]
Disable Hw Avg Pooling for small output tensors if excludePad=true (#772)
Kami-996 [Fri, 5 Jun 2020 13:04:59 +0000 (21:04 +0800)]
add /wd4819 to disable C4819 warning, which is treated as error in win32 (#767)
Co-authored-by: jasonlee <jasonlee@qiyi.com>
emmanuelattia-philips [Fri, 5 Jun 2020 11:46:39 +0000 (13:46 +0200)]
Fix: ITT_INCLUDE_DIR was not correctly detected (#748)
Ilya Znamenskiy [Fri, 5 Jun 2020 11:28:21 +0000 (14:28 +0300)]
[IE CLDNN] GEMM int8 optimization using MMAD macro (#635)
Anton Voronov [Fri, 5 Jun 2020 11:10:55 +0000 (14:10 +0300)]
[CPU] supported ShuffleChannels and added tests (#636)
Ilya Churaev [Fri, 5 Jun 2020 10:36:35 +0000 (13:36 +0300)]
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
Pavel Rodionov [Fri, 5 Jun 2020 10:00:58 +0000 (13:00 +0300)]
[GNA] Set default GNA library to GNA2 (#771)
dmitrygo [Thu, 4 Jun 2020 12:59:14 +0000 (15:59 +0300)]
[CPU] DepthToSpace review leftovers
Maxim Vafin [Fri, 5 Jun 2020 09:34:57 +0000 (12:34 +0300)]
Add ReduceL2 decomposition (#733)
* Add ReduceL2 decomposition
* Add ReduceL2 transformation tests
* Add const propagation unit test for ReduceL2
Denis Orlov [Fri, 5 Jun 2020 08:54:03 +0000 (11:54 +0300)]
Fix hetero mode in speech sample - set config when loading network (#786)
Ilya Churaev [Fri, 5 Jun 2020 08:22:24 +0000 (11:22 +0300)]
[SAMPLES] Use defined constant instead of string (#788)
Gladilov, Gleb [Fri, 5 Jun 2020 08:16:52 +0000 (11:16 +0300)]
[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>
Edward Shogulin [Fri, 5 Jun 2020 07:54:38 +0000 (10:54 +0300)]
[LPT] Output layers update fix (#754)
Sergey Shlyapnikov [Fri, 5 Jun 2020 07:20:58 +0000 (10:20 +0300)]
[IE CLDNN] Improve Gather performance and add fusing support (#736)
Egor Churaev [Fri, 5 Jun 2020 07:16:27 +0000 (10:16 +0300)]
[IE CLDNN] Implement NormalizeL2 int8 kernels (#720)
Ilya Churaev [Thu, 4 Jun 2020 18:21:13 +0000 (21:21 +0300)]
Avoid loading of reader if it doesn't exist (#758)
* Avoid loading of reader if it doesn't exist
* Updated error messages
Maxim Vafin [Thu, 4 Jun 2020 17:56:46 +0000 (20:56 +0300)]
Fix Proposal for the case of 2 outputs (#773)
Evgeny Lazarev [Thu, 4 Jun 2020 17:47:52 +0000 (20:47 +0300)]
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
Lukasz Debski [Thu, 4 Jun 2020 14:01:21 +0000 (16:01 +0200)]
[IE CLDNN] Permute fused ops support (#642)
Alexey Varyzgin [Thu, 4 Jun 2020 13:06:15 +0000 (16:06 +0300)]
[CPU][BF16] Default Optimisation Capability of BF16 was enabled on CPX (#647)
Maxim Vafin [Thu, 4 Jun 2020 11:48:31 +0000 (14:48 +0300)]
Add support for ONNX Pad-11 (#744)
Denis Orlov [Thu, 4 Jun 2020 11:33:09 +0000 (14:33 +0300)]
[GNA] Support 100 inputs, instead of 10 (#741)
Gorokhov Dmitriy [Thu, 4 Jun 2020 11:25:19 +0000 (14:25 +0300)]
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
Evgenya Stepyreva [Thu, 4 Jun 2020 11:18:33 +0000 (14:18 +0300)]
[ MO ] InterpolateConcat empty sources fix (#764)
Vladimir Paramuzov [Thu, 4 Jun 2020 08:14:05 +0000 (11:14 +0300)]
[IE CLDNN] Disabled sporadic detection output tests (#740)
Vladimir Paramuzov [Thu, 4 Jun 2020 07:30:46 +0000 (10:30 +0300)]
[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
Egor Churaev [Thu, 4 Jun 2020 07:25:28 +0000 (10:25 +0300)]
[IE CLDNN] Implement EmbeddingBag operations (#623)
Implemented three operations: EmbeddingBagPackedSum,
EmbeddingBagOffsetsSum and EmbeddingSegmentsSum. These operations do
the same work but have a different format of inputs.