1. 0d27b2e Remove legacy PostOps code by Jakub Sujak · 11 months ago
  2. 4cb0bd4 Improved testing for ArgMinMax by Pablo Marquez Tello · 12 months ago
  3. 4a1c917 Add support for input S64/U64 in CpuCastKernel by Pablo Marquez Tello · 12 months ago
  4. 205ba24 Added S64/U64 support for the input in CLCast by Pablo Marquez Tello · 12 months ago
  5. 3b162e5 Reorder added by David Svantesson · 1 year, 4 months ago
  6. a25582c Fix the gather layer indices check by Viet-Hoa Do · 1 year, 4 months ago
  7. 732c1b2 Fix GCC13 compiler errors by Pablo Marquez Tello · 1 year, 3 months ago
  8. fd472f0 Add quantized support for unary elementwise in CPU by Viet-Hoa Do · 1 year, 4 months ago
  9. 5a7d157 Fix BatchToSpaceFixture by SiCong Li · 1 year, 4 months ago
  10. 14d7b53 Implementation of RSQRT for quantized int8 by Ramy Elgammal · 1 year, 5 months ago
  11. 4ceb453 Add CropInfo to BatchToSpace reference and fixture by SiCong Li · 1 year, 4 months ago
  12. 37c989a Add support for arbitrary parameters for CPU Gather by Viet-Hoa Do · 1 year, 5 months ago
  13. bbf2e74 Add support for kernel indices in Maxpool by Adnan AlSinan · 1 year, 5 months ago
  14. 227db8d Add an option to use lowest for max-pooling by Adnan AlSinan · 1 year, 5 months ago
  15. ecaa10a Fix Intermittent Neon™ ReduceMean QASYMM8 Mismatch by Mohammed Suhail Munshi · 1 year, 5 months ago
  16. a18d85c Dynamic Fusion Pooling Layer 2d by Mohammed Suhail Munshi · 1 year, 6 months ago
  17. 76335eb Implement the OpenCL kernel to compute the indirect convolution by Gian Marco Iodice · 1 year, 8 months ago
  18. 5d01681 Implement address precalculation for indirect conv2d - OpenCL by Gian Marco Iodice · 1 year, 8 months ago
  19. 199982f Add threshold for floating-point SOFT_RELU activation by Milos Puzovic · 1 year, 9 months ago
  20. d6b8a71 Add FP32 Neon™ swish activation by Jonathan Deakin · 1 year, 11 months ago
  21. c4f2743 Optimize Quantized/Integer Bilinear Scale for Neon™ by Gunes Bayir · 1 year, 10 months ago
  22. 926f502 Adding GELU activation by Murray Kornelsen · 2 years ago
  23. 6e09e14 INT8 Quantized MeanStdDevNorm (LayerNorm) by Murray Kornelsen · 2 years ago
  24. 894659a Add support for 2d and 3d indices for axis 1 by Pablo Marquez Tello · 2 years, 2 months ago
  25. dc4f276 Revert "Add support for 2d and 3d indices for axis 0" by Mohammed Suhail Munshi · 2 years, 2 months ago
  26. 920f2b6 Add support for 2d and 3d indices for axis 0 by Pablo Marquez Tello · 2 years, 3 months ago
  27. 3751569 Implementation of ClPooling3d by ramelg01 · 2 years, 4 months ago
  28. 918a9fb Add Pool3d reference implementation by Gunes Bayir · 2 years, 5 months ago
  29. 6863fa0 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 5 months ago
  30. c4270cf Add tests for FP Cpu Pooling where pool region is completely outside the input by SiCongLi · 2 years, 7 months ago
  31. b2eba7f Replacing non-inclusive terms with proper terms by ramelg01 · 2 years, 7 months ago
  32. 3177861 Fix PostOp dependency by SiCongLi · 2 years, 8 months ago
  33. 6049eda Add PRelu to supported PostOps in: by ramelg01 · 2 years, 9 months ago
  34. 3f7414b Fix clang issue when casting negative int32_t to int64_t by Giorgio Arena · 2 years, 9 months ago
  35. 1af5416 Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1 by SiCongLi · 2 years, 9 months ago
  36. 51847d5 Implement CLDirectConv3DKernel - uint8/int8 by Giorgio Arena · 2 years, 9 months ago
  37. 5c002ec Add missing common functionalities for DirectConv3D by Giorgio Arena · 2 years, 9 months ago
  38. 2ec6163 Fix Build error with asserts=0 by Adnan AlSinan · 2 years, 10 months ago
  39. e4563a0 Adds Conv3d reference implementation support. by Adnan AlSinan · 2 years, 10 months ago
  40. 37a4611 Add test for validating batched-GEMM on CPU by Gian Marco Iodice · 3 years ago
  41. ef5aac6 Add FP16 support to CLRemap by Freddie Liardet · 3 years, 1 month ago
  42. ee301b3 Fix errata in documentation by Jakub Sujak · 3 years, 1 month ago
  43. f3c5259 Remove padding from NERemapKernel by Manuel Bottini · 3 years, 2 months ago
  44. e92b045 Add per-channel quantization support for CLDeconvolutionLayer by Freddie Liardet · 3 years, 3 months ago
  45. 9d061b0 Add per channel quantization support for NEDeconvolutionLayer by Freddie Liardet · 3 years, 3 months ago
  46. 33f41fa Fix trademarks throughout the codebase by Michele Di Giorgio · 3 years, 4 months ago
  47. c6f9510 Remove Computer Vision generic interfaces and types by Georgios Pinitas · 3 years, 3 months ago
  48. ab84088 Added Qasymm8 datatype support to NEROIPoolingLayer with Tests by Suhail Munshi · 3 years, 5 months ago
  49. 473cb01 Remove Compute Vision CL support by Michalis Spyrou · 3 years, 5 months ago
  50. ac6499a Comply with Trademark rules for use of Neon, Arm and Mali by Sheri Zhang · 3 years, 5 months ago
  51. 669d17d Disable strict overflow warning for tensor_elem_at by Giorgio Arena · 3 years, 5 months ago
  52. 1e0208a Make CLArithmeticAddition kernel and function state-less by Michele Di Giorgio · 3 years, 6 months ago
  53. 18fbb92 Fix build error for gcc 10.2+ by Sang-Hoon Park · 3 years, 6 months ago
  54. fefd16a Fix wrong file inclusion in QLSTMLayerNormalization reference by Georgios Pinitas · 3 years, 6 months ago
  55. 4d9383e [Nightly Failure] Fix ColorConvert empty coordinates error by Giorgio Arena · 3 years, 6 months ago
  56. c5a6139 Clean up macro definitions in arm_compute headers by Giorgio Arena · 3 years, 6 months ago
  57. b309fc2 Fix uniform_real_distribution_fp16 warning and single Dimension increment by Giorgio Arena · 3 years, 6 months ago
  58. 410e21e Fix baremetal arm_compute_validation build errors by SiCongLi · 3 years, 7 months ago
  59. ea7de7b Enable FFT for FP16 by Giorgio Arena · 3 years, 7 months ago
  60. c53266e Remove (CL/NE)UpsampleLayer in favor to (NE/CL)Scale by Georgios Pinitas · 3 years, 7 months ago
  61. 2dbc586 COMPMID-3961: Cleaning up logical operators on OpenCL by Sang-Hoon Park · 3 years, 8 months ago
  62. 75eea33 COMPMID-3961: Add Logical OR/AND/NOT operator on CL by Sang-Hoon Park · 3 years, 8 months ago
  63. 58bce68 COMPMID-3962: Add Logical And, Or, Not support on NEON by Georgios Pinitas · 3 years, 8 months ago
  64. 68dd25f COMPMID-3637: Move utility headers from arm_compute to src by Sang-Hoon Park · 3 years, 9 months ago
  65. 1643a45 COMPMID-3760: Reduce template instantiations for ROIAlign reference by Georgios Pinitas · 3 years, 10 months ago
  66. 1813422 COMPMID-3583: Add S32 support to NEElementwiseDivision by Georgios Pinitas · 3 years, 10 months ago
  67. bb88f89 COMPMID-3581 Add S32 support to NEPixelWiseMultiplication by SiCong Li · 3 years, 11 months ago
  68. 2d22139 COMPMID-3154: Deprecate NE/CL LocallyConnectedLayer by Georgios Pinitas · 3 years, 10 months ago
  69. 96209c7 COMPMID-3694 COMPMID-3695 COMPMID-3458: Softmax Axis by SiCong Li · 3 years, 11 months ago
  70. c58f0ad COMPMID-3502: Add support of different quantization input/output for ReduceMean by Manuel Bottini · 4 years ago
  71. 801bbcb COMPMID-2479: Extend CLPoolingLayer max pooling to extract indices by Sheri Zhang · 4 years ago
  72. 7a81d2a COMPMID-3624: CTS failure on Resize quantized in Neon and CL by Michele Di Giorgio · 4 years ago
  73. e068199 COMPMID-3576: Nightly failure: NEON/PoolingLayer/Float/FP16/MaxUnpooling S10 by Sheri Zhang · 4 years ago
  74. d9eaf61 COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm preferred presentation by Michele Di Giorgio · 4 years ago
  75. a0205b9 COMPMID-3574: add logarithm to LogSoftmaxLayer by Sang-Hoon Park · 4 years ago
  76. 94d5051 COMPMID-3539: Change indexing for nearest neighbor with aligned corners by Sang-Hoon Park · 4 years ago
  77. 8198fdb COMPMID-3570 - Nightly #828 failure: pixel_wise_multiplication explicit specialization has no effect by Manuel Bottini · 4 years ago
  78. fcf6f4e COMPMID-3477: Remove padding from NEPixelWiseMultiplicationKernel by Sheri Zhang · 4 years, 1 month ago
  79. 3687ee1 COMPMID-3539: Ignore align_corners for scaled size of 1 by Sang-Hoon Park · 4 years, 1 month ago
  80. 36b8f05 Fixes Failures Nightly #818 by Manuel Bottini · 4 years, 1 month ago
  81. 9e4b899 COMPMID-3364: prevent auto dimension correction for ScaleFixture by Sang-Hoon Park · 4 years, 1 month ago
  82. 37722d9 COMPMID-2449: Implement NEUnPoolLayer by morgolock · 4 years, 3 months ago
  83. 11c562c COMPMID-3527: QLSTM should allow nullptr for optional projection bias by Michele Di Giorgio · 4 years, 1 month ago
  84. d004a7a COMPMID-3510 [Interface change] Fix definition of "axis" in NESoftmaxLayer and CLSoftmaxLayer by SiCong Li · 4 years, 1 month ago
  85. f025a77 COMPMID-3363, COMPMID-3364: Add align_corners support to nearest neighbor by Sang-Hoon Park · 4 years, 2 months ago
  86. 1710133 COMPMID-2395: Add support for U8 datatype to CropResize on NEON by Michele Di Giorgio · 4 years, 1 month ago
  87. 6d76e4d Silence clang++-10 warning about copying iterators by Matthew Bentham · 4 years, 1 month ago
  88. d5af1a0 COMPMID-3490 - Nightly fails: android armv7 microtask error - part2 by Manuel Bottini · 4 years, 2 months ago
  89. 9329175 COMPMID-3490 - Nightly fails: android armv7 microtask error by Manuel Bottini · 4 years, 2 months ago
  90. 1f567af COMPMID-3442: Add support of negative axis in NESoftmaxLayer and reference code by Sheri Zhang · 4 years, 2 months ago
  91. 6e10aa3 COMPMID-3316: NEDeconvolutionLayer failing for a big input by Manuel Bottini · 4 years, 2 months ago
  92. e383c35 MLCE-166: Add support for extracting indices in NEPoolingLayer 2x2 NHWC by morgolock · 4 years, 3 months ago
  93. f25e295 COMPMID-3329: failures in nightly (GC/GEMM and CPP/DFT) by Manuel Bottini · 4 years, 3 months ago
  94. d1d7722 COMPMID-3314: Enable OpenMP in the reference tests by Michalis Spyrou · 4 years, 3 months ago
  95. 0d008f7 COMPMID-3281: Implement QSYMM16 Layer Normalization for NEON QLSTM by Sang-Hoon Park · 4 years, 4 months ago
  96. 8b2a7d3 COMPMID-3101 Fuse activation with floating point elementwise operation layers in CL by Giorgio Arena · 4 years, 5 months ago
  97. cc1f6c9 MLCE-166: Add support for extracting indices in NEPoolingLayer 2x2 NCHW by morgolock · 4 years, 4 months ago
  98. 9428a18 COMPMID-3237: Add support for QSYMM16 into S32 NEPixelwiseMultiplicationKernel by Michele Di Giorgio · 4 years, 3 months ago
  99. afc630f COMPMID-3069: Resolve Bfloat16 validation issues. by Georgios Pinitas · 4 years, 3 months ago
  100. 1a531fa COMPMID-3238 modify reference kernel of layer normalization for QSYMM16 by Sang-Hoon Park · 4 years, 4 months ago