[GNA] Added tests for negative memory layer offset and split - trivial permute -...
[platform/upstream/dldt.git] / inference-engine / src /
2020-11-12 Ilya ChuraevRemoved const_cast from addOutput method (#3091)
2020-11-12 Alexandra Sidorova[CPU] Converted Pad Layer to MKLDNNNode and added more...
2020-11-12 Vladislav VolkovITT performance counters for first inference (#1741)
2020-11-12 Daria Mityagina[IE][VPU][TESTS]: support different modes for Interpola...
2020-11-12 Svetlana DolininaMove QueryState from ExecutableNetwork to InferRequest...
2020-11-11 Maksim Doronin[IE][VPU]: Implement VPU Ngraph EIP->ReorgYolo transfor...
2020-11-11 Edward Shogulin[LPT] Dequantization constant output precision handling...
2020-11-11 Maxim Kurin[IE][VPU]: Optimize swish layer and remove swish replac...
2020-11-11 Edward Shogulin[LPT] CNNNetwork LPT removal (#3035)
2020-11-11 Andrew Bakalin[IE][VPU][Tests]: Fix NMS DTS outputs naming + tests...
2020-11-11 Roman Lyamin[IE CLDNN] Added LogSoftmax-5 operation (#2945)
2020-11-11 Gleb KazantaevFix wrong statement in ConvertConvolutions transformati...
2020-11-10 Nikolay Shchegolev[CPU] Proposal layer. Check img info input. (#2456)
2020-11-10 Andrey Dmitriev[GNA] Added Multiplication 1x1x1 (#2470)
2020-11-10 Andrey Sokolov[IE][VPU]: support new operation CEILING (#3004)
2020-11-10 Andrey Dmitriev[GNA] fixed case when input connected to concat from...
2020-11-10 Ilya LavrenovOneCore toolchain (#3044)
2020-11-10 Ivan TikhonovReference implementations for Loop and TensorIterator...
2020-11-10 Krzysztof BrunieckiAdd fix for multiple_activations test (#2984)
2020-11-10 Ilya ChuraevSet friendly name in order to operate with it on visit...
2020-11-10 Anton Voronov[CPU] fixed strides filling in blocking desc (#2353)
2020-11-10 Gorokhov Dmitriy[CPU] Fixed Eltwise node endless loop in case nthreads...
2020-11-10 Mateusz BencerRevise Broadcast reference implementation (#2715)
2020-11-09 Anna Alberska[GNA] Add support for SubstituteSoftSign for pattern...
2020-11-09 Maxim Andronov[CPU] Refactored pushInput (#2910)
2020-11-06 Vladimir GavrilovEnable NonMaxSuppression-5 operation and various transf...
2020-11-06 Edward Shogulin[LPT] integration branch: Reshape fix, Concat generaliz...
2020-11-06 Ivan TikhonovLow Latency transformation (#2869)
2020-11-06 Alexandra Sidorova[CPU] Added LogSoftmax-5 support (#2743)
2020-11-06 Maxim Andronov[CPU] Added support NMS-5 (#2768)
2020-11-05 Vladimir Paramuzov[IE CLDNN] Plugin-side kernels caching (#2871)
2020-11-05 Anna Alberska[GNA] support for 3D [1,1,X] import/output (#2893)
2020-11-05 Alexey Ershov[IE][VPU] Proposal stage: fixed check for optional...
2020-11-05 Gleb KazantaevFixed disable/enable logic in PassConfig (#2940)
2020-11-05 Andrew Bakalin[IE][VPU] Fix NMS DTS (#2880)
2020-11-05 Ilya LavrenovEnable LTO only for Release (#2968)
2020-11-05 Mateusz TabakaRemove obsoleted v0::Sum op (#2938)
2020-11-05 Mateusz TabakaRemove obsoleted v0::Slice and v0::Split ops (#2908)
2020-11-05 Jozef DanieckiFix serialization of execution graph. (#2901)
2020-11-04 Vladimir Paramuzov[IE CLDNN] Added inference precision into execution...
2020-11-04 Nikolay Shchegolev[CPU] CTCLoss sporadic issue. (#2934)
2020-11-04 Tomasz Socha[ONNX][PyTests] Fix result datatype missmatch (#2596)
2020-11-03 Rafik Saliev[IE] Add batched blob support (#2203)
2020-11-03 Andrey Dmitriev[GNA] Set default compact_mode (#2895)
2020-11-03 iliya mironovAdd IR reader test for hsigmoid op (#2825)
2020-11-03 Mikhail Letavin[IE CLDNN] Fix X/Y swap in NV12 shared surface input...
2020-11-03 Andrew Bakalin[IE][VPU]: Support for Bidirectional mode in Broadcast...
2020-11-03 Andrey Sokolov[IE][VPU]: Interpolate - reuse "interp", "resample...
2020-11-03 Kamil MagierskiFix cases when identities inserted identites are separa...
2020-11-03 Krzysztof BrunieckiHandle multiple GNA devices and modes HW/SW (#2720)
2020-11-03 Andrey Dmitriev[GNA] Added export input/output names (#2601)
2020-11-03 Mateusz TabakaRemove obsoleted v0::Reshape operator (#2878)
2020-11-02 Alexandra Sidorova[CPU] Added eltwise Round-5 (#2347)
2020-11-02 Ilya LavrenovFixed FAST build mode (#2926)
2020-11-02 Alexander Peskov[CPU] Fix case with unused port in Loop body
2020-11-02 Alexander Peskov[CPU] Improve replication of passthrough Loop body
2020-11-02 Alexander PeskovMin. Additional assert in copyTIBoody
2020-11-02 Alexander Peskov[CPU] implement Loop specification of TI node
2020-11-02 Alexander Peskov[NG] Keep special purposes port info in Loop after...
2020-11-02 Alexander Peskov[IE] Improve Network topological sort in case of discon...
2020-11-02 Alexander PeskovImprove CopyTIBody util to cover disconnected graphs
2020-11-02 Mateusz TabakaRemove obsoleted v0::StopGradient op (#2935)
2020-11-02 Ilya LavrenovFixed compilation errors / warnings with clang (#2929)
2020-10-31 Svetlana DolininaAdding sinks to ngraph::Function (#2741)
2020-10-30 Maxim Kurin[IE][VPU]: GatherND layer & tests (#2710)
2020-10-30 Edward Shogulin[LPT] nGraph nodes naming fix (#2822)
2020-10-30 Ilya LavrenovAdded support for Visual Studio VERSIONINFO (#2900)
2020-10-30 Ilya LavrenovFixed compilation with ENABLE_V7_SERIALIZE=ON (#2898)
2020-10-30 Andrey Sokolov[IE][VPU][Myriad]: NMS layer optimization; support...
2020-10-30 Gladilov, Gleb[IE][VPU][GT]: Fixes Eltwise+ReLU merge for dynamic...
2020-10-30 Gladilov, Gleb[IE][VPU][GT]: Introduce Split by dynamic dimension...
2020-10-30 Bartosz LesniewskiRemove operators with existing functional tests from...
2020-10-30 Jozef DanieckiSerialization of experimental and custom ops (#2862)
2020-10-30 Gleb KazantaevFixed convertFunctionToCNNNetwork to support non unique...
2020-10-29 Nikolay Shchegolev[CPU] GatherND implementation. (#2757)
2020-10-29 Aleksandr Korolev[IE][VPU][TESTS] Fix vpu split with unusable outputs...
2020-10-29 Maxim Andronov[CPU] Add tests for SetBlob + I64 (#2402)
2020-10-29 Ilya LavrenovRemoved InferenceEngine dependency on Legacy library...
2020-10-29 Gorokhov Dmitriy[Transformations] Hswish fusion to be called before...
2020-10-29 Zoran Zomborat[IE] Add RTTI macro to ReshapeFullyConnectedFusion...
2020-10-28 Evgenya StepyrevasetBatchSize: getting rid of ConstantFolding (#2842)
2020-10-28 Evgenya Stepyreva[ SSR ] Transpose->MatMul (#2525)
2020-10-28 Vladislav Vinogradov[IE][CMAKE] Fix build issues with custom configuration...
2020-10-28 Gladilov, Gleb[IE][VPU]: Improves myriad plugin API (#2816)
2020-10-28 Gleb KazantaevAdd dynamic shape checks for legacy transformations...
2020-10-28 Gorokhov Dmitriy[CPU] Generic JIT Eltwise implementation (#1464)
2020-10-27 Maksim Doronin[IE][VPU]: Implement HSwish layer with tests (#2775)
2020-10-27 Andrey KamaevMSVC warnings fix (#2620)
2020-10-27 Monica-elena Burger[IE][VPU]: Config key to disable weights analysis pass...
2020-10-27 Polina Brzezinskaya[IE][VPU]: Bidirectional mode for broadcast on vpu...
2020-10-27 Roman Lyamin[IE CLDNN] Added Round-5 operation (#2838)
2020-10-27 Jozef DanieckiAdd nGraph function serialization. (#2579)
2020-10-26 Alexander PeskovMake MVN behaviour deterministic (#2458)
2020-10-26 Evgenya Stepyreva[SSR] Transformation mimicking oldSetBatchSize logic...
2020-10-26 Ivan TikhonovLoop operation: IE IR Reader update (#2766)
2020-10-26 Alexandra Sidorova[CPU] Added operation HSigmoid-5 (#2005)
2020-10-26 Edward Shogulin[LPT] bfloat enabling fix (#2819)
2020-10-26 Ilya LavrenovReorganize LPT: (#2803)
2020-10-26 Aleksandr Korolev[IE][VPU]: Add runtime precision info in MYRIAD plugin...
2020-10-26 Tomasz DołbniakONNX models validation tweak and test (#2798)
next