1. 10c53f1 COMPMID-2307: QUANTIZED_16BIT_LSTM operator for CL by Manuel Bottini · 5 years ago
  2. d25af67 COMPMID-2456: NEDeconvolutionLayer.cpp, NHWC is not supported by Manuel Bottini · 5 years ago
  3. 06be6f8 COMPMID-2096: Refactor the CLGEMMLowp function selection (heuristic) by Gian Marco Iodice · 5 years ago
  4. ff27192 COMPMID-2336: Fix validation for quantized NEDepthwiseConvolutionLayer by Michele Di Giorgio · 5 years ago
  5. ca1f460 COMPMID-1979: Fuse Activation Function in CLGEMM - part 2 by Gian Marco Iodice · 5 years ago
  6. c95988a COMPMID-2336: Change GPUTarget regex by Michalis Spyrou · 5 years ago
  7. ed75326 COMPMID-2283: Implement SIN operator for NEON by Manuel Bottini · 5 years ago
  8. 2ea3761 COMPMID-2336: Fix InPlaceMutator condition and add SaveNumpyAccessor by Isabella Gottardi · 5 years ago
  9. ba27e44 COMPMID-2236: QUANTIZED_16BIT_LSTM operator for NEON by Michalis Spyrou · 5 years ago
  10. d7ed672 COMPMID-2336: Add missing macro comment in GLES scale by Michalis Spyrou · 5 years ago
  11. cd0b8b5 COMPMID-2236: Move assembly implementation interfaces to src folder by Georgios Pinitas · 5 years ago
  12. 51146c5 COMPMID-2468: (Nightly) Bug in CL QSYMM16 by Michalis Spyrou · 5 years ago
  13. 4c75851 COMPMID-2421: Add 5x5 DepthwiseConv2d in the optimized path for NEON by Georgios Pinitas · 5 years ago
  14. e1651a5 COMPMID-2414 Add add_2D_tensor_argument_if for OpenCL by Michalis Spyrou · 5 years ago
  15. bffb41e COMPMID-2273: Fuse Batch Normalization with Depthwise Convolution layer at graph level (only for CL) by Manuel Bottini · 5 years ago
  16. c1b76fa COMPMID-2092: Refactoring interface for the deconvolution kernels (NEON/CL) by Manuel Bottini · 5 years ago
  17. 0ec65b8 Revert "COMPMID-2425: Fix memory leak reported by coverity" by Georgios Pinitas · 5 years ago
  18. d473386 COMPMID-2447: Align TFlite nearest neighbor NE/CL functions with ACL by Michalis Spyrou · 5 years ago
  19. 9c9b70b COMPMID-2410: Create a new GEMMLowpQuantizeDownInt32ToInt16ScaleKernel for CL by Manuel Bottini · 5 years ago
  20. ddec4d6 COMPMID-2458: Initialize uninitialized variables by Georgios Pinitas · 5 years ago
  21. c878f1f COMPMID-2457: Investigate DirectConvolution failures by giuros01 · 5 years ago
  22. 01fd6cf COMPMID-2336: Fix build for v8.2-a architectures by Georgios Pinitas · 5 years ago
  23. 30271c7 COMPMID-2156: Optimized dilated convolution for NEON. by Georgios Pinitas · 5 years ago
  24. 30dbeef COMPMID-2411: Add (logistic and tanh) activation support for QSYMM16 for CL by Manuel Bottini · 5 years ago
  25. ebdde65 COMPMID-2432: Fix defects reported by Coverity by Michalis Spyrou · 5 years ago
  26. 74cd112 COMPMID-2425: Fix memory leak reported by coverity by Michalis Spyrou · 5 years ago
  27. d5462ff COMPMID-2435: Update GPU target definitions by Georgios Pinitas · 5 years ago
  28. 37d080f COMPMID-2378: Sanitize GEMM configuration for NEON by Georgios Pinitas · 5 years ago
  29. 95f9361 COMPMID-2185: Implement direct convolution 9x9 (NHWC) on NEON by Gian Marco Iodice · 5 years ago
  30. 53860dd COMPMID-2432 Fix defects reported by Coverity by Michalis Spyrou · 5 years ago
  31. 7bb56c6 COMPMID-2409: Add QSYMM16 support for PixelWiseMultiplication for NEON by Manuel Bottini · 5 years ago
  32. 6b9f388 COMPMID-2336: Fix enable tuning of kernels targeted in COMPUTE-10611 by Michele Di Giorgio · 5 years ago
  33. 4646d2e COMPMID-2072: Use a constexpr for num_elems_processed_per_iteration where possible by Michele Di Giorgio · 5 years ago
  34. cbe3905 COMPMID-2433: (Nightly) Bug in CLDequantizationLayer by Michele Di Giorgio · 5 years ago
  35. c9573f3 COMPMID-2407: Add (logistic and tanh) activation support for QSYMM16 for NEON by giuros01 · 5 years ago
  36. 5a1320b COMPMID-2429: Unexpected exception in destructor by Georgios Pinitas · 5 years ago
  37. 7b735dc COMPMID-2427: Remove structurally dead code by Georgios Pinitas · 5 years ago
  38. 3262042 COMPMID-2426: Logical dead code fix by Georgios Pinitas · 5 years ago
  39. 338595b COMPMID-2234 : Add support for axis 3 in NE/CLConcatenateLayer by Vidhya Sudhan Loganathan · 5 years ago
  40. 7026b30 COMPMID-1979: Fuse Activation Function in CLGEMM - part 1 by Gian Marco Iodice · 5 years ago
  41. 49f8349 COMPMID-2428: Missing break statement. by Georgios Pinitas · 5 years ago
  42. 96aa6b1 COMPMID-2431: Add a comment to max_offset in CLDepthwiseConvolutionLayer3x3NHWCKernel by Gian Marco Iodice · 5 years ago
  43. fffbdbc COMPUTE-10611: CL: Set config_id to enabling LWS tuning by Gary Antcliffe · 5 years ago
  44. d8a468f COMPMID-2413: Add QSYMM16 support for PixelWiseMultiplication for CL by Michele Di Giorgio · 5 years ago
  45. 1109176 COMPMID-2245: Extend NEFuseBatchNormalization to support DepthwiseConvolution weights by Manuel Bottini · 5 years ago
  46. 26dcbc7 COMPMID-2158 Add SRGAN shapes in ConvolutionLayer heurists to dispatch direct convolution by Michalis Spyrou · 5 years ago
  47. bc415af COMPMID-2406: Create a new GEMMLowpQuantizeDownInt32ToInt16ScaleKernel for NEON by Gian Marco Iodice · 5 years ago
  48. 6997fc9 COMPMID-2412: Add QSYMM16 support for ElementwiseAddition for CL by Michele Di Giorgio · 5 years ago
  49. 944170e COMPMID-2172: Fuse bias addition with CLGEMMMatrixMultiplyNativeKernel by Gian Marco Iodice · 5 years ago
  50. 3d13af8 COMPMID-2235: Extend type support for CL/NEON DequantizationLayer. by Georgios Pinitas · 5 years ago
  51. 3689fcd COMPMID-2408: Add QSYMM16 support for ElementwiseAddition for NEON by Manuel Bottini · 5 years ago
  52. a28aebc COMPMID-2383: DepthwiseConv use output qinfo by Pablo Tello · 5 years ago
  53. e16c890 COMPMID-2053: Fuse bias addition with CLGEMMMatrixMultiplyReshapedKernel by Gian Marco Iodice · 5 years ago
  54. 0cbfda6 COMPMID-2343: Add layer normalization support in NELSTMLayer by Michele Di Giorgio · 5 years ago
  55. 75bde5e COMPMID-2336: Account for padding in NEIm2ColKernel for NHWC. by Georgios Pinitas · 5 years ago
  56. 51403b5 COMPMID-2336: Fix argument type for epsilon in CLL2NormalizeLayer. by Georgios Pinitas · 5 years ago
  57. 9175392 COMPMID-2387: Add support for NEMeanStdDevNormalizationLayer by Michele Di Giorgio · 5 years ago
  58. 705fd3d COMPMID-2401: Fix CLGemmLowp macro expansion on no-dot platforms by Georgios Pinitas · 5 years ago
  59. 4509173 COMPMID-2184: Implement direct convolution 9x9 (NHWC) on OpenCL by Michalis Spyrou · 5 years ago
  60. 2b52add COMPMID-2405: Add lws_hint to CLGEMMLowpMatrixAReductionKernel by Gian Marco Iodice · 5 years ago
  61. 2732cca COMPMID-2244: Extend CLFuseBatchNormalization to support DepthwiseConvolution weights by Manuel Bottini · 5 years ago
  62. b3a0a60 COMPMID-2336: Fix armv8.2-a build on Android by Michele Di Giorgio · 5 years ago
  63. 39438b4 COMPMID-2342: Add layer normalization support in CLLSTMLayer by Michele Di Giorgio · 5 years ago
  64. 82d9dd1 COMPMID-2380: Create utility functions for is_one and is_zero with float by Gian Marco Iodice · 5 years ago
  65. 5b48ad7 COMPMID-2386: Add support for CLMeanStdNormalizationLayer by Michele Di Giorgio · 5 years ago
  66. 761c8d0 COMPMID-2398: Add test for CLFuseBatchNormalizationLayer by Gian Marco Iodice · 5 years ago
  67. d513436 COMPMID-2321: PRELU support in NEActivationLayer by giuros01 · 5 years ago
  68. e751062 COMPMID-2094: Implement CLGEMMLowpNative by Gian Marco Iodice · 5 years ago
  69. e6bcb5b COMPMID-2397: 64bit bare metal build failure by Michalis Spyrou · 5 years ago
  70. e4cad15 COMPMID-2195: DepthwiseConv allow padding > 1 (top/bottom) by Pablo Tello · 5 years ago
  71. 6260e19 COMPMID-2394: (Nightly) Clang-tidy errors by Michalis Spyrou · 5 years ago
  72. d69b3b2 COMPMID-2238: Implement SPACE_TO_DEPTH for CL by Michalis Spyrou · 5 years ago
  73. fad1838 COMPMID-2336: Fix warnings present in latest gcc by Georgios Pinitas · 5 years ago
  74. 18574c1 COMPMID-2336: Fix clang-tidy issues by Michalis Spyrou · 5 years ago
  75. 4b3fba1 COMPMID-2372: Add support for QASYMM8 for Tanh by Georgios Pinitas · 5 years ago
  76. c625acd COMPMID-2385: Fix CLGEMM by Gian Marco Iodice · 5 years ago
  77. b0f342e COMPMID-2171: Fuse bias addition with CLGEMMMatrixMultiplyReshapedOnlyRHSKernel by Georgios Pinitas · 5 years ago
  78. bbac660 COMPMID-2366: (Nightly) Failure in CLGEMMLowp by Georgios Pinitas · 5 years ago
  79. 4c5469b COMPMID-2225: Add interface support for new quantized data types. by Georgios Pinitas · 5 years ago
  80. 43a129e COMPMID-2379: Use the macros available in gemm_helpers.h in GEMMLowp OpenCL kernels by Gian Marco Iodice · 5 years ago
  81. db18a6f COMPMID-2373: Remove unused gemmlowp opencl kernels by Gian Marco Iodice · 5 years ago
  82. 5b7d537 COMPMID-2237 Implement SPACE_TO_DEPTH for NEON by Manuel Bottini · 5 years ago
  83. 649962c COMPMID-2239 Implement DEPTH_TO_SPACE for CL by Michalis Spyrou · 5 years ago
  84. 6a4d542 COMPMID-2159 Implement Round for CL by Usama Arif · 5 years ago
  85. 0a5a57a COMPMID-2160: Implement Round for NEON by Usama Arif · 5 years ago
  86. 43c1bf8 COMPMID-2336: Add clang-tidy checks in assembly subfolder by Michalis Spyrou · 5 years ago
  87. c5c750d COMPMID-2252: Saturate when converting from S32 to U8 IN NEDepthConvertLayerKernel by Usama Arif · 5 years ago
  88. 22f917c COMPMID-2240 Implement DEPTH_TO_SPACE for NEON by Michalis Spyrou · 5 years ago
  89. 1e6e1b8 COMPMID-2322: PRELU support in CLActivationLayer by giuros01 · 5 years ago
  90. 048b0f3 COMPMID-2278: Implement REDUCE_MAX operator for CL. by Usama Arif · 5 years ago
  91. 9e631c2 COMPMID-2252 NECast. by Usama Arif · 5 years ago
  92. dd0bf48 COMPMID-2336: Initialize zerobuf arrays in gemm transform kernels. by Georgios Pinitas · 5 years ago
  93. 28f0dd9 COMPMID-2279: Implement REDUCE_MAX operator for NEON by Usama Arif · 5 years ago
  94. a4a08ad COMPMID-2280: Implement REDUCE_MIN operator for NEON by Usama Arif · 5 years ago
  95. b289050 COMPMID-2281: Implement REDUCE_MIN operator for CL by Usama Arif · 5 years ago
  96. 725b173 COMPMID-2214: Remove std::vector<std::unique_ptr<>> where possible. by Georgios Pinitas · 5 years ago
  97. b8d5b95 COMPMID-2166: Add tests for importing memory mapped files. by Georgios Pinitas · 5 years ago
  98. ac33d7e COMPMID-2264: Implement LOG operator for CL by Usama Arif · 5 years ago
  99. 09f2497 COMPMID-2109: Remove CL/NE Width/Depth ConcatenateLayer functions. by Georgios Pinitas · 5 years ago
  100. f24411f COMPMID-2255: Implement ABS operator for CL by giuros01 · 5 years ago