[IE CLDNN] Extend supported fusing cases for scale and eltwise (#1960)
[platform/upstream/dldt.git] / inference-engine /
2020-10-22 Vladimir Paramuzov[IE CLDNN] Extend supported fusing cases for scale...
2020-10-21 Jedrzej Hajduczenia[IE CLDNN] Another try to fix multiple-kernel implement...
2020-10-21 Anton PankratvSupported threading command line options for other...
2020-10-20 Anton ChetverikovAdd Round-5 operation (#2328)
2020-10-20 Irina EfodeCleanup single_layer_tests (#2716)
2020-10-20 Maxim VafinAdd LogSoftmax-5 to MO and ngraph (#2409)
2020-10-19 Anna Likholat[JAVA] Fixed IECore constructor (#2685)
2020-10-19 Vladimir Paramuzov[IE CLDNN] DispatchData refactoring (#2508)
2020-10-19 Nikolay Shchegolev[CPU] CTCLoss performance improvement.
2020-10-19 Anton Potapov[PP GAPI] Extended plug-ins shared precision conversion...
2020-10-19 Krzysztof BrunieckiImprove GNA MT sychronization (#2553)
2020-10-19 Mateusz TabakaRevise LRN reference implementation (#2672)
2020-10-19 Ivan Tikhonov[opset5] ngraph implementation of Loop op (#2583)
2020-10-18 Roman Lyamin[IE CLDNN] Added HSigmoid operation (#2700)
2020-10-16 Ilya ChuraevSmall fix for python doc (#2696)
2020-10-16 Andrey Dmitriev[GNA][Speech sample] Add option to specify blob names...
2020-10-16 Kamil Magierski[GNA] Fix remove layer + identity layer insertion ...
2020-10-16 Ilya LavrenovAdded apiValidator post-build checks for WCOS complianc...
2020-10-16 Egor Churaev[IE CLDNN] Add FP16 axes precision to Interpolate-4...
2020-10-16 Michał KarzyńskiWorkaround for Cython issue on Python 3.8 (#2684)
2020-10-15 Gabriele Galiero... Reference Implementation for RegionYolo operator (...
2020-10-15 Katarzyna MitrusReorgYolo reference implementation (#2384)
2020-10-15 Vladimir Paramuzov[IE CLDNN] Fixes for GatherTree and ReverseSequence...
2020-10-14 Vladimir GavrilovnGraph implementation of NMS-5 (without `evaluate(...
2020-10-14 Maksim Doronin[IE][VPU]: Added DSR_Reshape tests with dynamic output...
2020-10-14 Andrew Bakalin[IE][VPU]: TopK: Relax requirement for supporting Sort...
2020-10-14 Mateusz BencerProvide ONNX external data mechanism to ReadNetwork...
2020-10-14 Roman KazantsevExtend nGraph for operation GatherND-5 and implement...
2020-10-14 Mateusz BencerFix using numpy scalars in Python API (#2520)
2020-10-14 Andrew Bakalin[IE][VPU]: Support DTS for Split (#2576)
2020-10-14 Gleb KazantaevMove legacy transformations and ops to legacy library...
2020-10-14 Ilya Lavrenovused native LTO support from cmake 3.9.6 (#2625)
2020-10-14 Ilya ChuraevDo reshape only if input shapes will be changed (#2632)
2020-10-14 Maxim VafinAdd LogSoftmax-5 to ngraph (#2645)
2020-10-14 Maksim DerbasovGeneral code fixes (#2609)
2020-10-13 Irina Efode[IE TESTS] Remove some deprecated single layer tests...
2020-10-13 Vladislav Vinogradov[IE][NGRAPH][BUILD] Enable UNITY build for more targets...
2020-10-13 Ilya LavrenovPlugin interface refactoring (#2591)
2020-10-13 Jedrzej Hajduczenia[IE CLDNN] Revert fix for profiling of multiple kernel...
2020-10-13 Vladislav Vinogradov[IE][BUILD] Fix C5208 warning under Windows (#2628)
2020-10-12 helmutgadd build option USE_SYSTEM_PUGIXML (#2502)
2020-10-12 Nikita Kudriavtsev[IE Myriad] Fix layer tests for logical_and (#2622)
2020-10-12 Ilya LavrenovFixed ODR for LTO with gcc5 (#2615)
2020-10-12 Anastasia Kuporosova[IE TOOLS] Support of models with output port in names...
2020-10-12 Ilya Znamenskiy[IE CLDNN] TopK registry spill avoiding for sort-by...
2020-10-12 Mateusz TabakaTests and docs for registering custom ONNX operators...
2020-10-12 Ilya LavrenovFixed LTO for gcc-9 (ubuntu 20.04) (#2616)
2020-10-11 Alexander PerepelkinAllow to specify both in/out precision, add in/out...
2020-10-09 Gleb KazantaevFine-Grain Transformation pipeline tuning (#2547)
2020-10-09 Ilya LavrenovShellcheck update (#2557)
2020-10-09 Mikhail Ryzhovngraph python sample (#2574)
2020-10-09 Nikita Kudriavtsev[IE][VPU]: Added wrapper for LogicalNot layer (#2562)
2020-10-08 Jedrzej Hajduczenia[IE CLDNN] Fix profiling of multiple kernel implementat...
2020-10-08 Mikołaj Życzyński[IE CLDNN] Refreshment of convolution_gpu_fs_byx_fsv32...
2020-10-08 Gleb KazantaevUpdated ConstantFolding pass to propagate friendly...
2020-10-08 Liubov Batanina[IE Tests] Added NormalizeL2 tests (#2327)
2020-10-07 Denis OrlovPort 2021.1 documentation updates for GNA plugin and...
2020-10-07 Vladislav Vinogradov[IE][TOOLS] Improvements for compile_tool (#2555)
2020-10-06 Ilya LavrenovMoved WA for legacy includes to dev package (#1712)
2020-10-06 Kamil Magierski[GNA] Issue 39975 - cascade concat fix (#2486)
2020-10-06 Kamil Magierski[GNA] FIX CopyLayerPass for concat parent cases (#2485)
2020-10-06 Kamil Magierski[GNA] Fix LSTM Cell channel C being 0 on output (#1174)
2020-10-05 Ilya LavrenovShellcheck tests for bash scripts (#2532)
2020-10-05 Andrey BabushkinRevert "Sync GNA lib calls to avoid multi threads and...
2020-10-05 Andrew Bakalin[VPU][IE] Disable ConvertMinimum transformation for...
2020-10-05 Krzysztof BrunieckiSync GNA lib calls to avoid multi threads and plugins...
2020-10-05 Anton PankratvRemoved similar behaviour tests (#2528)
2020-10-05 Vladislav Vinogradov[IE][TESTS][CMAKE] Add -Wno-deprecated-copy compile...
2020-10-05 Aleksandr Korolev[IE TESTS] move MultipleAllocations test to nightly...
2020-10-02 Sergey Shlyapnikov[IE CLDNN] Fix eltwise fused ops in NO_PITCH_SAME_DIMS...
2020-10-02 Sergey Shlyapnikov[IE CLDNN] Fix unsupported dims number error (#2453)
2020-10-02 Artemy SkrebkovUpdate fluid to 7c22cd49a7eb76ae1d9606672ee467fb52383de...
2020-10-02 Irina Efode[IE Tests] Added test filters for gpuFuncTests target...
2020-10-02 Irina Efode[IE Tests] Added test filters for cpuFuncTests target...
2020-10-02 Irina Efode[IE Tests] Added test filters for gnaFuncTests target...
2020-10-02 Irina Efode[IE Tests] Added test filters for myriadFuncTests targe...
2020-10-02 Sergey Nesterov[IE CLDNN] Changed the way of using fused ops to use...
2020-10-02 Jedrzej Hajduczenia[IE CLDNN] Remove debug code from reference_convolve...
2020-10-01 Roman DonchenkoIECore.read_network: accept arbitrary PathLike objects...
2020-10-01 Gleb KazantaevMove passes to CommonOptimizations (#2442)
2020-10-01 Andrey Dmitriev[GNA]specific execution order for delayer copy layer...
2020-10-01 Mikhail KozlovFix virtual class inheritance for single layer test...
2020-10-01 Egor ChuraevSupport operation Interpolate-4 in OpenVINO (#1596)
2020-10-01 Mikhail RyzhovDowngrade cmake for samples (#2372) (#2434)
2020-09-30 Vladislav VolkovMKLDNN nodes factory improvements (#2252)
2020-09-29 Eugene Smirnov[GNA] fixed conversion from fp16 to fp32 networks in...
2020-09-29 helmutgdon't attempt to install an external tbb (#2390)
2020-09-29 Anna Alberska[GNA] clear input scale factor from configuration for...
2020-09-29 Eugene Smirnov[IE][TESTS] Test params generator: fixed conversion...
2020-09-28 Ilya LavrenovAdded link options for cross-compilation (#2399)
2020-09-28 Vladislav Vinogradov[CMAKE] Introduce FASTER_BUILD experimental feature...
2020-09-28 Andrey MarkelovFix tile layer test header (#2315)
2020-09-28 Evgeny Latkin[IE][VPU]: Disables data type check of temp buffer...
2020-09-28 Anton PankratvFixed canStartSeveralAsyncInsideCompletionCallbackWithS...
2020-09-28 Krzysztof BrunieckiReturn REQUEST_NOT_READY if GNA Wait returns busy statu...
2020-09-25 Anton PankratvHolder test thread safe for all (#2425)
2020-09-25 Andrew Bakalin[IE][VPU]: Supports I32 for some eltwise precisions...
2020-09-25 Aleksandr Korolev[IE][VPU]: Reduce tests execution time (#2378)
2020-09-24 Gladilov, Gleb[IE][VPU]: Fixes addCopyForOutputsInsideNetwork (#2393)
2020-09-24 Andrey Sokolov[IE][VPU]: Reduces memory consumption by temporary...
next