[PP GAPI] Addded tests to cover exisiting precision conversions done by (#1976)
[platform/upstream/dldt.git] / ngraph /
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-15 Ilya ChuraevnGraph some KW fixes (#2102)
2020-09-15 Ilya ChuraevFixed output names for case with redundant ops before...
2020-09-14 Rafal BlaczkowskiAdd backend tests to ONNX OpenVino CI (#1972)
2020-09-11 Vladislav VolkovFix for static PartialShape detection algorithm (#2106)
2020-09-10 Mateusz TabakaAdd support for custom onnx operators: DetectionOutput...
2020-09-09 Katarzyna MitrusRelaxed tolerance for fp16_inception_v1 model (#2129)
2020-09-09 Ilya ChuraevFixed AddressSanitizer issue (#2122)
2020-09-09 Michał KarzyńskiTemporarily disable ONNX Loop operator for the 2021...
2020-09-09 Katarzyna MitrusUse element type instead of F32 for constants (#2121)
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-08 Ivan TikhonovGRU/RNN/LSTM sequence ops, reference implementations...
2020-09-08 Tomasz DołbniakONNX Resize fix (#2103)
2020-09-07 Maksim Kutakov[IE TESTS] GatherTree single layer test has been create...
2020-09-07 Tomasz Dołbniakv1::AvgPooling type prop unit tests (#2013)
2020-09-07 Vladislav VolkovNgraph improvements (#2058)
2020-09-07 Tomasz DołbniakHandle Split axes as i64 (#2079)
2020-09-04 Tomasz DołbniakMake pybind more verbose in debug on windows (#2045)
2020-09-04 Jozef DanieckiHostTensor2Vector (#2027)
2020-09-04 Ivan TikhonovLSTMCell/Sequence v1, reference implementations and...
2020-09-04 Ilya ChuraevRemoved builders from public API (#2059)
2020-09-03 Vladimir GavrilovReverted conversion of Resize-10 to Interpolate-4 in...
2020-09-03 Evgeny LazarevFixed visitor for Interpolate-1 and Interpolate-4 ...
2020-09-03 Ilya ChuraevFixed a case with empty order in transpose op (#2043)
2020-09-03 Ilya ChuraevRemoved attrs prefix for some layers (#2037)
2020-09-01 Gleb KazantaevFixed replace_output_update_name method to preserve...
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-09-01 Nikolay Shchegolev[CPU] CTCLoss operation implementation. (#1482)
2020-09-01 Katarzyna Mitrus[ONNX] Enable ScatterND operator in ONNX importer ...
2020-09-01 Szymon DurawaDynamic shape cell (#1683)
2020-09-01 Vladimir GavrilovIntepolate-4 nGraph operation (#1412)
2020-09-01 Ilya ChuraevPrint friendly name instead of name to stream (#1985)
2020-09-01 Ilya ChuraevAdded documentation about supported ONNX operations...
2020-09-01 Ilya ChuraevRemoved NGRAPH_IE_ENABLE flag because it is always...
2020-08-31 Gabriele Galiero... Dynamic shape support for builder collapse (#1971)
2020-08-31 Evgeny LazarevMultiple fixes related to tickets 37105 and 37615 ...
2020-08-29 Yegor Kruglov[ MO ][ RESHAPE ] Fixes in RNNSequenceNormalize transfo...
2020-08-27 Bartosz LesniewskiAdd support for ReduceL1 and ReduceL2 to ONNX Importer...
2020-08-27 Jan Iwaszkiewicz[nGraph] RTInfo refactor (#1806)
2020-08-27 Katarzyna Mitrus[ONNX] Update ONNX importer to use SotfPlus-4 (#1959)
2020-08-27 Ilya ChuraevUse relative paths in error messages (#1963)
2020-08-26 Mateusz TabakaIntroduce Quantize-Dequantize to FakeQuantize transform...
2020-08-25 Anton ChetverikovSoftPlus operation implementation (#1365)
2020-08-25 Mateusz TabakaAdjust tolerance values in ModelImportRunner to the...
2020-08-25 Adam OsewskiReference implementation for ScatterUpdate (#1678)
2020-08-24 Tomasz Dołbniakv0::Pad operator removal (#1912)
2020-08-24 Tomasz SochaAdd reshaping of dynamic network in python tests (...
2020-08-24 Ivan TikhonovPartial revert a commit with reference implementations...
2020-08-24 Ivan TikhonovFix Assign, Matmul ops for correct work with keep_shape...
2020-08-24 Mateusz TabakaReduce number of ops needed to create InstanceNorm...
2020-08-21 Tomasz DołbniakLinux clang compilation error fix (#1891)
2020-08-21 Tomasz DołbniakAccept empty initializers from ONNX models (#1776)
2020-08-20 Ewa TusieńRemove Structural Attributes from Proposal op. (#1853)
2020-08-20 Ilya ChuraevDeprecate nGraph v0 ops and builders (#1856)
2020-08-20 Evgenya Stepyreva[ MO ] KSO ON by default (#1730)
2020-08-19 Ewa TusieńChange "run_op_node" helper to use Parameter instead...
2020-08-19 Gleb KazantaevMoved AlgebraicSimplification and NopElimination passes...
2020-08-19 Vladislav Vinogradov[NGRAPH] Fix system protoc version check in CMake ...
2020-08-19 Ilya ChuraevFixed path for pad reference impl (#1846)
2020-08-19 Katarzyna MitrusEnable HSwish - ngraph op, fusion/decomposition and...
2020-08-19 Maxim VafinAdd Range-4 support (#1552)
2020-08-19 Ivan TikhonovRemove ngraph::Lambda class, replace TensorIterator...
2020-08-18 Mateusz BencerOptimize Concat operation (#1812)
2020-08-18 Ilya LavrenovNgraph: hide itt.hpp to src (#1834)
2020-08-18 Ilya ChuraevAdd arithmetic operators for bfloat16 (#1831)
2020-08-18 Tomasz Dołbniakv1::Pad evaluator (#1771)
2020-08-18 Mateusz BencerAdd ONNX Round op (#1605)
2020-08-18 Gleb KazantaevConvertPrecision for element::boolean (#1772)
2020-08-17 Ilya LavrenovRemoved NGRAPH_API from reference library (#1821)
2020-08-17 Ilya ChuraevAdd static library with nGraph reference implementation...
2020-08-17 Evgeny LazarevEnable ReduceL1 and ReduceL2 operations (#1799)
2020-08-17 Gleb KazantaevFGTT for CF (#1792)
2020-08-17 Ilya ChuraevRemoved template headers for Fused Ops (#1780)
2020-08-17 Mateusz BencerAdd reference implementation to VariadicSplit (#1698)
2020-08-17 Nikolay Shchegolev[NGraph] CTCLoss reference implementation. (#1453)
2020-08-17 Ilya ChuraevRemove nGraph layout (#1763)
2020-08-16 Pavel Esiradd preliminary support of Proposal-4 in nGraph (#1448)
2020-08-14 Gleb Kazantaevopset4 Convolution/GroupConvolution -> Multiply fusion...
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-13 Alexander Peskov[CPU] Add explicit storage for MemoryNode (#895)
2020-08-13 Sergey LyalinTypeRelaxed implementation (#1561)
2020-08-13 Ilya ChuraevRemove some builders for old operations (#1736)
2020-08-13 Gleb KazantaevnGraph passes clean up (#1742)
2020-08-12 Mateusz TabakaImprove SpaceToDepth tests (#1661)
2020-08-12 Ilya ChuraevRemoved ngraph assertion (#1719)
2020-08-12 Ilya ChuraevRemoved cpio (#1735)
2020-08-12 Ilya ChuraevRemoved constant folding pass for reverse (#1716)
2020-08-11 Ivan TikhonovUnroll transformation for TensorIterator (#1259)
2020-08-11 Mateusz TabakaImprove DepthToSpace tests (#1659)
2020-08-11 Tomasz DołbniakMake Clip work for dynamic input (#1666)
2020-08-11 Jan Iwaszkiewicz[nGraph] Create Python API support for rt_info (#1696)
2020-08-11 Ilya ChuraevRemove GetOutputElement op (#1604)
2020-08-11 Ilya ChuraevChanged structure of nGraph core library (#1658)
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...
next