[IE CLDNN] program_impl::replace_all_usages causes invalid memory access. (#138)
[platform/upstream/dldt.git] / ngraph / python /
2020-11-17 Ivan TikhonovTI and Sequences related transformations: transition...
2020-11-17 Jan Iwaszkiewicz[nGraph][ONNX] Rename xfails (#3061)
2020-11-17 Ivan TikhonovLSTM/GRU/RNN Sequences : support for seq_lengths input...
2020-11-16 Mateusz TabakaUpdate tolerance values for ONNX model tests (#3131)
2020-11-16 Bartosz SledzAdd ceil_mode for Max and Avg pooling (#2965)
2020-11-16 dependabot[bot]Bump wheel from 0.34.2 to 0.35.1 in /ngraph/python...
2020-11-13 Katarzyna MitrusONNX LSTM fix get_shape error (#3033)
2020-11-10 Ivan TikhonovReference implementations for Loop and TensorIterator...
2020-11-10 Mateusz Bencer[ONNX Importer] Resolved problem with incorrect opset...
2020-11-10 Andrew Bakalin[ONNX] Return NMS-5 generation (#3003)
2020-11-09 Rafal BlaczkowskiFix versions (#3027)
2020-11-09 Ilya ChuraevRemove legacy files (licenses and some scripts) (#2952)
2020-11-06 Vladimir GavrilovEnable NonMaxSuppression-5 operation and various transf...
2020-11-05 Rafal BlaczkowskiUpdate ONNX models preprocessing script (#2936)
2020-11-05 Rafal BlaczkowskiUpdate xfails (#2979)
2020-11-04 Tomasz Socha[ONNX][PyTests] Fix result datatype missmatch (#2596)
2020-11-04 Michał KarzyńskiExpand ONNX functions to sub-graphs before import ...
2020-11-02 Alexandra Sidorova[CPU] Added eltwise Round-5 (#2347)
2020-11-02 Alexander PeskovUnmark passed ONNX test
2020-10-30 Rafal BlaczkowskiImprove ngraph python api in debug mode (#2836)
2020-10-29 Nikolay Shchegolev[CPU] Enable GatherND tests in ONNX. (#2904)
2020-10-29 Anastasia Kuporosova[Python API] Remove IENetLayer class (#2755)
2020-10-29 Maxim Andronov[CPU] Add tests for SetBlob + I64 (#2402)
2020-10-29 Mateusz BencerONNX Loop (#2847)
2020-10-28 Jan Iwaszkiewicz[nGraph] Add opset5 ops to Python nGraph (#2833)
2020-10-28 Gorokhov Dmitriy[CPU] Generic JIT Eltwise implementation (#1464)
2020-10-27 Michał KarzyńskiEnable Logical Reduction tests which currently pass...
2020-10-26 Andrey ZaytsevFeature/azaytsev/merge to master (#2786)
2020-10-23 iliya mironovTransformations for hsigmoid op (#2531)
2020-10-23 Tomasz DołbniakFix the model downloader script (#2784)
2020-10-22 Jan Iwaszkiewicz[ONNX] WA for I64 images (#2411)
2020-10-22 Ilya ChuraevAdded new version of BatchNormInference (#2728)
2020-10-21 Mateusz TabakaUse MVN in GroupNorm/InstanceNorm in ONNX importer...
2020-10-21 Tomasz DołbniakUse LogSoftmax-5 in the onnx_importer (#2602)
2020-10-20 Anton ChetverikovAdd Round-5 operation (#2328)
2020-10-20 Mateusz Tabaka[ONNX] Add type conversion for Pow op inputs (#2589)
2020-10-18 Michał KarzyńskiImprove python_wheel CMake target (#2688)
2020-10-18 Michał KarzyńskiTweaks for ONNX scoreboard (#2697)
2020-10-16 Michał KarzyńskiRemove segfault marks form test_unary_op_scalar and...
2020-10-16 azhogovSet chmod +x for model_zoo_preprocess.sh
2020-10-15 Michał KarzyńskiUpdate nGraph Python API build instructions (#2610)
2020-10-15 Evgenya StepyrevaBroadcast visit_attributes fix (#2649)
2020-10-15 Mateusz TabakaUpdate test_shufflenetv2 tolerance values (#2674)
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 Maxim VafinAdd LogSoftmax-5 to ngraph (#2645)
2020-10-09 Ilya LavrenovShellcheck update (#2557)
2020-10-08 Michał KarzyńskinGraph Python API tweaks and tutorial (#2471)
2020-09-29 Rafal BlaczkowskiAdd MSFT models to OpenVino ONNX CI check (#2377)
2020-09-28 Mateusz TabakaRemove xfail_issue_36533 from ngraph tests (#2436)
2020-09-23 Piotr SzmelczynskiBug fix (#2380)
2020-09-21 Tomasz Socha[nGraph] Use additional models logic to run ONNX Model...
2020-09-18 Evgeny TalaninBump cmake version to 3.13 (#2258)
2020-09-16 Anton Potapov[PP GAPI] Addded tests to cover exisiting precision...
2020-09-15 Mateusz BencerFix running nG Python tests on Windows and update doc...
2020-09-14 Rafal BlaczkowskiAdd backend tests to ONNX OpenVino CI (#1972)
2020-09-09 Katarzyna MitrusRelaxed tolerance for fp16_inception_v1 model (#2129)
2020-09-08 Mateusz TabakaUpdate tolerance for candy model (#1967)
2020-09-08 Jan Iwaszkiewicz[nGraph] Enable u1 data type in Constant PyAPI (#2084)
2020-09-04 Tomasz DołbniakMake pybind more verbose in debug on windows (#2045)
2020-09-04 Ivan TikhonovLSTMCell/Sequence v1, reference implementations and...
2020-09-03 Ilya ChuraevRemoved attrs prefix for some layers (#2037)
2020-09-01 Jan Iwaszkiewicz[nGraph] Python tests - move to int32 (#1966)
2020-09-01 Ilya ChuraevDo not remove convert after the topK (#1950)
2020-08-27 Bartosz LesniewskiAdd support for ReduceL1 and ReduceL2 to ONNX Importer...
2020-08-27 Jan Iwaszkiewicz[nGraph] RTInfo refactor (#1806)
2020-08-25 Anton ChetverikovSoftPlus operation implementation (#1365)
2020-08-25 Mateusz TabakaAdjust tolerance values in ModelImportRunner to the...
2020-08-24 Tomasz SochaAdd reshaping of dynamic network in python tests (...
2020-08-19 Ewa TusieńChange "run_op_node" helper to use Parameter instead...
2020-08-19 Katarzyna MitrusEnable HSwish - ngraph op, fusion/decomposition and...
2020-08-19 Ivan TikhonovRemove ngraph::Lambda class, replace TensorIterator...
2020-08-18 Mateusz BencerAdd ONNX Round op (#1605)
2020-08-17 Evgeny LazarevEnable ReduceL1 and ReduceL2 operations (#1799)
2020-08-16 Pavel Esiradd preliminary support of Proposal-4 in nGraph (#1448)
2020-08-14 iliya mironovAdd asinh acosh atanh to python api (#1488)
2020-08-14 Ilya ChuraevDeprecate FusedOp class (#1758)
2020-08-13 Jan Iwaszkiewicz[nGraph] Add Manager to Py API (#1533)
2020-08-11 Jan Iwaszkiewicz[nGraph] Create Python API support for rt_info (#1696)
2020-08-11 Rafal BlaczkowskiEnable Model Zoo in OpenVINO-ONNX CI (#1660)
2020-08-11 Jan IwaszkiewiczFixed access to the data of FP16 IRs with nGraph Python...
2020-08-10 Evgeny LazarevEnable swish (#1682)
2020-08-07 Rafal BlaczkowskiEnable ngraph python tests in OpenVINO-ONNX CI (#1603)
2020-08-06 iliya mironovAdd mish fusion transformation (#1399)
2020-08-06 Roman KazantsevAdd CTCLoss op to nGraph Python API (#1642)
2020-08-06 Ilya ChuraevRemove JSON serializer (#1638)
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-04 Nadezhda Ageeva[PYTHON][nGraph] add get_type_name for element type...
2020-08-04 Rafal BlaczkowskiUpdate ONNX Python tests (#1514)
2020-08-04 Jan Iwaszkiewicz[nGraph] Public Py API to get function from cnnnetwork...
2020-08-04 Ewa TusieńRemove reverse op from pyAPI. (#1538)
2020-08-03 Tomasz Socha[nG][Python]Make model runner compatibile with python...
2020-07-31 Adam OsewskiFix typo. (#1571)
2020-07-31 Jan Iwaszkiewicz[nGraph] Py API get/set partial shape of parameter...
2020-07-30 Adam OsewskiFix false positives in ModelRunner. (#1541)
2020-07-30 Jan Iwaszkiewicz[nGraph] Matching names of functions (#1524)
2020-07-29 Jan IwaszkiewiczFix node name tests (#1507)
2020-07-29 Jan Iwaszkiewicz[nGraph] Remove legacy Python API (1) (#1504)
next