platform/upstream/dldt.git
2020-08-10 Gleb KazantaevRemoved transformations _tbl.hpp files (#1700)
2020-08-10 Evgeny LazarevEnable swish (#1682)
2020-08-10 Ilya LavrenovFixed CPU performance (#1702)
2020-08-10 Evgenya Stepyreva[ MO ] Extended Const->Result replacer (#1688)
2020-08-10 Kamil Magierski[GNA] Fix cases when Gna2ModelGetLastError() returns...
2020-08-10 Mateusz BencerExtend dynamic shape support for ops which use auto...
2020-08-10 Mateusz BencerCheck if input of Unsqueeze is parameter during NopElim...
2020-08-10 Mateusz BencerTest calculation output shape for Broadcast op, relax...
2020-08-10 Pavel Rodionov[GNA] Remove old GNA1 from Cmake scripts (#1686)
2020-08-10 Alexandra Sidorova[CPU] Added Mish activation (#1555)
2020-08-10 Evgenya Stepyreva[ KALDI ] Disable KSO (#1689)
2020-08-10 Pavel Esirremove TestMode restriction for batchnorm in Kaldi...
2020-08-10 Pavel EsirReshape able slice (#1241)
2020-08-10 Vladislav VolkovPerformance counters for nGraph and additional ITT...
2020-08-08 Gleb KazantaevUpdated ConvertPrecision transformation to be executed...
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 Konrad Dobros[IE CLDNN] Extend resample int8 packing optimization...
2020-08-07 Alexander Trifonovdocs contribution guides (#1535)
2020-08-07 iliya mironovAdd convert GluonCV docs (#1413)
2020-08-07 iliya mironovAdd mxnet extractors (#1667)
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 Ilya LavrenovMoved caseless to Plugin API (#1664)
2020-08-07 Gleb KazantaevInitial nGraph Transformations type info (#1635)
2020-08-06 Ilya LavrenovLink CMAKE_DL_LIBS to IE (#1663)
2020-08-06 iliya mironovAdd mish fusion transformation (#1399)
2020-08-06 Roman KazantsevAdd CTCLoss op to nGraph Python API (#1642)
2020-08-06 Maxim Andronov[CPU] Add check to reduce for scalar dims (#1577)
2020-08-06 Evgeny LazarevFixed extractor for MVN from ONNX (#1653)
2020-08-06 Vladislav VolkovENABLE_PROFILING_ITT option is ignored if ITT library...
2020-08-06 Mateusz TabakaReduce number of ops generated by ngraph::pass::BatchNo...
2020-08-06 Ilya LavrenovImplement unicode conversion using Windows native funct...
2020-08-06 Anton Potapov[PP GAPI] - U16toF32 conversion kernel (#1298)
2020-08-06 Ilya LavrenovRemoved not-used file utils (#1644)
2020-08-06 Ilya LavrenovMoved QueryNetworkResult to ie_common.h (#1648)
2020-08-06 Ilya ChuraevRemove JSON serializer (#1638)
2020-08-05 Ilya Lavrenov[IE CLDNN] Add push / pop macro for OpenCL header ...
2020-08-05 Andrey SomsikovAdd support for /INTEGRITYCHECK flag on Windows (#1390)
2020-08-05 Alexander ZhogovAzure CI: Update metadata API version (#1652)
2020-08-05 Alexander Chaiko[IE CLDNN] Support IC={1,2,4} in the first convolution...
2020-08-05 Alexey Ershov[IE][VPU][GT]: Added support for SoftPlus & Swish layer...
2020-08-05 Mikhail Letavin[IE CLDNN] Implement nGraph function support in QueryNe...
2020-08-05 Ilya LavrenovUpdated documentation for HETERO plugin (#1643)
2020-08-05 Bartosz LesniewskiRefactored nGraph operator tests to use TestCase (...
2020-08-05 Alexander PeskovFix missprint
2020-08-05 Alexander PeskovAdd fallback for TBB version without NUMA-aware API
2020-08-05 Alexander PeskovExternal TBB support on cmake script level
2020-08-05 Alexander PeskovFix clang build
2020-08-05 Andrew Bakalin[IE][VPU]: Optimizations for Broadcast & ROIAlign ...
2020-08-05 Anton Zaytsev[IE TESTS] Add VariadicSplit in SingleLayerTest (#1468)
2020-08-05 Mateusz BencerReference implementation to Split op (#1526)
2020-08-05 Alexander ZhogovAzure CI: Install monitoring (#1640)
2020-08-05 Vitaliy Urusovskij[Stress] Define `--timeout` in run_memcheck.py used...
2020-08-05 Ilya LavrenovRemoved CMAKE_DL_LIBS from OpenVINO ITT wrapper (#1637)
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 Maxim VafinImprove node name with port resolving (#1581)
2020-08-05 Ilya ChuraevEnable NGRAPH_DEPRECATED (#1617)
2020-08-05 Ilya ChuraevMark evaluate method as constant (#1628)
2020-08-05 Ilya LavrenovRemoved public dependency on CMAKE_DL_LIB (#1633)
2020-08-04 Ilya LavrenovAdded conversion of execution graph to old representati...
2020-08-04 Nadezhda Ageeva[PYTHON][nGraph] add get_type_name for element type...
2020-08-04 Alexander PerepelkinAllow descendants to reuse LayerTestsCommon (#1625)
2020-08-04 iliya mironovAdd asinh acosh atanh extractors (#1600)
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 Marcin PenkowskiFeature/ar24 int8 optimizations (#1208)
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 Vladislav VolkovITT library usage fixes (#1613)
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 Roman Lyamin[IE CLDNN] Added fsv16 and int8 support in BatchToSpace...
2020-08-03 Evgenya Stepyreva[ MO GroupNorm ] Covered float Multiplication with...
2020-08-03 Ilya LavrenovHide implementation of SharedObjectLoader to cpp files...
2020-08-03 Ilya ChuraevDisabled JSON library (#1599)
2020-08-03 Tomasz Socha[nG][Python]Make model runner compatibile with python...
2020-08-03 Ilya LavrenovRemoved dirty skip from tests definitions (#1591)
2020-08-03 Vitaliy Urusovskij[Stress] Remove --env_conf at all after deprecation...
2020-08-03 Vladislav VolkovCommon library to trace using Intel ITT and new perform...
2020-08-03 Ilya LavrenovRemoved ie_parallel include from task executors (#1588)
2020-08-03 Roman Lyamin[IE CLDNN] Added HSwish-4 operation (#1585)
2020-08-03 Lukasz Debski[IE CLDNN] Gather 5d/6d support (#1553)
2020-07-31 Nikita Kudriavtsev[IE][VPU]: Use the string size, including the null...
2020-07-31 Adam OsewskiFix typo. (#1571)
2020-07-31 Ilya ChuraevRemoved v0 convolution and group convolution (#1512)
2020-07-31 Alexander ZhogovRun nGraph code style check in the root of repo (#1573)
2020-07-31 Vitaliy Urusovskij[Stress] Enable OMZ info_dumper.py in get_testdata...
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-31 Alexander ZhogovGitHub CI: Add filter for newly created PRs, and labels...
2020-07-30 Alexander PerepelkinVirtual inheritance to allow inheriting test classes...
next