1. 387259a COMPMID-3069: Removing deprecated functions and classes from 20.05 release by Manuel Bottini · 4 years, 2 months ago
  2. 11bfe0e COMPMID-3491: ReduceMean not properly validating quantizations by Manuel Bottini · 4 years, 2 months ago
  3. 5f39091 COMPMID-3176: Remove padding from NEArithmeticSubtractionKernel by Michalis Spyrou · 4 years, 2 months ago
  4. ee4833d COMPMID-3497: Add checks for zero scale values to QLSTMLayer by Sang-Hoon Park · 4 years, 2 months ago
  5. 0905028 COMPMID-3069: Align graph convolution implementation for CL and NEON. by Georgios Pinitas · 4 years, 2 months ago
  6. 4efe5dc COMPMID-3484: Regression in Transpose convolution Android R CTS test. by Manuel Bottini · 4 years, 2 months ago
  7. 5ce897f COMPMID-3108: Add Winograd 3x3,4x4 FP16 support for NEON by Georgios Pinitas · 4 years, 2 months ago
  8. a7431ae COMPMID-3439: Fix peephole and projection in CLQLSTMLayer by Sang-Hoon Park · 4 years, 2 months ago
  9. 1f567af COMPMID-3442: Add support of negative axis in NESoftmaxLayer and reference code by Sheri Zhang · 4 years, 2 months ago
  10. beb2d45 COMPMID-3470: Modify NE/CLQLSTMLayer interface to provide 3 outputs by Michele Di Giorgio · 4 years, 2 months ago
  11. 6e10aa3 COMPMID-3316: NEDeconvolutionLayer failing for a big input by Manuel Bottini · 4 years, 2 months ago
  12. d5c020a COMPMID-3239: Fix projection and peephole in NEQLSTMLayer by Sang-Hoon Park · 4 years, 2 months ago
  13. 6f8b17d [ONCPUML-7] arm_compute support for ND parallelism by Joseph Dobson · 4 years, 5 months ago
  14. c6aef87 COMPMID-3069: Validate bias dimensionality in NEFullyConnectedLayer by Georgios Pinitas · 4 years, 2 months ago
  15. bc0e1c9 COMPMID-3069: Allow different quantization info in NEElementwiseMin/Max by Michele Di Giorgio · 4 years, 2 months ago
  16. 9230e27 COMPMID-3241: Add Layer Normalization to NEQLSTMLayer by Sang-Hoon Park · 4 years, 3 months ago
  17. e631681 COMPMID: Fixed issue in the scheduler of NEConcatenateLayer by Gian Marco Iodice · 4 years, 3 months ago
  18. 30b46a6 COMPMID-3241: Fix hidden scale in NEQLSTMLayer by Sang-Hoon Park · 4 years, 3 months ago
  19. 47a8990 COMPMID-3237: Implement NEQLSTMLayer by Michele Di Giorgio · 4 years, 4 months ago
  20. fedefc3 COMPMID-2765 Add support for QASYMM8_SIGNED in NEDeconvolutionLayer by Luca Foschiani · 4 years, 5 months ago
  21. 8b2a7d3 COMPMID-3101 Fuse activation with floating point elementwise operation layers in CL by Giorgio Arena · 4 years, 5 months ago
  22. cc1f6c9 MLCE-166: Add support for extracting indices in NEPoolingLayer 2x2 NCHW by morgolock · 4 years, 4 months ago
  23. afc630f COMPMID-3069: Resolve Bfloat16 validation issues. by Georgios Pinitas · 4 years, 3 months ago
  24. 4b86953 COMPMID-2966 Add support for QASYMM8_SIGNED in NEGEMMLowpQuantizeDownInt32ToUint8ScaleKernel by Luca Foschiani · 4 years, 5 months ago
  25. 2e5fd63 COMPMID-3098 Fuse Relu and Bounded Relu with FullyConnected NEON by SiCongLi · 4 years, 4 months ago
  26. a602f03 COMPMID-3237: Extend GEMMLowpReduction kernels to multiply reductions by a scalar value by Michele Di Giorgio · 4 years, 4 months ago
  27. c7b183a COMPMID-3160: Add Bfloat16 support in NEGEMMConvolutionLayer by Georgios Pinitas · 4 years, 4 months ago
  28. 9204646 COMPMID-3069: Remove unnecessary uses of ToolchainSupport.h by Matthew Bentham · 4 years, 4 months ago
  29. 758b5ba COMPMID-3069: Improve build time by splitting up ToolchainSupport.h by Matthew Bentham · 4 years, 4 months ago
  30. 773e43c COMPMID-3069: Add NERNN missing assert by Michalis Spyrou · 4 years, 4 months ago
  31. adb3291 COMPMID-3100 Fuse bias addition with fully connected layer NEON by SiCong Li · 4 years, 5 months ago
  32. 0b192e8 COMPMID-3067: Address gcc9 failures by Georgios Pinitas · 4 years, 5 months ago
  33. ee939fb COMPMID-2774: Add support for QASYMM8_SIGNED in NEReductionOperation, NEReduceMean and NEArgMinMaxLayer by Luca Foschiani · 4 years, 5 months ago
  34. bbe4458 COMPMID-3084: Fix padding value for Reduce MAX/MIN by Sang-Hoon Park · 4 years, 5 months ago
  35. 47fd61f COMPMID-2819: Remove use of std::bind1st as is deprecated since C++11 by Georgios Pinitas · 4 years, 5 months ago
  36. 11fedda COMPMID-2985 add data_layout to PoolingLayerInfo by Sang-Hoon Park · 4 years, 6 months ago
  37. b4bb827 COMPMID-2772: Add support for QASYMM8_SIGNED in NEPoolingLayer by Manuel Bottini · 4 years, 7 months ago
  38. 71ac903 COMPMID-2923 Integrate arm_gemm per channel quantization by Michalis Spyrou · 4 years, 8 months ago
  39. 19bd412 COMPMID-3022 Fix NEON QASYMM8 Reduction Operation by Michalis Spyrou · 4 years, 6 months ago
  40. 0cb3da6 COMPMID-2985 change PoolingLayerInfo to struct by Sang-Hoon Park · 4 years, 6 months ago
  41. 4715cf9 COMPMID-2760: add support for QASYMM8_SIGNED to CLGEMMConvolutionLayer by Sang-Hoon Park · 4 years, 6 months ago
  42. 9c70037 COMPMID-2769: Add support for QASYMM8_SIGNED in NEFullyConnectedLayer by Michele Di Giorgio · 4 years, 6 months ago
  43. ab709a0 COMPMID-2727: Add support for split sizes in NESplit by Kurtis Charnock · 4 years, 7 months ago
  44. 13ec5f0 COMPMID-2800: Add support for QASYMM8_SIGNED in NEDepthwiseConvolutionLayer3x3Kernel by Michele Di Giorgio · 4 years, 6 months ago
  45. 781d727 COMPMID-2994: Add support QASYMM8_SIGNED in NEElementwiseMin by morgolock · 4 years, 6 months ago
  46. a359805 COMPMID-2994: Add support QASYMM8_SIGNED in NEElementwiseMax by morgolock · 4 years, 6 months ago
  47. bb123bd MLCE-139 add align_corners parameter to NEScale by Sang-Hoon Park · 4 years, 6 months ago
  48. 4536193 COMPMID-2801: Add support for QASYMM8_SIGNED in NEDirectConvolutionLayerOutputStageKernel by Michele Di Giorgio · 4 years, 7 months ago
  49. 807ce59 COMPMID-2999: Nighliy Build Failure [655] - Bare metal build for armv7 by Michele Di Giorgio · 4 years, 6 months ago
  50. 5255672 COMPMID-2998: NEON/GEMMConvolutionLayer/Quantized/QASYMM8_SIGNED failing on 32-bit by Michele Di Giorgio · 4 years, 7 months ago
  51. f29d1b7 COMPMID-2608: Enable quantization with multiplier greater than 1 on NEON by Michele Di Giorgio · 4 years, 8 months ago
  52. e7be8a0 COMPMID-2980 (Nightly) armv7a build failures by Michalis Spyrou · 4 years, 7 months ago
  53. a0a4ba1 COMPMID-2855: CLReduceMean throws error for invalid configs by Pablo Tello · 4 years, 7 months ago
  54. 3384356 COMPMID-2754: Add support for QASYMM8_SIGNED in NE kernels/functions. by Georgios Pinitas · 4 years, 7 months ago
  55. f01201a COMPMID-2305: NEDepthwiseConvolution 3x3: support for QUANT8_PER_CHANNEL_SYMM by Giuseppe Rossini · 4 years, 8 months ago
  56. 6e1791b COMPMID-2764: Add support for QASYMM8_SIGNED in NEConvolutionLayer. by Georgios Pinitas · 4 years, 7 months ago
  57. 5cb49dc COMPMID-2962 Fix compiler warnings for g++8 by Michalis Spyrou · 4 years, 7 months ago
  58. ae6ef7c COMPMID-2763 convert functions and helpers for QASYMM8_SIGNED by Sang-Hoon Park · 4 years, 8 months ago
  59. 448a81f COMPMID-2805: Add QASYMM8_SIGNED support in NEGEMMLowpOutputStage by Georgios Pinitas · 4 years, 8 months ago
  60. 9397515 COMPMID-2855: NEReduceMean throws error for invalid configs by Pablo Tello · 4 years, 8 months ago
  61. 581f178 COMPMID-2920: NEInstanceNormalization fails on NHWC validations by Manuel Bottini · 4 years, 8 months ago
  62. 2963a6f COMPMID-2152: Implement Fill for NEON by Kurtis Charnock · 4 years, 8 months ago
  63. 6011f24 COMPMID-2853: Fix VGG16 for fp16. by Georgios Pinitas · 4 years, 8 months ago
  64. 7a669a8 COMPMID-2921 Performance regression on NEON Int8 by Giorgio Arena · 4 years, 8 months ago
  65. eaa01ab COMPMID-2671 use Signed32 for default output data type of ArgMinMax by Sang-Hoon Park · 4 years, 8 months ago
  66. 77d4252 COMPMID-2853: VGG16 regression for fp32 by Georgios Pinitas · 4 years, 8 months ago
  67. 63d4dbd COMPMID-2452: Fix 32-bit per-channel convolution for NEON. by Georgios Pinitas · 4 years, 8 months ago
  68. 5264b7d COMPMID-2576: Fuse activation in Winograd output transform. by Pablo Tello · 4 years, 9 months ago
  69. dbdea0d COMPMID-2308: NEConvolutionLayer: support QUANT8_SYMM_PER_CHANNEL filters by Georgios Pinitas · 4 years, 9 months ago
  70. 0fc2d7a COMPMID-2862: remove forward declaration of ReductionOperation by Sang-Hoon Park · 4 years, 8 months ago
  71. 2697fd8 COMPMID-2707: add keep_dims parameter to Reduction Operation by Sang-Hoon Park · 4 years, 9 months ago
  72. d985378 COMPMID-2588: Optimize the output detection kernel required by MobileNet-SSD (~27% improvement) by Giuseppe Rossini · 4 years, 9 months ago
  73. 0726398 COMPMID-2501: Support multiplier > 1 during QASYMM8 requantization for Quantized LSTM by Manuel Bottini · 4 years, 9 months ago
  74. 05069f0 COMPMID-2515: Merge optimized depthwise convolution to the generic depthwise convolution function by Manuel Bottini · 4 years, 10 months ago
  75. 48b3ef8 COMPMID-2577: Fuse bias addition and activation in gemm assembly kernels by Georgios Pinitas · 4 years, 9 months ago
  76. d93e263 COMPMID-2708 NEDepthwiseConvolution Generic: support for QUANT8_PER_CHANNEL_SYMM by Giorgio Arena · 4 years, 9 months ago
  77. d24affe COMPMID-2265 add support for Log Softmax to NEON by Sang-Hoon Park · 4 years, 9 months ago
  78. 7c60c99 COMPMID-2486: Remove disabled compiler warnings by Michalis Spyrou · 4 years, 9 months ago
  79. 6bff195 COMPMID-2486: Remove disabled compiler warnings by Michalis Spyrou · 4 years, 9 months ago
  80. 2ff0009 COMPMID-2661: Implement complex function dynamic tensor support. by Georgios Pinitas · 4 years, 9 months ago
  81. 58c71ef COMPMID-2257: Add support for QASYMM8 in NEGenerateProposals by Michele Di Giorgio · 4 years, 9 months ago
  82. d64a46c COMPMID-2699: Add support for QASYMM16 in NEQuantizationLayer by Michele Di Giorgio · 4 years, 9 months ago
  83. 20c2b50 COMPMID-2693 Weights manager to mark the initial weights as unsued by Michalis Spyrou · 4 years, 9 months ago
  84. 3d8fe49 INFPRF-609:Performance Issue of the Latest ArmCL by giuros01 · 4 years, 9 months ago
  85. 1a569a3 COMPMID-2161 [NEON] Create IWeightManager class by Michalis Spyrou · 4 years, 10 months ago
  86. 4c268b9 COMPMID-2681: Use NE/CL/Pad in NE/CL/GenerateProposalsLayer by Michele Di Giorgio · 4 years, 10 months ago
  87. c9564cb COMPMID-2257: Implement NEGenerateProposals. by Pablo Tello · 4 years, 10 months ago
  88. 769c638 COMPMID-2314: Implement NEON INSTANCE_NORMALIZATION function by Manuel Bottini · 4 years, 11 months ago
  89. 9032ee3 MLCE-129: NEPad 30x slower than TensorFlow's implementation by Manuel Bottini · 5 years ago
  90. 12833d0 COMPMID-2204: RuntimeContext interface for NEON functions. by Georgios Pinitas · 5 years ago
  91. ed0e35b COMPMID-2246: Implement NEBoundingBoxTransform. by Pablo Tello · 4 years, 10 months ago
  92. d75f9e9 COMPMID-2318: Implement NEROIAlignLayer by Pablo Tello · 4 years, 11 months ago
  93. b9070a4 COMPMID-2605: Add asymmetric padding support for Deconvolution layer by Matthew Jackson · 4 years, 11 months ago
  94. 601ba3f COMPMID-2336: Validate multiplier and offset calculation in LSTMQuantized and DepthwiseConvolution functions by Michele Di Giorgio · 4 years, 11 months ago
  95. 35ea9a7 COMPMID-2317: Add new QASYMM16 data type by Michele Di Giorgio · 4 years, 11 months ago
  96. ec8cce8 COMPMID-2602: FullyConnected VTS failure on CL and Neon TENSOR_QUANT8_ASYMM by Gian Marco Iodice · 4 years, 11 months ago
  97. ecb1427 COMPMID-2492 Fix Segfault in NEDeconvolutionLayer for NHWC by SiCong Li · 4 years, 11 months ago
  98. 9f0d5ec COMPMID-2597: Checking bias type in NEDeconvolutionLayer::validate even when bias == nullptr by Manuel Bottini · 5 years ago
  99. 0c5191c COMPMID-2336: Fix call to validate in NEDeconvolutionLayer by Michele Di Giorgio · 5 years ago
  100. 70e890e COMPMID-2541 Remove DepthwiseSeparableConvolutionLayer for NEON/CL by Giorgio Arena · 5 years ago