Disable test ExecGraphSerializationTest.ExecutionGraph_CPU (#3097)
[platform/upstream/dldt.git] / inference-engine /
2020-11-12 Alexander PerepelkinDisable test ExecGraphSerializationTest.ExecutionGraph_...
2020-11-12 Andrew Bakalin[IE][VPU]: GatherND DTS transformation (#3025)
2020-11-12 Elizaveta Lobanova[GNA] Added tests for negative memory layer offset...
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-12 Mikhail TreskinSummary report generator for layer and subgraph tests...
2020-11-11 Maksim Doronin[IE][VPU]: Implement VPU Ngraph EIP->ReorgYolo transfor...
2020-11-11 Ilya LavrenovDon't build extra module if it doesn't have cmake files...
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 Roman DonchenkoFix spelling errors in samples and documentation (...
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 Jedrzej Hajduczenia[IE CLDNN] Add asymmetric quantization support to refer...
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 Andrey Dmitriev[GNA] Added fix for export scores (#3009)
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 Nikita Kudriavtsev[IE][Myriad] Fixing global_lock_fd locking in mvnc...
2020-11-10 Ilya ChuraevSet friendly name in order to operate with it on visit...
2020-11-10 Liubov Batanina[IE TESTS] Replaced size_t with int64_t (#2699)
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 Maxim Kurin[OpenCL] movi-cltools-20.09.2 (#2912)
2020-11-06 Alexandra Sidorova[CPU] Added LogSoftmax-5 support (#2743)
2020-11-06 Mateusz TabakaRemove deprecated v0::TopK (#2947)
2020-11-06 Vladimir Paramuzov[IE CLDNN] Removed unused conv kernels (#2995)
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 LavrenovMoved find_package(TBB) inside set_ie_threading_interfa...
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 testcase CheckExecGraphInfoSerialization (#2973)
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 Jedrzej Hajduczenia[IE CLDNN] Add asymmetric quantization support to fsv16...
2020-11-04 Sergey Shlyapnikov[IE CLDNN] Convolutition optimizations for small channe...
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 Irina Efode[IE TESTS] Fix reg exp for issue 42029 (#2957)
2020-11-03 Mikhail RyzhovAligned python read_network() with C/C++ behaviour...
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 Ilya ChuraevFixed README (#2948)
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-03 Anton RomanovAdded check in hello sample (#2896)
2020-11-02 Ilya LavrenovCompilation with MSVC for ARM (#2928)
2020-11-02 Alexandra Sidorova[CPU] Added eltwise Round-5 (#2347)
2020-11-02 Ilya LavrenovFixed FAST build mode (#2926)
2020-11-02 Aleksandr Korolev[IE TESTS] Split Layer Test refactoring (#2915)
2020-11-02 Andrey KamaevRemove remaining Myriad-2 references (#2853)
2020-11-02 Bartek SzmelczynskiVisitor API deserialization - create models for ops...
2020-11-02 Vladimir Paramuzov[IE CLDNN] Fixed unitialized parameters in resample...
2020-11-02 Alexander Peskov[TEST] One more trivival loop test
2020-11-02 Alexander Peskov[CPU] Fix case with unused port in Loop body
2020-11-02 Alexander Peskov[TEST] One more trivial test case on Loop
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[TEST] Several more Loop test with static shapes
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[TEST] improve data utils
2020-11-02 Alexander PeskovAvoid '-' symbol for test name
2020-11-02 Alexander PeskovLoop tests enabled back
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-11-01 Andrey BabushkinTemporarily skip ExecGraphTests.CheckExecGraphInfoSeria...
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)
next