platform/upstream/dldt.git
2020-07-21 Anna KhakimovaPre-processing(GAPI): ARM(NEON) integration + Split...
2020-07-21 Ilya LavrenovSplit CNNlayer validators (#1403)
2020-07-21 Nikita Kudriavtsev[IE][VPU]: Added Gelu layer (#1195)
2020-07-21 Ilya LavrenovRemoved addLayer implementation from ngraph impl (...
2020-07-21 Ilya ChuraevRemove redundant node methods (#1324)
2020-07-20 Anna KhakimovaFix for issue (#1335)
2020-07-20 Vladislav VolkovHeader length for supported model detection is increase...
2020-07-20 iliya mironovAdd mish op to ngraph (#1187)
2020-07-20 Nikolay TyukaevDoc Migration (master) (#1377)
2020-07-20 Ivan TikhonovAdded default constructor for RNNCellBase, fix conversi...
2020-07-20 Rafal BlaczkowskiONNX CI: add docker image cleanup (#1394)
2020-07-20 Jan IwaszkiewiczAdd getting/setting friendly name for Node wrapper...
2020-07-20 Tomasz DołbniakReference implementations for ReduceLogicalAnd & Reduce...
2020-07-20 Jozef DanieckiAdd Acosh operator to ONNX importer opset4 (#1351)
2020-07-20 Vitaliy Urusovskij[Stress] Integrate compare_memcheck_2_runs call in...
2020-07-18 Ilya LavrenovRemoved tests for old IR reader (#1368)
2020-07-17 Ilya ChuraevRemoved v0 fused operations (#1263)
2020-07-17 Anton ChetverikovReduceLp operation specification (#1205)
2020-07-17 Tomasz Socha[nGraph][Py][Tests] Remove backup of old models (#1349)
2020-07-17 Alexander ZhogovCODEOWNERS: Add .ci & docs
2020-07-17 Andrew Bakalin[IE][VPU][GT]: Use topological order in shape allocatio...
2020-07-17 Ilya LavrenovFix unsafe use of CPU_ISSET_S macro. (#1357)
2020-07-17 Ilya ChuraevRemove get_arguments (#1323)
2020-07-16 Nikita Kudriavtsev[IE][VPU]: CMX limit compile option (#1268)
2020-07-16 Alexander ZhogovAzure CI: Fix cloning git submodules (#1356)
2020-07-16 Andrey Somsikovfix: inference-engine/ie_bridges/python/sample/requirem...
2020-07-16 Irina Efode[IE TESTS] Add PReLu single layer test (#1306)
2020-07-16 Rafal BlaczkowskiRevert "Header length for supported model detection...
2020-07-16 Ilya LavrenovRemove implicit conversion from getInputTo, getLayerCre...
2020-07-16 Vitaliy Urusovskij[Stress] Specify OMZ `develop` branch in get_testdata...
2020-07-16 Irina Efode[IE TESTS] Small refactoring of test infrastructure...
2020-07-16 Nadezhda AgeevaAllow python benchmark_app load onnx model (#1283)
2020-07-16 Roman KazantsevSpecify operation CTCLoss-4 (#1189)
2020-07-16 Alexander Chaiko[IE CLDNN] Adjustment of layouts to choose optimal...
2020-07-16 Vladislav VolkovHeader length for supported model detection is increase...
2020-07-16 Anton PankratvAdded default multi threaded configuration (#1310)
2020-07-16 Nikita Kudriavtsev[IE Myriad] Remove Myriad 2 from supported devices...
2020-07-16 Ilya Churaevremove nGraph deprecated methods (part 1) (#1314)
2020-07-15 Gladilov, Gleb[IE][VPU][nGraph]: Enables merging subsequent DSR opera...
2020-07-15 Gladilov, Gleb[IE][VPU][nGraph]: Fixes Reshape's shape infer method...
2020-07-15 Gladilov, Gleb[IE][VPU][nGraph]: Fixes StridedSlice DTS (#1328)
2020-07-15 Jan IwaszkiewiczAdd Input and Output class to Py API (#1284)
2020-07-15 Adam Osewski[ONNX] Exception handling refinements. (#1266)
2020-07-15 Andrew Bakalin[IE Common][Tests] saturated_cast: refactoring & tests...
2020-07-15 Jan IwaszkiewiczReverse Sequence code clean up (#1303)
2020-07-15 iliya mironovAdded mish layer doc opset (#1149)
2020-07-15 Vladimir GavrilovSpecify, review and approve operation Interpolate-4...
2020-07-14 Anton Zaytsev[IE TESTS] Add ShapeOf SingleLayerTest (#1285)
2020-07-14 Alexey Suhovupdate system requirements (#1321) (#1322)
2020-07-14 Maxim ShevtsovFix that brings back the MULTI's ability to add/remove...
2020-07-14 Edward Shogulin[LPT] FuseFakeQuantizeAndScaleShift transformation...
2020-07-14 Jedrzej Hajduczenia[IE CLDNN] WA to use bfyx format if applicable for...
2020-07-14 Jedrzej Hajduczenia[IE CLDNN] Disable inserting reorders if num_dims misma...
2020-07-14 Rafal BlaczkowskiAdd OpenVINO-ONNX CI check (#688)
2020-07-14 Andrew Bakalin[IE][VPU][Tests]: Fix M2 on deprecated tests for Stride...
2020-07-14 Adam Osewski[ONNX] Quantize linear using FakeQuantize (#1169)
2020-07-14 Adam OsewskiEnable importing of TF_NASNet_Mobile (#1252)
2020-07-14 Ilya ChuraevRemoved max pool v0 (#1277)
2020-07-14 Ilya ChuraevAdded U32 precision (#1297)
2020-07-13 Mikhail Letavin[IE CLDNN] Optimize kernel cache memory usage in GPU...
2020-07-13 Gladilov, Gleb[IE][VPU][nGraph]: Enables dynamic Reshape with non...
2020-07-13 Maxim Andronovfix strided slice neg out of bounds ends (#1177)
2020-07-13 Anastasia Kuporosova[IE Samples] Add api arg to classification sample ...
2020-07-13 Egor Churaev[IE CLDNN] LRN int8 fsv16 optimizations (#814)
2020-07-13 Maxim Andronov[CPU] Add check quantize ranges (#850)
2020-07-13 Andrey Sokolov[IE][VPU]: adjust batch - support dynamic number of...
2020-07-13 Ilya LavrenovThrow special exception if IR v7 is passed, but no...
2020-07-13 Vladislav VolkovOptimisations for binary operations broadcast. Phase...
2020-07-13 Ilya ChuraevRemove old Scatter operations (#1265)
2020-07-10 Andrew Bakalin[IE][VPU][GT]: Process StridedSlice stage on device...
2020-07-10 Gorokhov Dmitriy[TESTS] Added Comparison and Logical single layer tests...
2020-07-10 Ilya ChuraevRemoved adjoints (#1269)
2020-07-10 Bartosz Sochacki[GNA] Support in GNA plugin for power layer with non...
2020-07-10 Kamil Magierski[GNA] MemoryStateImpl (#839)
2020-07-10 Michał KarzyńskiAdd nGraph-ONNX tests (#1215)
2020-07-10 Roman KazantsevImplement ScatterND operation in MO and transform for...
2020-07-10 Ilya LavrenovSimplified usage of CNNNetworkIterator (#1260)
2020-07-10 Andrew Bakalin[IE Common] Replace static_cast with saturated one...
2020-07-10 Chenhu Wang[CPU] ScatterUpdate ScatterElementsUpdate and ScatterND...
2020-07-10 Roman Lyamin[IE TESTS] Added single layer test "Ceiling" (#1271)
2020-07-09 Maksim Doronin[IE][VPU]: Remove dataToShape edges from unsued data...
2020-07-09 Anastasia KuporosovaAdd python API codeowners (#1254)
2020-07-09 Roman Lyamin[IE CLDNN] Added Mish operation (#1125)
2020-07-09 Tomasz DołbniakFix the __repr__ function for dynamic shapes (#1210)
2020-07-09 Anton ChetverikovSwish operation specification (#1200)
2020-07-09 Anton ChetverikovSoftPlus operation specification (#1128)
2020-07-09 Tomasz Socha[nGraph] Fix reshape builder if target shape is scalar...
2020-07-09 Tomasz Socha[nGraph] Allow to use protobuf lite in onnx importer...
2020-07-09 Tomasz DołbniakONNX Imagescaler op (#1262)
2020-07-09 Mateusz BencerEnable importing TinyYOLOv2 (#1121)
2020-07-09 iliya mironovMove arithmetics spec from v1 to v4 spec docs (#1230)
2020-07-09 Roman Lyamin[IE TESTS] Added single layer tests (#1137)
2020-07-09 Vladimir Zinoviev[LPT] Eltwise Prod transformation fix (#1135)
2020-07-09 Ilya LavrenovFixed RTTI issues for ngraph::Variant (#1258)
2020-07-09 Ilya ChuraevUse ngraph.hpp in samples and documentation (#1240)
2020-07-08 Anton Zaytsev[IE TESTS] dynavic batch for mvn layer (#1010)
2020-07-08 Ilya LavrenovConversion via CNNNetworkImpl ctor (#1222)
2020-07-08 Anastasia Kuporosova[IE Tools] Update tools with new Python API (#944)
2020-07-08 Vladislav VolkovThe supported models detection improvement (#1235)
2020-07-08 Vitaliy UrusovskijFix MemCheckTests failures caused by change in OMZ...
next