1. c58f0ad COMPMID-3502: Add support of different quantization input/output for ReduceMean by Manuel Bottini · 4 years ago
  2. a45abfd COMPMID-3687: Remove deprecated functions in 20.05 release by Sang-Hoon Park · 3 years, 11 months ago
  3. 9c7fed8 COMPMID-3656: Disabled reduce_axis in LOG_SOFTMAX and SOFTMAX by morgolock · 4 years ago
  4. 0499dff COMPMID-3392: Collapse TensorMaps into a single TensorPack by Georgios Pinitas · 4 years ago
  5. 09cad72 COMPMID-3393: Minor tweaks on memory injection interface by Georgios Pinitas · 4 years ago
  6. e068199 COMPMID-3576: Nightly failure: NEON/PoolingLayer/Float/FP16/MaxUnpooling S10 by Sheri Zhang · 4 years ago
  7. 4667ddd COMPMID-3374: Remove memory state from NEConcatenateLayer kernels by Georgios Pinitas · 4 years ago
  8. d9eaf61 COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm preferred presentation by Michele Di Giorgio · 4 years ago
  9. a0205b9 COMPMID-3574: add logarithm to LogSoftmaxLayer by Sang-Hoon Park · 4 years ago
  10. f9b595a COMPMID-3532: Align data type support between doxygen and implementation - NEON by Michele Di Giorgio · 4 years ago
  11. 6eb7345 COMPMID-3373: Async support to NEArithmetic* kernels/functions (Pt. 2) by Michalis Spyrou · 4 years ago
  12. fcf6f4e COMPMID-3477: Remove padding from NEPixelWiseMultiplicationKernel by Sheri Zhang · 4 years ago
  13. f2c714b COMPMID-3153: Remove padding from NENormalizationLayerKernel by Manuel Bottini · 4 years, 1 month ago
  14. 173ba9b COMPMID-3373: Async support to NEArithmetic* kernels/functions (Pt. 1) by Michalis Spyrou · 4 years ago
  15. b2842be COMPMID-3481: In-place computations for ArithmeticSubtractionKernel by Georgios Pinitas · 4 years ago
  16. 80feed5 COMPMID-3479: Perform in-place computations in NEElementwiseUnaryKernel by Manuel Bottini · 4 years, 1 month ago
  17. 1732da8 COMPMID-3384: Async support to NEStridedSliceLayerKernel kernels/functions by Michalis Spyrou · 4 years, 1 month ago
  18. ce0c675 COMPMID-3377: Async support to NEElementwiseUnaryLayerKernel kernels/functions by Michalis Spyrou · 4 years, 1 month ago
  19. 3be0b8c COMPMID-3480: Enable in-place elementwise operations in graph API by Michele Di Giorgio · 4 years, 1 month ago
  20. 1902383 Revert "COMPMID-3480: Perform in-place computations in NEArithmeticAdditionKernel" by Michele Di Giorgio · 4 years, 1 month ago
  21. 6ad60af COMPMID-3520: Move ndrange.hpp header from arm_gemm to assembly by Michele Di Giorgio · 4 years, 1 month ago
  22. 1fd2c80 COMPMID-3375: Port NEActivationLayer functions/kernels to run on by Georgios Pinitas · 4 years, 1 month ago
  23. bcd2352 COMPMID-3391: Implement Async interfaces by Michalis Spyrou · 4 years, 1 month ago
  24. 37722d9 COMPMID-2449: Implement NEUnPoolLayer by morgolock · 4 years, 3 months ago
  25. 4a61653 COMPMID-3480: Perform in-place computations in NEArithmeticAdditionKernel by Michele Di Giorgio · 4 years, 1 month ago
  26. ccd9496 COMPMID-3364: use ScaleKernelInfo for Scale on OpenCL and GLES by Sang-Hoon Park · 4 years, 1 month ago
  27. 11c562c COMPMID-3527: QLSTM should allow nullptr for optional projection bias by Michele Di Giorgio · 4 years, 1 month ago
  28. d004a7a COMPMID-3510 [Interface change] Fix definition of "axis" in NESoftmaxLayer and CLSoftmaxLayer by SiCong Li · 4 years, 1 month ago
  29. 25ef721 COMPMID-3180: Remove padding from NEThreshold by Georgios Pinitas · 4 years, 1 month ago
  30. f025a77 COMPMID-3363, COMPMID-3364: Add align_corners support to nearest neighbor by Sang-Hoon Park · 4 years, 1 month ago
  31. c261798 COMPMID-3363: Create ScaleKernelInfo by Sang-Hoon Park · 4 years, 2 months ago
  32. 16bd6dd COMPMID-3167: Remove padding from NEROIPoolingLayerKernel and NEROIAlignLayerKernel by Manuel Bottini · 4 years, 1 month ago
  33. 1710133 COMPMID-2395: Add support for U8 datatype to CropResize on NEON by Michele Di Giorgio · 4 years, 1 month ago
  34. 387259a COMPMID-3069: Removing deprecated functions and classes from 20.05 release by Manuel Bottini · 4 years, 1 month ago
  35. 5f39091 COMPMID-3176: Remove padding from NEArithmeticSubtractionKernel by Michalis Spyrou · 4 years, 2 months ago
  36. 5ce897f COMPMID-3108: Add Winograd 3x3,4x4 FP16 support for NEON by Georgios Pinitas · 4 years, 2 months ago
  37. a7431ae COMPMID-3439: Fix peephole and projection in CLQLSTMLayer by Sang-Hoon Park · 4 years, 2 months ago
  38. 1f567af COMPMID-3442: Add support of negative axis in NESoftmaxLayer and reference code by Sheri Zhang · 4 years, 2 months ago
  39. beb2d45 COMPMID-3470: Modify NE/CLQLSTMLayer interface to provide 3 outputs by Michele Di Giorgio · 4 years, 2 months ago
  40. 6e10aa3 COMPMID-3316: NEDeconvolutionLayer failing for a big input by Manuel Bottini · 4 years, 2 months ago
  41. d5c020a COMPMID-3239: Fix projection and peephole in NEQLSTMLayer by Sang-Hoon Park · 4 years, 2 months ago
  42. cf0f6bc COMPMID-3406: Fix build issue of gcc <= 5.4 by Sang-Hoon Park · 4 years, 2 months ago
  43. 9230e27 COMPMID-3241: Add Layer Normalization to NEQLSTMLayer by Sang-Hoon Park · 4 years, 3 months ago
  44. 47a8990 COMPMID-3237: Implement NEQLSTMLayer by Michele Di Giorgio · 4 years, 4 months ago
  45. b18252d COMPMID-3239: Implement QSYMM16 LayerNormalizationKernel for CL by Sheri Zhang · 4 years, 3 months ago
  46. fedefc3 COMPMID-2765 Add support for QASYMM8_SIGNED in NEDeconvolutionLayer by Luca Foschiani · 4 years, 5 months ago
  47. 8b2a7d3 COMPMID-3101 Fuse activation with floating point elementwise operation layers in CL by Giorgio Arena · 4 years, 5 months ago
  48. cc1f6c9 MLCE-166: Add support for extracting indices in NEPoolingLayer 2x2 NCHW by morgolock · 4 years, 3 months ago
  49. 9428a18 COMPMID-3237: Add support for QSYMM16 into S32 NEPixelwiseMultiplicationKernel by Michele Di Giorgio · 4 years, 3 months ago
  50. 9f2403f COMPMID-3237: Add support for QSYMM16 ArithmeticSubtraction on NEON by Michele Di Giorgio · 4 years, 3 months ago
  51. 4b86953 COMPMID-2966 Add support for QASYMM8_SIGNED in NEGEMMLowpQuantizeDownInt32ToUint8ScaleKernel by Luca Foschiani · 4 years, 5 months ago
  52. 2e5fd63 COMPMID-3098 Fuse Relu and Bounded Relu with FullyConnected NEON by SiCongLi · 4 years, 4 months ago
  53. a602f03 COMPMID-3237: Extend GEMMLowpReduction kernels to multiply reductions by a scalar value by Michele Di Giorgio · 4 years, 4 months ago
  54. c7b183a COMPMID-3160: Add Bfloat16 support in NEGEMMConvolutionLayer by Georgios Pinitas · 4 years, 4 months ago
  55. f5f2391 COMPMID-3069: Silence clang-8 warning wrt explicit default of deleted operator by Matthew Bentham · 4 years, 4 months ago
  56. e8291ac COMPMID-3152: Initial Bfloat16 support by Georgios Pinitas · 4 years, 4 months ago
  57. adb3291 COMPMID-3100 Fuse bias addition with fully connected layer NEON by SiCong Li · 4 years, 5 months ago
  58. 1856ff7 COMPMID-3097 Fuse activation with fully connected layer CL by Giorgio Arena · 4 years, 5 months ago
  59. 4370cff COMPMID-3034: Add NERequantizationLayerKernel by Manuel Bottini · 4 years, 5 months ago
  60. ee939fb COMPMID-2774: Add support for QASYMM8_SIGNED in NEReductionOperation, NEReduceMean and NEArgMinMaxLayer by Luca Foschiani · 4 years, 5 months ago
  61. 5c09ae8 COMPMID-2809 Added support for QASYMM8_SIGNED in NEUpsampleLayer by Luca Foschiani · 4 years, 6 months ago
  62. b4bb827 COMPMID-2772: Add support for QASYMM8_SIGNED in NEPoolingLayer by Manuel Bottini · 4 years, 7 months ago
  63. 74a1696 COMPMID-2994: Add support QASYMM8_SIGNED in NEComparisonOperationKernel by morgolock · 4 years, 6 months ago
  64. 8c837ca COMPMID-2766: Add support for QASYMM8_SIGNED in NEDepthwiseConvolutionLayer by Michele Di Giorgio · 4 years, 6 months ago
  65. 6427c82 COMPMID-2994: Add support QASYMM8_SIGNED in NEElementwiseSquareDiff by morgolock · 4 years, 6 months ago
  66. 9c70037 COMPMID-2769: Add support for QASYMM8_SIGNED in NEFullyConnectedLayer by Michele Di Giorgio · 4 years, 6 months ago
  67. ab709a0 COMPMID-2727: Add support for split sizes in NESplit by Kurtis Charnock · 4 years, 7 months ago
  68. 781d727 COMPMID-2994: Add support QASYMM8_SIGNED in NEElementwiseMin by morgolock · 4 years, 6 months ago
  69. daa3aba COMPMID-2799 Add support for QASYMM8_SIGNED in NECast by Luca Foschiani · 4 years, 6 months ago
  70. a359805 COMPMID-2994: Add support QASYMM8_SIGNED in NEElementwiseMax by morgolock · 4 years, 6 months ago
  71. bb123bd MLCE-139 add align_corners parameter to NEScale by Sang-Hoon Park · 4 years, 6 months ago
  72. f29d1b7 COMPMID-2608: Enable quantization with multiplier greater than 1 on NEON by Michele Di Giorgio · 4 years, 8 months ago
  73. 52ea9c2 COMPMID-2811: QASYMM8_SIGNED support in NEPixelwiseMultiplication. by Pablo Tello · 4 years, 7 months ago
  74. 3384356 COMPMID-2754: Add support for QASYMM8_SIGNED in NE kernels/functions. by Georgios Pinitas · 4 years, 7 months ago
  75. 6f58b37 COMPMID-2798 Add support for QASYMM8_SIGNED in NEArithmeticSubtraction by Michalis Spyrou · 4 years, 7 months ago
  76. 8d4d1b8 COMPMID-2796: Add support for QASYMM8_SIGNED in NEActivationLayer and NEPReluLayer by Michalis Spyrou · 4 years, 7 months ago
  77. cc4815f COMPMID-2959: Update NE/CL Permute documentation. by Georgios Pinitas · 4 years, 7 months ago
  78. f464337 COMPMID-2826 Comply with DCL51-CPP by Michalis Spyrou · 4 years, 7 months ago
  79. 6e1791b COMPMID-2764: Add support for QASYMM8_SIGNED in NEConvolutionLayer. by Georgios Pinitas · 4 years, 7 months ago
  80. bc4d7c2 COMPMID-2797 Add support for QASYMM8_SIGNED in NEArithmeticAddition by Michalis Spyrou · 4 years, 7 months ago
  81. 448a81f COMPMID-2805: Add QASYMM8_SIGNED support in NEGEMMLowpOutputStage by Georgios Pinitas · 4 years, 8 months ago
  82. 9397515 COMPMID-2855: NEReduceMean throws error for invalid configs by Pablo Tello · 4 years, 8 months ago
  83. 2963a6f COMPMID-2152: Implement Fill for NEON by Kurtis Charnock · 4 years, 8 months ago
  84. 7a669a8 COMPMID-2921 Performance regression on NEON Int8 by Giorgio Arena · 4 years, 8 months ago
  85. 7b12bfb COMPMID-1730: Document best practices by Michele Di Giorgio · 4 years, 8 months ago
  86. 8217c8e COMPMID-2895: Remove QASYMM8_PER_CHANNEL data type by Georgios Pinitas · 4 years, 8 months ago
  87. eaa01ab COMPMID-2671 use Signed32 for default output data type of ArgMinMax by Sang-Hoon Park · 4 years, 8 months ago
  88. dbdea0d COMPMID-2308: NEConvolutionLayer: support QUANT8_SYMM_PER_CHANNEL filters by Georgios Pinitas · 4 years, 9 months ago
  89. 0fc2d7a COMPMID-2862: remove forward declaration of ReductionOperation by Sang-Hoon Park · 4 years, 8 months ago
  90. 2697fd8 COMPMID-2707: add keep_dims parameter to Reduction Operation by Sang-Hoon Park · 4 years, 9 months ago
  91. df4cf57 COMPMID-2306: CLDepthwiseConvolution: support for QUANT8_PER_CHANNEL_SYMM by Michele Di Giorgio · 4 years, 9 months ago
  92. d985378 COMPMID-2588: Optimize the output detection kernel required by MobileNet-SSD (~27% improvement) by Giuseppe Rossini · 4 years, 8 months ago
  93. 05069f0 COMPMID-2515: Merge optimized depthwise convolution to the generic depthwise convolution function by Manuel Bottini · 4 years, 9 months ago
  94. 48b3ef8 COMPMID-2577: Fuse bias addition and activation in gemm assembly kernels by Georgios Pinitas · 4 years, 9 months ago
  95. d93e263 COMPMID-2708 NEDepthwiseConvolution Generic: support for QUANT8_PER_CHANNEL_SYMM by Giorgio Arena · 4 years, 9 months ago
  96. d24affe COMPMID-2265 add support for Log Softmax to NEON by Sang-Hoon Park · 4 years, 9 months ago
  97. 6bff195 COMPMID-2486: Remove disabled compiler warnings by Michalis Spyrou · 4 years, 9 months ago
  98. 58c71ef COMPMID-2257: Add support for QASYMM8 in NEGenerateProposals by Michele Di Giorgio · 4 years, 9 months ago
  99. d64a46c COMPMID-2699: Add support for QASYMM16 in NEQuantizationLayer by Michele Di Giorgio · 4 years, 9 months ago
  100. 3d8fe49 INFPRF-609:Performance Issue of the Latest ArmCL by giuros01 · 4 years, 9 months ago