1. d69b3b2 COMPMID-2238: Implement SPACE_TO_DEPTH for CL by Michalis Spyrou · 5 years ago
  2. 4c5469b COMPMID-2225: Add interface support for new quantized data types. by Georgios Pinitas · 5 years ago
  3. 649962c COMPMID-2239 Implement DEPTH_TO_SPACE for CL by Michalis Spyrou · 5 years ago
  4. 6a4d542 COMPMID-2159 Implement Round for CL by Usama Arif · 5 years ago
  5. 1e6e1b8 COMPMID-2322: PRELU support in CLActivationLayer by giuros01 · 5 years ago
  6. ac33d7e COMPMID-2264: Implement LOG operator for CL by Usama Arif · 5 years ago
  7. 09f2497 COMPMID-2109: Remove CL/NE Width/Depth ConcatenateLayer functions. by Georgios Pinitas · 5 years ago
  8. f24411f COMPMID-2255: Implement ABS operator for CL by giuros01 · 5 years ago
  9. 5fc07aa COMPMID-2338: Remove CLGEMMInterleave4x4 and CLGEMMTranspose1xW by Gian Marco Iodice · 5 years ago
  10. 0af4418 COMPMID-2282: Implement SIN operator for CL by Michalis Spyrou · 5 years ago
  11. 3db1ba9 COMPMID-2362: Add Quantization Layer to the graph API by Isabella Gottardi · 5 years ago
  12. 52c54f6 COMPMID-2270: Implement POW operator for CL by Usama Arif · 5 years ago
  13. eb312ef COMPMID-2267: Implement NEG for CL by Usama Arif · 5 years ago
  14. 4b5c588 COMPMID-2248 L2NormalizeLayer: negative axis by Manuel Bottini · 5 years ago
  15. bcfd09a COMPMID-2177 Fix clang warnings by Michalis Spyrou · 5 years ago
  16. 46a49a0 COMPMID-1635: Optimize CLDeconvolutionLayer - Part III by giuros01 · 5 years ago
  17. 976f11f COMPMID-1995: Updated Doxygen. Included Warning that CLGEMMInterleave4x4 CLGEMMTranspose1xW will be deprecated in 19.08 release. by Usama Arif · 5 years ago
  18. a4f378d COMPMID-1995: Fix clang-tidy warnings by Michalis Spyrou · 5 years ago
  19. 8ec0bb6 COMPMID-2117 : Use FFT convolution if output feature map depth is less than input by Vidhya Sudhan Loganathan · 5 years ago
  20. 098516b COMPMID-1995: Fix memory management for weights transform in CLFFT by Georgios Pinitas · 5 years ago
  21. 050471e COMPMID-1974 : Extend CLTuner to support different of level of tuning by Vidhya Sudhan Loganathan · 5 years ago
  22. e73686a COMPMID-2047: Add support for dilation in CLDepthwiseConvolution. by Usama Arif · 5 years ago
  23. 2ec6c1e COMPMID-2110: Enable CLGEMMLowpMatrixMultiplyReshapeOnlyRHSKernel in CLGEMMLowp by Gian Marco Iodice · 5 years ago
  24. 9e4824c COMPMID-2111: ConcatenateLayer API should accept an index instead of an enum by Georgios Pinitas · 5 years ago
  25. 8be9148 COMPMID-1959: Implements 2D FFT on OpenCL by Georgios Pinitas · 5 years ago
  26. 4d0351c COMPMID-2057: Implement and test import memory interfaces. by Georgios Pinitas · 5 years ago
  27. 926afe1 COMPMID-2097: Implement a heuristic to dispatch CLGEMMReshapedOnlyRHS kernel from CLGEMM by Gian Marco Iodice · 5 years ago
  28. 8c57169 COMPMID-2062 Rework CL ConcatenateLayer by Michalis Spyrou · 5 years ago
  29. 3bfacb2 COMPMID-1318: Implementing Winograd 7x7 NHWC on OpenCL - Part III by giuros01 · 5 years ago
  30. dbfc2dc COMPMID-2069: Rework CL ML layers to run exclusively on CL. by Georgios Pinitas · 5 years ago
  31. cafec8f COMPMID-1024 Investigate concatenation for RNN/LSTM OpenCL by John Kesapides · 5 years ago
  32. 4a8ec80 Optimize CL DeconvolutionLayer-Part II: Add CLDirectDeconvolution function to be used by CLDeconvolution. by giuros01 · 5 years ago
  33. 0bc7849 COMPMID-1958: Implements 1D FFT in OpenCL. by Georgios Pinitas · 5 years ago
  34. 60f3911 COMPMID-2008: Add support for "reflect" padding mode in CLPad by Manuel Bottini · 5 years ago
  35. 8cf8c11 COMPMID-1944 Add support for "reflect" padding mode in NEPad by Usama Arif · 5 years ago
  36. 6a14adb COMPMID-1932: Implement CLHeightConcatenateLayer. by Pablo Tello · 5 years ago
  37. 2d7e683 COMPMID-1694: Fuse offset contribution with the output stage when we use NEGEMMLowpMatrixMultiplyCore by George Wort · 5 years ago
  38. e03802e COMPMID-1936: Add support for QASYMM8 in CLQuantizeLayer. by Usama Arif · 5 years ago
  39. 894066d COMPMID-1844: Implement CLCrop by George Wort · 5 years ago
  40. 574775c COMPMID-1937: Adds support for DequantizationLayer for NEON/CL. by Georgios Pinitas · 5 years ago
  41. 5209be5 COMPMID-1999: Add support for GenerateProposals operator in CL by Manuel Bottini · 5 years ago
  42. bb365de Revert "COMPMID-1329: Add support for GenerateProposals operator in CL" by Giuseppe Rossini · 5 years ago
  43. 581c898 COMPMID-1934: Doxygen online documentation errors on Firefox by Manuel Bottini · 5 years ago
  44. ebc3a90 COMPMID-1706: Fuse the bias addition within CLGEMM by Michele Di Giorgio · 6 years ago
  45. 4632e5e COMPMID-1920: Failure exit order destruction when CLTuner enabled. by Georgios Pinitas · 5 years ago
  46. a69a88b COMPMID-1915: Deconvolution doesn't work when inner_dimension_top != 0 or inner_dimension_right != 0 by giuros01 · 5 years ago
  47. b7c308a COMPMID-1887: Fixed segfault in validation tests. by Pablo Tello · 5 years ago
  48. 6d10996 COMPMID-1691: Optimize CLDepthwiseConvolutionKernel (QASYMM8/NHWC) for 3x3 kernels (stride=1 and stride=2) by giuros01 · 5 years ago
  49. db63b9c COMPMID-1698: Implementing CLGEMMLowpMatrixMultiplyReshapedKernel by Gian Marco Iodice · 5 years ago
  50. dc9b528 COMPMID-1795: Add support for NHWC in CLGenerateProposalsLayer by George Wort · 5 years ago
  51. 7ad6257 COMPMID-1727: CL: Implement Gather - support S32 indices by Manuel Bottini · 5 years ago
  52. 90313eb COMPMID-1687: Optimize CLGEMMMatrixMultiplyKernel by Gian Marco Iodice · 5 years ago
  53. dea2d2d COMPMID-1772: Implement PadV2 for NEON by Georgios Pinitas · 6 years ago
  54. 053e751 COMPMID-1758: NEON: Implement Range by Manuel Bottini · 6 years ago
  55. b412fab COMPMID-1724: CL Implement Prod by Manuel Bottini · 6 years ago
  56. 1c9efeb Issue COMPMID-1835: Remove CLGEMMInterleave4x4Kernel and replace with CLGEMMReshapeLHSMatrixKernel by giuros01 · 5 years ago
  57. cc5171b COMPMID-1677: Change ROIPooling layer interface to accept ROIs as tensors by Manuel Bottini · 5 years ago
  58. ee7c15d COMPMID-1761: NEON: Implement Pack by Isabella Gottardi · 6 years ago
  59. 5a97b28 COMPMID-1756: NEON: Implement RSqrt, Exp by George Wort · 6 years ago
  60. 8529bd6 COMPMID-1727 - CL: Implement Gather by Manuel Bottini · 6 years ago
  61. 5430369 COMPMID-1726: Implement CLUnstack. by Pablo Tello · 6 years ago
  62. 8b6b4a9 COMPMID-1836: Remove CLGEMMTranspose1xWKernel and replace with CLGEMMReshapeRHSMatrixKernel by giuros01 · 6 years ago
  63. 5e96be7 COMPMID-1722 : CL: Implement Range by Vidhya Sudhan Loganathan · 6 years ago
  64. cc6129c COMPMID-1812: CLSpaceToBatch paddings not calculated correctly by Isabella Gottardi · 6 years ago
  65. bf9731e COMPMID-1687: Optimize CLGEMMMatrixMultiplyKernel for Mali-G76 - Part1 by Gian Marco Iodice · 6 years ago
  66. 05045c1 COMPMID-1071: (3RDPARTY_UPDATE) Add depth multiplier on DepthwiseConv 3x3 NHWC by Georgios Pinitas · 6 years ago
  67. e936262 COMPMID-1719 CL: Implement RSqrt, Exp by Michalis Spyrou · 6 years ago
  68. 5daeffd COMPMID-1723: CL: Implement Reverse by Michele Di Giorgio · 6 years ago
  69. 0d0028c COMPMID-1298: Fuse ReLu activation in CLWinogradOutputTransform by Manuel Bottini · 6 years ago
  70. 8bf622a COMPMID-1073: CLDepthwiseConvolutionLayer uses the optimised path by Pablo Tello · 6 years ago
  71. 8aa985e COMPMID-1725: Implement Pack by Gian Marco Iodice · 6 years ago
  72. 164a272 COMPMID-1717: CL: Implement Maximum, Minimum, SquaredDifference by giuros01 · 6 years ago
  73. 7930db4 COMPMID-1728 CL: Implement ArgMax/ArgMin by Michalis Spyrou · 6 years ago
  74. 7900a9e COMPMID-1716: CL Comparison operations by Georgios Pinitas · 6 years ago
  75. 3175fcf COMPMID-1720: CL: Implement Tile by giuros01 · 6 years ago
  76. aaa2718 COMPMID-1734: Implement CLSelect by Georgios Pinitas · 6 years ago
  77. 303f0db COMPMID-1718: Extend DepthConvert to support Cast by Georgios Pinitas · 6 years ago
  78. 9d3a831 COMPMID-1648: CLNormalizationLayer IN_MAP_2D support for NHWC for FP32/FP16 by Michele Di Giorgio · 6 years ago
  79. df31036 COMPMID-1088: Use IMemoryRegion in interfaces where possible by Georgios Pinitas · 6 years ago
  80. c47ef20 COMPMID-1646: NEResizeBilinearLayer NHWC by Georgios Pinitas · 6 years ago
  81. 721c4cb COMPMID-1461 SSD support: Create NEON PriorBox by Michalis Spyrou · 6 years ago
  82. 60f0a41 COMPMID-1676: Change CLROIAlign interface to accept ROIs as tensors by Manuel Bottini · 6 years ago
  83. cd96a26 COMPMID-1329: Add support for GenerateProposals operator in CL by giuros01 · 6 years ago
  84. 6c7c38e COMPMID-1462 SSD support: Create CL PriorBox by Michalis Spyrou · 6 years ago
  85. 5538d34 COMPMID-1781 Add channel support in CLL2Normalization by Michalis Spyrou · 6 years ago
  86. 27400b9 COMPMID-1707: Create 3 special CLWidthConcatenate kernel to concatenate 2/4 and 8 tensors (Part 1) by Michele Di Giorgio · 6 years ago
  87. 0c54a62 COMPMID-1451: Removed output_depth3d from CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFloat by Gian Marco Iodice · 6 years ago
  88. f8defca COMPMID-1451 Fix CLL2normalize typos by Michalis Spyrou · 6 years ago
  89. 4b90865 COMPMID-1413 - Improve the performance of GEMMLowp with 8 bit dot product on OpenCL by Gian Marco Iodice · 6 years ago
  90. 51e53a3 COMPMID-1451: Perform CLOutputStage using floats. by Georgios Pinitas · 6 years ago
  91. 60e9825 COMPMID-1451: Fuse activation in DepthwiseConvolution. by Georgios Pinitas · 6 years ago
  92. c04a0e8 COMPMID-1327: Add support for BBoxTransform operator in CL by giuros01 · 6 years ago
  93. 8aaf93e COMPMID-1632 Add CLL2NormalizationLayer for NHWC and FP32 by Michalis Spyrou · 6 years ago
  94. c936917 COMPMID-1523: Fuse BN node with convolution. by Georgios Pinitas · 6 years ago
  95. 061dd36 COMPMID-1451: Fix allocation of weights in Deconvolution by Michele Di Giorgio · 6 years ago
  96. ed5a492 COMPMID-1586: Add support for NHWC CLDeconvolutionLayer by Michele Di Giorgio · 6 years ago
  97. 7e9391b COMPMID-1574 Implement ReduceMean in OpenCL by Michalis Spyrou · 6 years ago
  98. afbc5ff COMPMID-1621 Deconvolution wrong output calculation by Michalis Spyrou · 6 years ago
  99. 1887081 [COMPMID-1331] Add support for RoIAlign operator in CL by giuros01 · 6 years ago
  100. acaf21d COMPMID-286: CL colour convert to U8 by Manuel Bottini · 6 years ago