1. 4d0351c COMPMID-2057: Implement and test import memory interfaces. by Georgios Pinitas · 5 years ago
  2. a4bba9c COMPMID-1995: Fix 32-bit NEDepthwiseConvolution errors. by Georgios Pinitas · 5 years ago
  3. 926afe1 COMPMID-2097: Implement a heuristic to dispatch CLGEMMReshapedOnlyRHS kernel from CLGEMM by Gian Marco Iodice · 5 years ago
  4. 8c57169 COMPMID-2062 Rework CL ConcatenateLayer by Michalis Spyrou · 5 years ago
  5. da953f2 COMPMID-2098: Scope handling of memory group resources. by Georgios Pinitas · 5 years ago
  6. 9f15c5e COMPMID-2062 Rework NEON ConcatenateLayer by Michalis Spyrou · 5 years ago
  7. 7191aaa COMPMID-2101: DenseNet issue on NHWC by Georgios Pinitas · 5 years ago
  8. 86cfffe COMPMID-2099: Enable dummy threads in CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel by Gian Marco Iodice · 5 years ago
  9. 3bfacb2 COMPMID-1318: Implementing Winograd 7x7 NHWC on OpenCL - Part III by giuros01 · 5 years ago
  10. dbfc2dc COMPMID-2069: Rework CL ML layers to run exclusively on CL. by Georgios Pinitas · 5 years ago
  11. cafec8f COMPMID-1024 Investigate concatenation for RNN/LSTM OpenCL by John Kesapides · 5 years ago
  12. 62251f7 COMPMID-2002: Implement CLGEMMLowpMatrixMultiplyReshapedOnlyRHS - Transposed by Gian Marco Iodice · 5 years ago
  13. 4a8ec80 Optimize CL DeconvolutionLayer-Part II: Add CLDirectDeconvolution function to be used by CLDeconvolution. by giuros01 · 5 years ago
  14. cadb368 COMPMID-1995: Fixed graph fusion mutator for float types. by Georgios Pinitas · 5 years ago
  15. 0bc7849 COMPMID-1958: Implements 1D FFT in OpenCL. by Georgios Pinitas · 5 years ago
  16. 47d39dc COMPMID-1975: Update depthwise convolution. by Georgios Pinitas · 5 years ago
  17. 2d2551e COMPMID-2042: Extend the documentation of the configurable GEMM on OpenCL by Manuel Bottini · 5 years ago
  18. 60f3911 COMPMID-2008: Add support for "reflect" padding mode in CLPad by Manuel Bottini · 5 years ago
  19. f52cd78 COMPMID-1995: Minor code fixes. by Georgios Pinitas · 5 years ago
  20. 8cf8c11 COMPMID-1944 Add support for "reflect" padding mode in NEPad by Usama Arif · 5 years ago
  21. ec69975 COMPMID-2076: Add StackLayer to the graph API by Michele Di Giorgio · 5 years ago
  22. 89890c6 COMPMID-2066: Create reference implementation for reflect and symmetric paddings by Usama Arif · 5 years ago
  23. 6a14adb COMPMID-1932: Implement CLHeightConcatenateLayer. by Pablo Tello · 5 years ago
  24. 0ae5de9 COMPMID-1995: Prepare Graph to support different input/output quantization info by Isabella Gottardi · 5 years ago
  25. b0c5037 COMPMID-2043: Add support for "dummy threads" in CLGEMMReshaped by Gian Marco Iodice · 5 years ago
  26. 1461383 COMPMID-1995: Update RSH GEMM assembly kernels. by Georgios Pinitas · 5 years ago
  27. 3dd5b68 COMPMID-1933: Implement NEHeightConcatenateLayer. by Pablo Tello · 5 years ago
  28. 6fa2638 COMPMID-1995: Fix compiler issues for invalid min,max arguments. by Georgios Pinitas · 5 years ago
  29. 2d7e683 COMPMID-1694: Fuse offset contribution with the output stage when we use NEGEMMLowpMatrixMultiplyCore by George Wort · 5 years ago
  30. e03802e COMPMID-1936: Add support for QASYMM8 in CLQuantizeLayer. by Usama Arif · 5 years ago
  31. 917959c COMPMID-1281 Investigate concatenation for RNN/LSTM NEON by John Kesapides · 5 years ago
  32. 894066d COMPMID-1844: Implement CLCrop by George Wort · 5 years ago
  33. adfb273 COMPMID-1935 Add support for QASYMM8 in NEQuantizeLayer by John Kesapides · 5 years ago
  34. a42f55f COMPMID-1995: Allow weights and bias to be passed as SubStream in FullyConnectedLayer by Michele Di Giorgio · 5 years ago
  35. acce504 COMPMID-1740: Fuse batch normalization with Convolution Layer at graph level by giuros01 · 5 years ago
  36. adc5395 COMPMID-2000: Implement CLGEMMMatrixMultiplyReshapedOnlyRHS - Transposed by Gian Marco Iodice · 5 years ago
  37. 574775c COMPMID-1937: Adds support for DequantizationLayer for NEON/CL. by Georgios Pinitas · 5 years ago
  38. 79fa9a2 COMPMID-2009: Add support for QASYMM8 in NEPixelWiseMultiplicationKernel by Manuel Bottini · 5 years ago
  39. 05398a9 COMPMID-1843: Implement NECrop by George Wort · 5 years ago
  40. 6a2b6e8 COMPMID-2010: Add support for QASYMM8 in NEArithmeticSubtractionKernel by Manuel Bottini · 5 years ago
  41. fc1da13 COMPMID-1946: Implement NEBatchToSpace by giuros01 · 5 years ago
  42. fb68ca1 COMPMID-1490 Create graph_convolution.cpp by John Kesapides · 5 years ago
  43. ba36825 COMPMID-1947: Implement NESpaceToBatch by giuros01 · 5 years ago
  44. 7097e3c COMPMID-1601: Graph examples segfaulting on some platform when gles=1 by Georgios Pinitas · 5 years ago
  45. 5209be5 COMPMID-1999: Add support for GenerateProposals operator in CL by Manuel Bottini · 5 years ago
  46. e96e4f0 COMPMID-1766: Implemented CPP Non Max Suppression by Pablo Tello · 6 years ago
  47. bb365de Revert "COMPMID-1329: Add support for GenerateProposals operator in CL" by Giuseppe Rossini · 5 years ago
  48. 5576315 Revert "COMPMID-1766: Implemented CPP Non Max Suppression" by Pablo Marquez · 5 years ago
  49. 6eb90d7 COMPMID-1996: Update documenation for doxgen 1.8.15 by Manuel Bottini · 5 years ago
  50. 581c898 COMPMID-1934: Doxygen online documentation errors on Firefox by Manuel Bottini · 5 years ago
  51. 54e98d9 COMPMID-1918: Different qinfos support in NEConcatLayer. by Pablo Tello · 5 years ago
  52. ebc3a90 COMPMID-1706: Fuse the bias addition within CLGEMM by Michele Di Giorgio · 6 years ago
  53. 4632e5e COMPMID-1920: Failure exit order destruction when CLTuner enabled. by Georgios Pinitas · 5 years ago
  54. a69a88b COMPMID-1915: Deconvolution doesn't work when inner_dimension_top != 0 or inner_dimension_right != 0 by giuros01 · 5 years ago
  55. 678d83a COMPMID-1838: Add 4D softmax support for NEON and achieve parity with CL by Manuel Bottini · 5 years ago
  56. 3dbfd23 COMPMID-1710: Introduce GEMM strategy name in GEMMAssemblyWrapper. by Georgios Pinitas · 5 years ago
  57. 1509e4b COMPMID-1823: Increase scheduling granularity in NEGemmInterleaved. by Georgios Pinitas · 5 years ago
  58. 6a91440 COMPMID-1710: Allow NHWC datalayout in SAME pad calculation by Isabella Gottardi · 5 years ago
  59. b7c308a COMPMID-1887: Fixed segfault in validation tests. by Pablo Tello · 5 years ago
  60. 6d10996 COMPMID-1691: Optimize CLDepthwiseConvolutionKernel (QASYMM8/NHWC) for 3x3 kernels (stride=1 and stride=2) by giuros01 · 5 years ago
  61. edc21e4 COMPMID-1912: Print functions should be enabled in assert mode by giuros01 · 6 years ago
  62. db63b9c COMPMID-1698: Implementing CLGEMMLowpMatrixMultiplyReshapedKernel by Gian Marco Iodice · 5 years ago
  63. 1d48065 COMPMID-1867: Add u8 and s8 hybrid assembly kernels. by Georgios Pinitas · 5 years ago
  64. dc9b528 COMPMID-1795: Add support for NHWC in CLGenerateProposalsLayer by George Wort · 5 years ago
  65. 1d4f385 COMPMID-1760: NEON: Implement Prod by Manuel Bottini · 5 years ago
  66. 734151d COMPMID-1848: Account alignment in Offset-based pool allocations by Georgios Pinitas · 5 years ago
  67. a0a0e29 COMPMID-1766: Implemented CPP Non Max Suppression by Pablo Tello · 6 years ago
  68. a1e7e28 COMPMID-1768: NEON: Implement RealDiv by George Wort · 5 years ago
  69. d88590f COMPMID-1753: NEON: Implement Less, Greater, GreaterEqual, Equal, Not Equal by George Wort · 6 years ago
  70. 7ad6257 COMPMID-1727: CL: Implement Gather - support S32 indices by Manuel Bottini · 5 years ago
  71. 2dce6cc COMPMID-1763 : NEON: Implement Gather by John Kesapides · 5 years ago
  72. 7cd26d4 COMPMID-1867: Add NEON/SVE GEMM Hybrid kernels. by Georgios Pinitas · 5 years ago
  73. 3ac2f3a COMPMID-1814 : NEScale add support for TOP_LEFT and QASYMM8 by Vidhya Sudhan Loganathan · 5 years ago
  74. 90313eb COMPMID-1687: Optimize CLGEMMMatrixMultiplyKernel by Gian Marco Iodice · 5 years ago
  75. 44b4e97 COMPMID-1794: Add support for NHWC in CLROIAlignLayer by George Wort · 5 years ago
  76. f63885b COMPMID-1710 Move some Util functions to core/Utils by Michalis Spyrou · 5 years ago
  77. 1a57ad1 COMPMID-1710: Add explicit padding arguments to depthwise convolution by Georgios Pinitas · 5 years ago
  78. bacfec5 COMPMID-1687: Optimize CLGEMMMatrixMultiplyKernel (part 1) by Gian Marco Iodice · 5 years ago
  79. 5a59453 COMPMID-1809: Remove padding in NEGEMMConvolutionLayer 64-bit path. by Georgios Pinitas · 6 years ago
  80. dea2d2d COMPMID-1772: Implement PadV2 for NEON by Georgios Pinitas · 6 years ago
  81. 053e751 COMPMID-1758: NEON: Implement Range by Manuel Bottini · 6 years ago
  82. b412fab COMPMID-1724: CL Implement Prod by Manuel Bottini · 6 years ago
  83. 1c9efeb Issue COMPMID-1835: Remove CLGEMMInterleave4x4Kernel and replace with CLGEMMReshapeLHSMatrixKernel by giuros01 · 5 years ago
  84. cc5171b COMPMID-1677: Change ROIPooling layer interface to accept ROIs as tensors by Manuel Bottini · 5 years ago
  85. 587708b COMPMID-1796: Add support for ranged distribution. by Georgios Pinitas · 5 years ago
  86. ee7c15d COMPMID-1761: NEON: Implement Pack by Isabella Gottardi · 6 years ago
  87. aea14c6 COMPMID-1764 NEON: Implement ArgMax/ArgMin by Michalis Spyrou · 5 years ago
  88. c10bc0b COMPMID-1710: Collapse window in CLDepthConvertKernel by Georgios Pinitas · 5 years ago
  89. 110b920 COMPMID-1759 NEON: Implement Reverse by Michalis Spyrou · 6 years ago
  90. d33fe34 COMPMID-1862 Functions in arm_compute/core/utils/misc/ShapeCalculator.h need to be documented by Michalis Spyrou · 5 years ago
  91. 5a97b28 COMPMID-1756: NEON: Implement RSqrt, Exp by George Wort · 6 years ago
  92. 8529bd6 COMPMID-1727 - CL: Implement Gather by Manuel Bottini · 6 years ago
  93. 1bf5e28 COMPMID-1765: CPP: Implement TopKV by giuros01 · 6 years ago
  94. 6d9d6f4 COMPMID-1769: Add support for NEON StridedSlice,Split,Slice,Unstack by Georgios Pinitas · 6 years ago
  95. 5801a55 COMPMID-1767: NEON: Implement Where/Select by George Wort · 6 years ago
  96. 5430369 COMPMID-1726: Implement CLUnstack. by Pablo Tello · 6 years ago
  97. 8b6b4a9 COMPMID-1836: Remove CLGEMMTranspose1xWKernel and replace with CLGEMMReshapeRHSMatrixKernel by giuros01 · 6 years ago
  98. f7d418c COMPMID-1857: Updated script to add copyright headers by Anthony Barbier · 6 years ago
  99. 08ddd7b COMPMID-1834: Add transpose support to CLGEMMReshapeLHSMatrixKernel by Gian Marco Iodice · 6 years ago
  100. e258818 COMPMID-1755 NEON: Extend DepthConvert to support Cast by Michalis Spyrou · 6 years ago