Move downgrade passes to pass folder (#1675)
[platform/upstream/dldt.git] / ngraph /
2020-08-07 Ilya ChuraevMove downgrade passes to pass folder (#1675)
2020-08-07 Maxim Andronov[NGraph] Add scatterNDUpdate and scatterUpdate referenc...
2020-08-07 Ilya ChuraevMoved frontends to separate folder (#1657)
2020-08-07 Ilya LavrenovAdded compilation of Plugin API headers with strict...
2020-08-07 Rafal BlaczkowskiEnable ngraph python tests in OpenVINO-ONNX CI (#1603)
2020-08-07 Maxim Andronov[CPU] Add support 4th and 5th input DetectionOutput...
2020-08-07 Gleb KazantaevInitial nGraph Transformations type info (#1635)
2020-08-06 iliya mironovAdd mish fusion transformation (#1399)
2020-08-06 Roman KazantsevAdd CTCLoss op to nGraph Python API (#1642)
2020-08-06 Mateusz TabakaReduce number of ops generated by ngraph::pass::BatchNo...
2020-08-06 Ilya ChuraevRemove JSON serializer (#1638)
2020-08-05 Bartosz LesniewskiRefactored nGraph operator tests to use TestCase (...
2020-08-05 Mateusz BencerReference implementation to Split op (#1526)
2020-08-05 Rafal BlaczkowskiUpdate xfail status of onnx python tests (#1639)
2020-08-05 Michał KarzyńskiChange working directory in setup.py (#1624)
2020-08-05 Ilya ChuraevEnable NGRAPH_DEPRECATED (#1617)
2020-08-05 Ilya ChuraevMark evaluate method as constant (#1628)
2020-08-04 Nadezhda Ageeva[PYTHON][nGraph] add get_type_name for element type...
2020-08-04 Rafal BlaczkowskiUpdate ONNX Python tests (#1514)
2020-08-04 Gabriele Galiero... Ngraph unit tests refactoring: part 2 (#1518)
2020-08-04 Ivan TikhonovAlign with the specification SpaceToBatch, BatchToSpace...
2020-08-04 Jan Iwaszkiewicz[nGraph] Public Py API to get function from cnnnetwork...
2020-08-04 Ilya ChuraevRemoved constant folding for Tile op (#1595)
2020-08-04 Ewa TusieńRemove reverse op from pyAPI. (#1538)
2020-08-04 Sergey LyalinHierarchical extension to nGraph RTTI (#1245)
2020-08-04 Ilya ChuraevRemoved reshape and transpose constant folding passes...
2020-08-03 Gleb Kazantaevngraph::pass::ConvertPrecision transformation (#1312)
2020-08-03 Evgenya Stepyreva[ nG GRUCell ] Allowed dynamic input shape (#1606)
2020-08-03 Ilya ChuraevUse clone_function instead of specialize_function ...
2020-08-03 Tomasz Socha[nG][Python]Make model runner compatibile with python...
2020-08-03 Vladislav VolkovCommon library to trace using Intel ITT and new perform...
2020-07-31 Adam OsewskiFix typo. (#1571)
2020-07-31 Ilya ChuraevRemoved v0 convolution and group convolution (#1512)
2020-07-31 Roman KazantsevFix for CTCLoss in NGraph (#1563)
2020-07-31 Jan Iwaszkiewicz[nGraph] Py API get/set partial shape of parameter...
2020-07-30 Ilya ChuraevRemoved classes for DistributedInterface, State and...
2020-07-30 Ilya ChuraevRemoved v0 builders (#1528)
2020-07-30 Ilya ChuraevChanged visibility of nGraph node methods (#1544)
2020-07-30 Adam OsewskiFix false positives in ModelRunner. (#1541)
2020-07-30 Jan Iwaszkiewicz[nGraph] Matching names of functions (#1524)
2020-07-30 Jozef DanieckinGraph unit tests refactoring (#1495)
2020-07-29 Katarzyna MitrusNodeVector -> OutputVector replacement (#1272)
2020-07-29 Szymon DurawaRefactor tests to use TestCase class (#1517)
2020-07-29 Jan IwaszkiewiczFix node name tests (#1507)
2020-07-29 Jan Iwaszkiewicz[nGraph] Remove legacy Python API (1) (#1504)
2020-07-29 Adam OsewskiONNX Model runner (#1415)
2020-07-29 Ilya ChuraevRemoved redundant methods from function and util (...
2020-07-28 Adam OsewskiTreat 1d single-element tensors as scalars. (#1498)
2020-07-28 Jan IwaszkiewiczAdd atanh to onnx importer opset4 (#1425)
2020-07-28 Ilya ChuraevRemove old transformation passes (#1463)
2020-07-28 Ilya ChuraevRemoved v0 operations from AlgebraicSimplufication...
2020-07-28 Ilya ChuraevFixed incorrect logic in detection of result shape...
2020-07-27 Gleb KazantaevnGraph Transformations refactoring (#931)
2020-07-27 Mateusz BencerAdd support (limited, based on Interpolate-1) to Resize...
2020-07-27 Irina Efode[IE NGRAPH] Remove default values in InterpolateAttr...
2020-07-27 Mateusz TabakaAdd tests for ArgMin/ArgMax with float inputs (#1429)
2020-07-27 Ilya ChuraevRemoved v0 CropAndResize and EmbeddingLoop operations...
2020-07-27 Irina Efode[IE TESTS] Add Interpolate single layer test (#1456)
2020-07-27 Ilya ChuraevRemoved BroadcastDistributed (#1430)
2020-07-23 iliya mironovAdd acosh asinh atanh to opset3 ngraph (#1278)
2020-07-23 Gabriele Galiero... Add asinh to onnx importer opset4 (#1436)
2020-07-23 Ilya ChuraevRemove deprecated methods from node (#1369)
2020-07-23 Andrew Bakalin[IE][VPU][NGraph] Move dynamic NMS from common to vpu...
2020-07-22 Adam OsewskiTest fix import of ONNX model in serialized Protobuf...
2020-07-22 Roman KazantsevExtend nGraph for operation CTCLoss (#1236)
2020-07-22 Ilya ChuraevReplaced copy_with_new_args() to clone_with_new_inputs...
2020-07-22 Ewa TusieńExpose OpSets as part of nGraph PythonAPI (#1261)
2020-07-22 Ewa TusieńUpdate list of tests passing/failing using TestCase...
2020-07-22 Ilya ChuraevRemoved is_parameter, is_constant and is_output (#1408)
2020-07-21 Ilya ChuraevRemoved redundant licenses (#1392)
2020-07-21 Ilya ChuraevRemove redundant node methods (#1324)
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 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-17 Ilya ChuraevRemoved v0 fused operations (#1263)
2020-07-17 Tomasz Socha[nGraph][Py][Tests] Remove backup of old models (#1349)
2020-07-17 Ilya ChuraevRemove get_arguments (#1323)
2020-07-16 Irina Efode[IE TESTS] Add PReLu single layer test (#1306)
2020-07-16 Ilya Churaevremove nGraph deprecated methods (part 1) (#1314)
2020-07-15 Gladilov, Gleb[IE][VPU][nGraph]: Fixes Reshape's shape infer method...
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 Jan IwaszkiewiczReverse Sequence code clean up (#1303)
2020-07-14 Rafal BlaczkowskiAdd OpenVINO-ONNX CI check (#688)
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 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 Vladislav VolkovOptimisations for binary operations broadcast. Phase...
2020-07-13 Ilya ChuraevRemove old Scatter operations (#1265)
2020-07-10 Ilya ChuraevRemoved adjoints (#1269)
2020-07-10 Michał KarzyńskiAdd nGraph-ONNX tests (#1215)
2020-07-10 Roman KazantsevImplement ScatterND operation in MO and transform for...
2020-07-09 Tomasz DołbniakFix the __repr__ function for dynamic shapes (#1210)
2020-07-09 Tomasz Socha[nGraph] Fix reshape builder if target shape is scalar...
next