platform/upstream/dldt.git
2020-09-04 iliya mironovAdd Mish with SoftPlus transformation (#1815)
2020-09-04 Anton PankratvHetero plugin dump dot file using ngraph pass (#2042)
2020-09-04 Alexey Varyzgin[CPU][BF16] bf16 for Gemm or MatMul was enabled (#1920)
2020-09-04 Chenhu Wang[CPU] Interpolate operation implementation (#1465)
2020-09-04 Jedrzej Hajduczenia[IE CLDNN] Fix i8 regression on single-image-super...
2020-09-04 Ivan TikhonovLSTMCell/Sequence v1, reference implementations and...
2020-09-04 Ilya ChuraevRemoved builders from public API (#2059)
2020-09-03 Vitaliy UrusovskijFirst time to inference POC (#1964)
2020-09-03 Vladimir GavrilovReverted conversion of Resize-10 to Interpolate-4 in...
2020-09-03 Evgeny Latkin[IE][VPU]: allocate maximum shaves for mish activation...
2020-09-03 Ilya Znamenskiy[IE CLDNN] Fix result storing in leftover's branch...
2020-09-03 Vladimir Paramuzov[IE CLDNN] Fallback to FP16 for non-quantized layers...
2020-09-03 Dmitry Kurtaev[IE][VPU][Watchdog]: Reduce CPU usage for idle VPU...
2020-09-03 Anna KhakimovaAVX2/AVX512 32FC1 Resize (#1788)
2020-09-03 Evgeny LazarevFixed visitor for Interpolate-1 and Interpolate-4 ...
2020-09-03 Anastasia Kuporosova[Python Tools] Replace use of layers in cross-check...
2020-09-03 iliya mironovFix version print (#2022)
2020-09-03 Dmitry Sfixed python & glib vers differences (#2057)
2020-09-03 Ilya ChuraevFixed a case with empty order in transpose op (#2043)
2020-09-03 Pavel Rodionov[GNA] Move old headers (#2002)
2020-09-03 Andrey Dmitriev[GNA] Fixed case of unconnected output of split layer...
2020-09-03 Gleb KazantaevFix ConvBiasFusion pass for some rare cases (#2032)
2020-09-03 Ilya ChuraevRemoved attrs prefix for some layers (#2037)
2020-09-02 Evgenya Stepyreva 38009: InterpolateReshape fix for TensorFlow style...
2020-09-02 Evgeny LazarevMO docs update reshape and deprecate (#2021)
2020-09-02 Anton RomanovAdded Conda CentOS documentation 2020.4 (#2010)
2020-09-02 Evgeny LazarevUpdated ConcatOptimization to support Concat with 0D...
2020-09-02 Lukasz Debski[IE CLDNN] Fixing eltwise input sizes (#2017)
2020-09-02 Mikołaj Życzyński[IE CLDNN] Reduce b_fs_yx_fsv16 optimized kernel (...
2020-09-02 Konrad Dobros[IE CLDNN] Add fc kernel for bfyx with batches (#1946)
2020-09-01 Konrad Dobros[IE CLDNN] Add verbose macros for reorder_inputs (...
2020-09-01 Vladimir Paramuzov[IE CLDNN] First conv 3d imad (#1935)
2020-09-01 Pavel Rodionov[GNA] Improve ReadHeader (#1843)
2020-09-01 Gleb KazantaevFixed replace_output_update_name method to preserve...
2020-09-01 Gleb KazantaevFixed SoftPlusDecomposition transformation (#2011)
2020-09-01 Jan Iwaszkiewicz[nGraph] Python tests - move to int32 (#1966)
2020-09-01 RomanZm[IE CLDNN] ScatterUpdate layer added (#1839)
2020-09-01 Anna Alberska[GNA] RemovePermutationsNHWCToNCHWPass - check whether...
2020-09-01 Lukasz Debski[IE CLDNN] Loosen restrictions on channels in 3d fsv16...
2020-09-01 Vladimir Paramuzov[IE CLDNN] Disabled choose_impl call for generic nodes...
2020-09-01 Ilya ChuraevDo not remove convert after the topK (#1950)
2020-09-01 Roman Vyunov... [IE][VPU]: Customer model compilation error - fix(...
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 Ilya LavrenovRemoved useless export from readers (#2009)
2020-08-31 Pavel Esir[MO] Fix when Crop asks for MXNet specific cmdarg ...
2020-08-31 Evgenya Stepyreva[ MO ] DepthToSpace & ShuffleChannels fusion (#2001)
2020-08-31 Alexander Chaiko[IE CLDNN] Restrict bsv16_fsv16 convolution to int8...
2020-08-31 Ilya LavrenovFixed compilation with private plugins (#1997)
2020-08-31 Evgeny LazarevMultiple fixes related to tickets 37105 and 37615 ...
2020-08-31 Konrad Dobros[IE CLDNN] Improve performance of fc block fp16 impleme...
2020-08-31 Ilya LavrenovFixed compilation when NGRAPH_INTERP is not enabled...
2020-08-30 Ilya LavrenovAdded note about QueryNetwork (#1965)
2020-08-29 Yegor Kruglov[ MO ][ RESHAPE ] Fixes in RNNSequenceNormalize transfo...
2020-08-29 Maksim Doronin[IE][VPU]: firmware update (#1973)
2020-08-28 Andrey Dmitriev[GNA] Added fix for eltwise layer with more 65k element...
2020-08-28 Evgeny Latkin[IE][VPU]: ignore 2nd output of Proposal layer (#1975)
2020-08-28 Roman KazantsevImplement reshapeable CTCGreedyDecoderPlusSparseToDense...
2020-08-28 Anna Alberskarefactor import network (#1871)
2020-08-28 Mateusz BencerNormalizeL2 transformation (#1892)
2020-08-27 Tai-MinFix the case when run stage of verification scripts...
2020-08-27 Vladimir Paramuzov[IE CLDNN] Cleanup part 2 (#1865)
2020-08-27 Alexey SuhovUpdate install_openvino_dependencies.sh for Ubuntu...
2020-08-27 Mikhail Letavin[IE CLDNN] Move iGPU to first position in GPU device...
2020-08-27 Andrey Sokolov[IE][VPU]: ROIAlign : use CHWc version (#1937)
2020-08-27 Yuliya MaskinaGVA/Update install_openvino_dependencies.sh for GVA...
2020-08-27 Nazmul Alommade compatible with ubuntu 20.04 (#1798)
2020-08-27 Vladimir Paramuzov[IE CLDNN] Improved GWS for 3d fsv16 eltwise (#1957)
2020-08-27 Dmitry Kurtaev[JAVA] Use JUnit 4 features to log Java tests log ...
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 Alexey SuhovUpdate README.md (#1969)
2020-08-27 Katarzyna Mitrus[ONNX] Update ONNX importer to use SotfPlus-4 (#1959)
2020-08-27 Anastasia Kuporosova[Samples] Use get_ops for iteration over graph in sampl...
2020-08-27 Ilya ChuraevUse relative paths in error messages (#1963)
2020-08-27 Alexey Varyzgin[CPU] [MSVC] memcpy and memcpy_s were unified for all...
2020-08-27 Anton ChetverikovUpdate priorbox extenders (#1925)
2020-08-27 Evgeny LazarevMO fusing activations (#1942)
2020-08-27 Evgenya StepyrevaExperimentalDetectron* shape infer old-style (#1962)
2020-08-27 Vladimir Paramuzov[IE CLDNN] Mixed mode support for proposal primitive...
2020-08-27 Evgenya Stepyreva[MO] Relax Reshape layer hardcode under MatMul (#1921)
2020-08-27 Evgeny LazarevAdded workaround for logical elementwise operations...
2020-08-26 Jedrzej Hajduczenia[IE CLDNN] Fix fused ops in 1x1 conv fsv16 kernel ...
2020-08-26 Vladimir Paramuzov[IE CLDNN] Fixed memory allocation for case when usm...
2020-08-26 Ilya ChuraevFixed mean image support for IR v10 (#1926)
2020-08-26 Mikhail RyzhovModified samples to support ONNX models (#1680)
2020-08-26 Artyom Anokhov[SCRIPTS] install_NEO_OCL_driver.sh: Added verifying...
2020-08-26 Roman KazantsevEnable eager execution while TensorFlow 2 model is...
2020-08-26 Anton PankratvFixed threading configuration parameters (#1919)
2020-08-26 Vladimir Paramuzov[IE CLDNN] int8 output support in fsv16 dw conv (#1886)
2020-08-26 Kamil MagierskiDisable CanConvertFromAOTtoSueModel test (#1949)
2020-08-26 Anton PankratvQuery network should return all supported layers (...
2020-08-26 Maksim Kutakov[IE TESTS] Add Reverse Seq single layer test (#1933)
2020-08-26 Sergey Shlyapnikov[IE CLDNN] Weights reorders optimization (#1542)
next