1. f9a611a Don't build tests by default by Michele Di Giorgio · 3 years, 4 months ago
  2. 97e2580 Check biases pointer before referencing in CLDirectConvolutionLayer by Michele Di Giorgio · 3 years, 3 months ago
  3. 40efd53 Remove GLES-related code by Michele Di Giorgio · 3 years, 4 months ago
  4. 5c9eed8 Extend direct convolution (F32/F16/QASYMM8) by Gian Marco Iodice · 3 years, 4 months ago
  5. 1efed92 Make ClDirectConvolutionKernel stateless by Sheri Zhang · 3 years, 4 months ago
  6. f24bd8b Increase tolerance for winograd input transform F32 NHWC by Giorgio Arena · 3 years, 4 months ago
  7. ab84088 Added Qasymm8 datatype support to NEROIPoolingLayer with Tests by Suhail Munshi · 3 years, 5 months ago
  8. d0c9cb8 Add test case for memory managed softmax layer by Sang-Hoon Park · 3 years, 4 months ago
  9. 10b3826 Port Arm(R) Neon(TM) Scale to new API by Manuel Bottini · 3 years, 4 months ago
  10. 668ccdc Add dynamic tensor support to CpuElementwise by Sang-Hoon Park · 3 years, 5 months ago
  11. 5ff38da Create ClPRelu operator by Sang-Hoon Park · 3 years, 4 months ago
  12. 473cb01 Remove Compute Vision CL support by Michalis Spyrou · 3 years, 4 months ago
  13. 68e29da Set up configure-only flag for validation. First trial with DepthwiseConvoltion by Giorgio Arena · 3 years, 5 months ago
  14. 2ab585b Fix bug on CLGEMMMatrixMultiplyReshapedOnlyRHS tests by Giorgio Arena · 3 years, 4 months ago
  15. 8a5146f Introduce Context opaque object of the new interface by Georgios Pinitas · 3 years, 6 months ago
  16. ceaa0bf Remove OpenGL ES support by Manuel Bottini · 3 years, 5 months ago
  17. 27e67f0 Remove Compute Vision Neon support by Michalis Spyrou · 3 years, 5 months ago
  18. ac6499a Comply with Trademark rules for use of Neon, Arm and Mali by Sheri Zhang · 3 years, 5 months ago
  19. 669d17d Disable strict overflow warning for tensor_elem_at by Giorgio Arena · 3 years, 4 months ago
  20. 8876204 Fix tolerance for NEReduceMean on aarch64 by Giorgio Arena · 3 years, 5 months ago
  21. 5b50f42 Update deprecation notices by Giorgio Arena · 3 years, 5 months ago
  22. d511270 Add WallClockTimer support for bare metal. by Michalis Spyrou · 3 years, 5 months ago
  23. 35981ca Fix tolerance issue in CL Winograd InputTransform FP16 by Manuel Bottini · 3 years, 5 months ago
  24. edc524e Revert changes on tensor's strides and fix CLDepthwiseConvolution 3x3 Quantized by Giorgio Arena · 3 years, 5 months ago
  25. 4841c97 Add mlgo to graph examples by SiCong Li · 3 years, 5 months ago
  26. 9f7d55a Fix CLDepthwiseConvolutionLayer 3x3 QASYMM8 by Giorgio Arena · 3 years, 5 months ago
  27. db4a6c1 Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part2 by SiCong Li · 3 years, 5 months ago
  28. 70858d8 Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part1 by SiCong Li · 3 years, 5 months ago
  29. 7e20e29 Make memset/copy functions state-less by Sheri Zhang · 3 years, 5 months ago
  30. afc9c3d Fix tolerance for NEON RNNLayer by Manuel Bottini · 3 years, 5 months ago
  31. 8b555e3 Fix tolerance for NEON RNNLayer by Manuel Bottini · 3 years, 5 months ago
  32. 89de118 Fix unused variable compilation error by Giorgio Arena · 3 years, 5 months ago
  33. 76cb751 Fix CL Compiler frontend failure for ArgMinMax by Giorgio Arena · 3 years, 5 months ago
  34. 0841ca0 Fix OpenCL direct convolution by Gian Marco Iodice · 3 years, 5 months ago
  35. 7061eb2 Implement MLGO module by SiCong Li · 3 years, 6 months ago
  36. 1e0208a Make CLArithmeticAddition kernel and function state-less by Michele Di Giorgio · 3 years, 5 months ago
  37. 0094c02 Add window parameter to scheduler by Sang-Hoon Park · 3 years, 5 months ago
  38. d556d7b Integrate improved pooling layer on NEON by Michele Di Giorgio · 3 years, 8 months ago
  39. 18fbb92 Fix build error for gcc 10.2+ by Sang-Hoon Park · 3 years, 6 months ago
  40. 0f3d597 Remove OpenCL padding CLTransposeKernel by Manuel Bottini · 3 years, 6 months ago
  41. 4551403 Add support for macOS by Georgios Pinitas · 3 years, 6 months ago
  42. fefd16a Fix wrong file inclusion in QLSTMLayerNormalization reference by Georgios Pinitas · 3 years, 6 months ago
  43. 7e5a865 Add tolerance for quantized activations computed in float by Michele Di Giorgio · 3 years, 6 months ago
  44. d30405a Alter tolerance in QuantizationLayer to use int8_t for asymmetric signed by Georgios Pinitas · 3 years, 6 months ago
  45. e78ef6f Remove OpenCL padding CLFloorKernel by Manuel Bottini · 3 years, 6 months ago
  46. 4f8ce13 [Nightly Failure] Fix NEIm2Col argument validation errors by Giorgio Arena · 3 years, 6 months ago
  47. 33b103b Resolve merge conflicts between new fills and new fp16 generator by Giorgio Arena · 3 years, 6 months ago
  48. 4bdd177 Fix fill() for FP data type in fixtures - Part 2 by Giorgio Arena · 3 years, 7 months ago
  49. 4d9383e [Nightly Failure] Fix ColorConvert empty coordinates error by Giorgio Arena · 3 years, 6 months ago
  50. 7e5b7bf Review all shapes in datasets to account for padding removal Part 3 by SiCong Li · 3 years, 8 months ago
  51. a8e2aeb Generalize custom uniform generator for floating point data types with 16 bits by Giorgio Arena · 3 years, 6 months ago
  52. c5a6139 Clean up macro definitions in arm_compute headers by Giorgio Arena · 3 years, 6 months ago
  53. a3c9a3b COMPMID-3874: Create ArithmeticAddition SVE/SVE2 by Michalis Spyrou · 3 years, 7 months ago
  54. b309fc2 Fix uniform_real_distribution_fp16 warning and single Dimension increment by Giorgio Arena · 3 years, 6 months ago
  55. dff2935 Improve NEIm2Col validation for invalid shapes by Georgios Pinitas · 3 years, 6 months ago
  56. b49988c Remove unused tolerance value by Michalis Spyrou · 3 years, 6 months ago
  57. 8d5d78b COMPMID-3871: Create BatchNormalization SVE/SVE2 by Sheri Zhang · 3 years, 7 months ago
  58. 410e21e Fix baremetal arm_compute_validation build errors by SiCongLi · 3 years, 7 months ago
  59. 00e86cd Add new shapes in WinogradOutputTransform dataset by Giorgio Arena · 3 years, 7 months ago
  60. 2567adf Add new shapes to WinogradInputTransform dataset and fix border size for NCHW data layout by Giorgio Arena · 3 years, 7 months ago
  61. 6aeb217 Fix fill() for FP data type in fixtures - Part 1 by Giorgio Arena · 3 years, 7 months ago
  62. 72610dc Remove 3rdparty submodule and internal_only build option by Michele Di Giorgio · 3 years, 8 months ago
  63. aa51a5b COMPMID-3870: Create ActivationLayer SVE/SVE2 by Michalis Spyrou · 3 years, 7 months ago
  64. 3737c79 COMPMID-3968 30% regression on FSSD v1 25 Grayscale by Giorgio Arena · 3 years, 7 months ago
  65. ea7de7b Enable FFT for FP16 by Giorgio Arena · 3 years, 7 months ago
  66. c53266e Remove (CL/NE)UpsampleLayer in favor to (NE/CL)Scale by Georgios Pinitas · 3 years, 7 months ago
  67. 15bc848 [Review Shape] CLDepthwiseConvolutionLayer mismatches by Giorgio Arena · 3 years, 7 months ago
  68. 0b1c2db Remove (NE/CL)YoloLayer support by Georgios Pinitas · 3 years, 7 months ago
  69. 8c3c0e7 Remove (NE/CL)ComputeAllAnchors function by Georgios Pinitas · 3 years, 7 months ago
  70. 6bc4e96 Fix invalid usage of dataset::make by SiCong Li · 3 years, 7 months ago
  71. f7c5a41 Remove support for NEIm2Col, NECol2Im, NEGEMMInterleave4x4, NEGEMMTranspose1xW by Georgios Pinitas · 3 years, 7 months ago
  72. add8e81 COMPMID-3862: Add support QASYMM8 LEAKY RELU activation by Sang-Hoon Park · 3 years, 7 months ago
  73. 4ffc42a Add support for G78 instance by Georgios Pinitas · 3 years, 7 months ago
  74. 40f51a6 Update default C++ standard to C++14 by Georgios Pinitas · 3 years, 8 months ago
  75. 3278004 COMPMID-3891: Fix corner case 1 value mismatch in NEON Elementwise Division by Manuel Bottini · 3 years, 7 months ago
  76. 2dbc586 COMPMID-3961: Cleaning up logical operators on OpenCL by Sang-Hoon Park · 3 years, 8 months ago
  77. 136174a COMPMID-4020: Nightly failure - Few CL DirectConvolutionLayer QASYM8 mismatches by Manuel Bottini · 3 years, 7 months ago
  78. cac09dc COMPMID-4019: Disable CV/GLES from running on precommits by Michalis Spyrou · 3 years, 7 months ago
  79. 827817e COMPMID-3987: Nightly failure - Android builds failing in dataset and validation by Manuel Bottini · 3 years, 8 months ago
  80. d828b46 Fix segfault at validate_cl_gemm by Mirko leonardo Serra laban · 3 years, 8 months ago
  81. 75eea33 COMPMID-3961: Add Logical OR/AND/NOT operator on CL by Sang-Hoon Park · 3 years, 8 months ago
  82. 10a73f5 COMPMID-3971: Nightly failure - CL LaplacianPyramid mismatches by Manuel Bottini · 3 years, 8 months ago
  83. cc3e53c COMPMID-3972: ExportToCLImage test failure by Sheri Zhang · 3 years, 8 months ago
  84. 04a0706 COMPMID-3979 Sanitise Padding Removal epic by SiCong Li · 3 years, 8 months ago
  85. 1d1bca7 COMPMID-3978: Nighlty failure NEON Activation Layer mismatches on android armv7a by Manuel Bottini · 3 years, 8 months ago
  86. 58bce68 COMPMID-3962: Add Logical And, Or, Not support on NEON by Georgios Pinitas · 3 years, 8 months ago
  87. 17b7102 COMPMID-3973: CTS failure in QASYMM8_SIGNED Depthwise and Fully connected when fusing Bounded ReLU in Android R GpuAcc by Michele Di Giorgio · 3 years, 8 months ago
  88. 61ffda4 COMPMID-3599: Disable direct gemm convolution testing for armv7 for 8bit by Georgios Pinitas · 3 years, 8 months ago
  89. 28a46c9 COMPMID-3956: Nightly CL failure on G71 with error code -7 by Manuel Bottini · 3 years, 8 months ago
  90. c0b6f76 COMPMID-3776: Indirect GEMM by Georgios Pinitas · 3 years, 8 months ago
  91. 2d1a835 COMPMID-3735 Remove OpenCL padding: CLSoftmaxLayerKernel by Giorgio Arena · 3 years, 8 months ago
  92. 3327def COMPMID-2808: Add support for QASYMM8_SIGNED in NEROIAlignLayer by Sheri Zhang · 3 years, 9 months ago
  93. bef7fa2 COMPMID-3639: (3RDPARTY_UPDATE) Move CL kernels to src by Sang-Hoon Park · 3 years, 9 months ago
  94. ebcebf1 COMPMID-3638: Move NEON kernels by Michalis Spyrou · 3 years, 9 months ago
  95. 27d92fd COMPMID-3928: Fix output conversion in gemmlowp_mm_native by Michele Di Giorgio · 3 years, 8 months ago
  96. 9ae06d4 COMPMID-3925: Dispatch CLGEMM with no padding y requirement by Gian Marco Iodice · 3 years, 8 months ago
  97. b333758 COMPMID-3888: AddBroadcast1ElementUint8 test failing by Manuel Bottini · 3 years, 8 months ago
  98. 40192c1 COMPMID-3708 Remove OpenCL padding: CLCopyKernel [Patch1] by SiCong Li · 3 years, 9 months ago
  99. 1e2af2a COMPMID-3712 Remove OpenCL padding: CLDepthwiseConvolutionLayer3x3NHWCKernel FP16/32 by Giorgio Arena · 3 years, 9 months ago
  100. ed2a8ed COMPMID-3715: Remove OpenCL padding - CLElementwiseOperationKernel by Manuel Bottini · 3 years, 9 months ago