1. 93b75e0 Port NEGEMM to memory injecting interface (Part 1) by Michele Di Giorgio · 3 years ago
  2. cd060c4 Rename pooling implementation folder to pool2d by Georgios Pinitas · 3 years ago
  3. 561c176 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 3 months ago
  4. 31c7c26 Update Android.bp file by Michalis Spyrou · 3 years ago
  5. 20fca52 Create core library using high priority operators by Michalis Spyrou · 3 years, 1 month ago
  6. ae58bdf Port NEGEMMLowp Part 1 by Manuel Bottini · 3 years ago
  7. d02d5ed Integrate improved CPU depthwise convolution kernels by Michele Di Giorgio · 3 years, 5 months ago
  8. 08302c1 Add CPU discovery capabilities. by Georgios Pinitas · 3 years, 1 month ago
  9. c6f4ec3 Port CLWinogradConvolutionLayer with ClWinogradConv2d by Manuel Bottini · 3 years, 1 month ago
  10. ee301b3 Fix errata in documentation by Jakub Sujak · 3 years, 1 month ago
  11. 84f8aa7e Enable SIMD optimizations on bp file by Georgios Pinitas · 3 years, 1 month ago
  12. bdcdc39 Enable fat binary support by Georgios Pinitas · 3 years, 2 months ago
  13. b4bb6a0 Rename ported functions by Manuel Bottini · 3 years, 1 month ago
  14. d89e2fa Create CpuGemmDirectConv2d by Sang-Hoon Park · 3 years, 2 months ago
  15. 11d8415 Port DepthConvert to new Api by Georgios Pinitas · 3 years, 2 months ago
  16. 856f66e Port CLGEMM to memory injecting interface by Georgios Pinitas · 3 years, 2 months ago
  17. 37f4b2e Fix android build include directory by Sang-Hoon Park · 3 years, 2 months ago
  18. 494b97a Port CLFlattenLayer to a memory injecting interface by Georgios Pinitas · 3 years, 2 months ago
  19. 9e1f074 Port NEFlatten layer to a memory injecting interface by Georgios Pinitas · 3 years, 2 months ago
  20. 0c19cbd Move memory management out of CpuPooling by Michele Di Giorgio · 3 years, 2 months ago
  21. 4f7693d Rename NEGEMMAssembly to CpuGemmAssembly by Sang-Hoon Park · 3 years, 2 months ago
  22. 2cd5b31 Remove unused CLCoreRuntimeContext by Georgios Pinitas · 3 years, 2 months ago
  23. 908f616 Creates ClKerneLibrary to serve just as a kernel container without build logic by Georgios Pinitas · 3 years, 2 months ago
  24. ef516e8 Rename Quantization/Dequantization kernels/operators to imperative mood by Georgios Pinitas · 3 years, 2 months ago
  25. 0dc0d8e Rename PixelwiseMultiplications to Mul for simplicity by Georgios Pinitas · 3 years, 2 months ago
  26. c3c352e Add Queue support by Georgios Pinitas · 3 years, 4 months ago
  27. 778b95c Update assembly code by Michalis Spyrou · 3 years, 2 months ago
  28. dcf4c87 CLDepthwiseConvolutionLayer rework - Part 1 by Giorgio Arena · 3 years, 3 months ago
  29. 562bee5 Port CpuConvertFullyConnectedWeights to new API by Teresa Charlin · 3 years, 3 months ago
  30. 60c3b0e Port DepthwiseConvolution to new API by Michalis Spyrou · 3 years, 3 months ago
  31. c6fcfb4 Add Tensor related utilities to the new API by Sang-Hoon Park · 3 years, 3 months ago
  32. 327225d Port NEDirectConvolutionLayer to new API by Manuel Bottini · 3 years, 3 months ago
  33. 91b7f74 Port CLConvertFullyConnectedWeights to new API by Teresa Charlin · 3 years, 3 months ago
  34. 3f26ef4 Add tensor related data structures for the new API by Georgios Pinitas · 3 years, 4 months ago
  35. c6f9510 Remove Computer Vision generic interfaces and types by Georgios Pinitas · 3 years, 3 months ago
  36. 2788609 Port ClTranspose to new API by Teresa Charlin · 3 years, 4 months ago
  37. 1e3ab42 Make CpuPixelWiseMultiplicationKernel stateless by Sheri Zhang · 3 years, 4 months ago
  38. 1efed92 Make ClDirectConvolutionKernel stateless by Sheri Zhang · 3 years, 4 months ago
  39. f9ab9f9 Make ClPixelWiseMultiplicationKernel stateless by Sheri Zhang · 3 years, 4 months ago
  40. d1dc09c Port CpuTranspose to new API by Teresa Charlin · 3 years, 4 months ago
  41. 10b3826 Port Arm(R) Neon(TM) Scale to new API by Manuel Bottini · 3 years, 4 months ago
  42. 3b131ab Port OpenCL Scale to new API by Manuel Bottini · 3 years, 4 months ago
  43. 9e73c93 Port OpenCL Dequantization to new API by Manuel Bottini · 3 years, 4 months ago
  44. 00f4dfc Port Arm(R) Neon(TM) Dequantization to new API by Manuel Bottini · 3 years, 4 months ago
  45. 5a1bf62 Port OpenCL Quantization to new API by Manuel Bottini · 3 years, 4 months ago
  46. 0ded4c4 Port Arm(R) Neon(TM) Quantization to new API by Manuel Bottini · 3 years, 4 months ago
  47. 201e0fe Make Softmax kernels on OpenCL stateless by Sang-Hoon Park · 3 years, 5 months ago
  48. 5ff38da Create ClPRelu operator by Sang-Hoon Park · 3 years, 4 months ago
  49. 473cb01 Remove Compute Vision CL support by Michalis Spyrou · 3 years, 4 months ago
  50. 8a5146f Introduce Context opaque object of the new interface by Georgios Pinitas · 3 years, 6 months ago
  51. 27e67f0 Remove Compute Vision Neon support by Michalis Spyrou · 3 years, 5 months ago
  52. e28cf39 Regenerate kernels and update A55 versions by Georgios Pinitas · 3 years, 5 months ago
  53. 79144a6 Decouple CpuPoolingKernel data type and data layout by Sheri Zhang · 3 years, 5 months ago
  54. 373b407 Make Softmax kernels and operator stateless by Michalis Spyrou · 3 years, 5 months ago
  55. bd8b1e2 Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part3 by SiCong Li · 3 years, 5 months ago
  56. 70858d8 Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part1 by SiCong Li · 3 years, 5 months ago
  57. 7e20e29 Make memset/copy functions state-less by Sheri Zhang · 3 years, 5 months ago
  58. 1928904 Make NEON Pooling kernels and functions state-less by Michele Di Giorgio · 3 years, 5 months ago
  59. e131466 Make CL Pooling kernels and functions state-less by Michele Di Giorgio · 3 years, 5 months ago
  60. 7061eb2 Implement MLGO module by SiCong Li · 3 years, 6 months ago
  61. c9c8905 Make CL Elementwise Unary kernels and functions state-less by Michele Di Giorgio · 3 years, 5 months ago
  62. 237be03 Make Gpu Elementwise Operations kernels and functions state-less by Michele Di Giorgio · 3 years, 5 months ago
  63. 4cfab18 Make CLArithmeticSubtraction kernel and function state-less by Michele Di Giorgio · 3 years, 5 months ago
  64. 1e0208a Make CLArithmeticAddition kernel and function state-less by Michele Di Giorgio · 3 years, 5 months ago
  65. 7249f15 Rename functions/classes for elementwise unary operations by Sang-Hoon Park · 3 years, 5 months ago
  66. 63001ac Rename functions/classes for elementwise operations by Sang-Hoon Park · 3 years, 6 months ago
  67. 360f576 Fix Scale CTS failures by Sheri Zhang · 3 years, 5 months ago
  68. f47f718 Make CLFloor and CLActivation kernels and functions state-less by Georgios Pinitas · 3 years, 6 months ago
  69. fc6744a Make Sub kernel and operator stateless by Sheri Zhang · 3 years, 6 months ago
  70. d556d7b Integrate improved pooling layer on NEON by Michele Di Giorgio · 3 years, 8 months ago
  71. 7d61ff0 Make all CL Concatenate kernels and functions state-less by Michele Di Giorgio · 3 years, 5 months ago
  72. 0f7ef8a Make memset/copy functions state-less by Georgios Pinitas · 3 years, 6 months ago
  73. 6124390 Make Add kernel and operator stateless by Sheri Zhang · 3 years, 6 months ago
  74. 61ba069 Make Concatenate kernels and operator stateless by Georgios Pinitas · 3 years, 6 months ago
  75. 23adc4c Add SVE support and decouple data type for NEScaleKernel by Sheri Zhang · 3 years, 6 months ago
  76. f8f0442 Make CpuActivation stateless by Georgios Pinitas · 3 years, 6 months ago
  77. 70eb53b Make CpuFloorKernel kernel stateless by Georgios Pinitas · 3 years, 6 months ago
  78. b56c175 Generalization of CLTuner by Manuel Bottini · 3 years, 8 months ago
  79. a3c9a3b COMPMID-3874: Create ArithmeticAddition SVE/SVE2 by Michalis Spyrou · 3 years, 7 months ago
  80. 8d5d78b COMPMID-3871: Create BatchNormalization SVE/SVE2 by Sheri Zhang · 3 years, 7 months ago
  81. aa51a5b COMPMID-3870: Create ActivationLayer SVE/SVE2 by Michalis Spyrou · 3 years, 7 months ago
  82. c53266e Remove (CL/NE)UpsampleLayer in favor to (NE/CL)Scale by Georgios Pinitas · 3 years, 7 months ago
  83. 63bb7ca COMPMID-3921: Remove OpenCL Padding CLBitwiseKernel by Manuel Bottini · 3 years, 7 months ago
  84. 0b1c2db Remove (NE/CL)YoloLayer support by Georgios Pinitas · 3 years, 7 months ago
  85. e2696b1 Wrap Flatten layer over reshape by Georgios Pinitas · 3 years, 7 months ago
  86. 8c3c0e7 Remove (NE/CL)ComputeAllAnchors function by Georgios Pinitas · 3 years, 7 months ago
  87. f7c5a41 Remove support for NEIm2Col, NECol2Im, NEGEMMInterleave4x4, NEGEMMTranspose1xW by Georgios Pinitas · 3 years, 7 months ago
  88. a085a0c Rename the files and classes required by the OpenCL GEMM heuristic by SiCong Li · 3 years, 7 months ago
  89. 96b16b6 Remove support for (NE/CL)LocallyConnectedLayer by Georgios Pinitas · 3 years, 7 months ago
  90. d308df3 Remove unused CLGEMMMatrixVectorMultiplyKernel by Georgios Pinitas · 3 years, 7 months ago
  91. 75eea33 COMPMID-3961: Add Logical OR/AND/NOT operator on CL by Sang-Hoon Park · 3 years, 8 months ago
  92. 58bce68 COMPMID-3962: Add Logical And, Or, Not support on NEON by Georgios Pinitas · 3 years, 8 months ago
  93. f8f812b COMPMID-3771: Fixed implicit-fallthrough warning by morgolock · 3 years, 8 months ago
  94. c0b6f76 COMPMID-3776: Indirect GEMM by Georgios Pinitas · 3 years, 8 months ago
  95. ca60685 COMPMID-3599: Remove arm_compute/core/NEON from Android.bp script by Michele Di Giorgio · 3 years, 8 months ago
  96. c4d4555 COMPMID-3853: Decouple NEActivationLayer by Michalis Spyrou · 3 years, 9 months ago
  97. de5930f COMPMID-3599: Add moved folders to Android build file by Georgios Pinitas · 3 years, 8 months ago
  98. 68dd25f COMPMID-3637: Move utility headers from arm_compute to src by Sang-Hoon Park · 3 years, 9 months ago
  99. ba14c92 COMPMID-3829: Create CLGEMMLowpQuantizeDownInt32ScaleByFixedPointKernel and remove padding from related OpenCL kernels by Michele Di Giorgio · 3 years, 9 months ago
  100. ff4fca0 COMPMID-3684: Use case data type decoupling by Georgios Pinitas · 3 years, 9 months ago