1. 7ba240b COMPMID-3069: Fix QASYMM8_SIGNED RELUs in NEActivationLayerKernel by Michele Di Giorgio · 4 years, 3 months ago
  2. 47a8990 COMPMID-3237: Implement NEQLSTMLayer by Michele Di Giorgio · 4 years, 4 months ago
  3. fedefc3 COMPMID-2765 Add support for QASYMM8_SIGNED in NEDeconvolutionLayer by Luca Foschiani · 4 years, 5 months ago
  4. 0d008f7 COMPMID-3281: Implement QSYMM16 Layer Normalization for NEON QLSTM by Sang-Hoon Park · 4 years, 4 months ago
  5. 10b49c7 COMPMID-3313: Failed to compile master using gcc 8.1.1 by Michalis Spyrou · 4 years, 3 months ago
  6. cc1f6c9 MLCE-166: Add support for extracting indices in NEPoolingLayer 2x2 NCHW by morgolock · 4 years, 4 months ago
  7. 9428a18 COMPMID-3237: Add support for QSYMM16 into S32 NEPixelwiseMultiplicationKernel by Michele Di Giorgio · 4 years, 3 months ago
  8. 9f2403f COMPMID-3237: Add support for QSYMM16 ArithmeticSubtraction on NEON by Michele Di Giorgio · 4 years, 4 months ago
  9. 4b86953 COMPMID-2966 Add support for QASYMM8_SIGNED in NEGEMMLowpQuantizeDownInt32ToUint8ScaleKernel by Luca Foschiani · 4 years, 5 months ago
  10. 3bb75d6 COMPMID-3175: Remove padding from NEBoundingBoxTransformKernel by Michalis Spyrou · 4 years, 4 months ago
  11. 16a70e0 COMPMID-3158: Remove padding from NEWidthConcatenateLayerKernel by Michalis Spyrou · 4 years, 4 months ago
  12. 61b1708 COMPMID-3185: Remove padding from NEHeightConcatenateLayerKernel by Michalis Spyrou · 4 years, 4 months ago
  13. a602f03 COMPMID-3237: Extend GEMMLowpReduction kernels to multiply reductions by a scalar value by Michele Di Giorgio · 4 years, 4 months ago
  14. c7b183a COMPMID-3160: Add Bfloat16 support in NEGEMMConvolutionLayer by Georgios Pinitas · 4 years, 4 months ago
  15. 9204646 COMPMID-3069: Remove unnecessary uses of ToolchainSupport.h by Matthew Bentham · 4 years, 4 months ago
  16. 758b5ba COMPMID-3069: Improve build time by splitting up ToolchainSupport.h by Matthew Bentham · 4 years, 4 months ago
  17. ce3a7b2 COMPMID-3259: Fix scalar register allocation by Georgios Pinitas · 4 years, 4 months ago
  18. a26e166 COMPMID-3203: Fix build failure with GCC 9.2 by Georgios Pinitas · 4 years, 4 months ago
  19. c28d428 COMPMID-3156: Remove padding from NEDepthConcatenateLayerKernel by Michalis Spyrou · 4 years, 4 months ago
  20. 3eda16a COMPMID-3179: Remove padding from NEBatchConcatenateLayerKernel by Michalis Spyrou · 4 years, 4 months ago
  21. b467021 COMPMID-1181: Support for tracing configuration by Anthony Barbier · 6 years ago
  22. e8291ac COMPMID-3152: Initial Bfloat16 support by Georgios Pinitas · 4 years, 5 months ago
  23. aa85cdf COMPMID-3079: Implement Hard-Swish in NEON by morgolock · 4 years, 4 months ago
  24. 1856ff7 COMPMID-3097 Fuse activation with fully connected layer CL by Giorgio Arena · 4 years, 5 months ago
  25. 2dc7e40 COMPMID-3171: Remove padding from NESoftmaxLayerKernel by Michalis Spyrou · 4 years, 4 months ago
  26. bb1ad0c COMPMID-3165: Remove padding from NEYOLOLayerKernel by Michalis Spyrou · 4 years, 4 months ago
  27. 690599d COMPMID-3148: Remove padding from NEFillArrayKernel by Michalis Spyrou · 4 years, 4 months ago
  28. 0b1452d COMPMID-3178: Remove padding from NETransposeKernel by Michalis Spyrou · 4 years, 5 months ago
  29. 07df3d4 COMPMID-3079: Implement Hard-Swish in NEON. by morgolock · 4 years, 5 months ago
  30. cd5b4a3 COMPMID-3146: Remove padding from NERangeKernel by Michalis Spyrou · 4 years, 5 months ago
  31. 83dea96 COMPMID-3142: Remove padding from NEPriorBoxLayer by Michalis Spyrou · 4 years, 5 months ago
  32. 4de2d59 COMPMID-3147: Remove padding from NEDepthConvertLayerKernel by Michalis Spyrou · 4 years, 5 months ago
  33. 14252f9 Fix output value for Reduction Ops MAX and MIN by Nate Craun · 4 years, 5 months ago
  34. 4370cff COMPMID-3034: Add NERequantizationLayerKernel by Manuel Bottini · 4 years, 5 months ago
  35. ee939fb COMPMID-2774: Add support for QASYMM8_SIGNED in NEReductionOperation, NEReduceMean and NEArgMinMaxLayer by Luca Foschiani · 4 years, 6 months ago
  36. ca8c0f7 COMPMID-3162: Remove padding from NEFloorKernel by Michalis Spyrou · 4 years, 5 months ago
  37. 2c87719 COMPMID-2819: Throw error if exclude_padding is false for NHWC quantized types in PoolingLayer by Michele Di Giorgio · 4 years, 5 months ago
  38. 82fa550 COMPMID-3209: Failing VTS/NN Tests on CpuAcc for avg_pool_quant and mobilenet quant by Michele Di Giorgio · 4 years, 5 months ago
  39. cf4737a COMPMID-3087: Fails NEPoolingLayer on Nightlies #688 by Manuel Bottini · 4 years, 5 months ago
  40. 0082c36 Silence warnings related to "control reaches end of non-void function" by Matthew Bentham · 4 years, 5 months ago
  41. 94672fb COMPMID-3003: Integrate assembly kernels utilizing MMLA instruction. by Georgios Pinitas · 4 years, 6 months ago
  42. 11fedda COMPMID-2985 add data_layout to PoolingLayerInfo by Sang-Hoon Park · 4 years, 6 months ago
  43. 5c09ae8 COMPMID-2809 Added support for QASYMM8_SIGNED in NEUpsampleLayer by Luca Foschiani · 4 years, 6 months ago
  44. b4bb827 COMPMID-2772: Add support for QASYMM8_SIGNED in NEPoolingLayer by Manuel Bottini · 4 years, 7 months ago
  45. 71ac903 COMPMID-2923 Integrate arm_gemm per channel quantization by Michalis Spyrou · 4 years, 8 months ago
  46. 19bd412 COMPMID-3022 Fix NEON QASYMM8 Reduction Operation by Michalis Spyrou · 4 years, 6 months ago
  47. 0cb3da6 COMPMID-2985 change PoolingLayerInfo to struct by Sang-Hoon Park · 4 years, 6 months ago
  48. 74a1696 COMPMID-2994: Add support QASYMM8_SIGNED in NEComparisonOperationKernel by morgolock · 4 years, 6 months ago
  49. 8c837ca COMPMID-2766: Add support for QASYMM8_SIGNED in NEDepthwiseConvolutionLayer by Michele Di Giorgio · 4 years, 6 months ago
  50. 329b4d6 COMPMID-2819: Retain layout in NEIm2ColKernel by Georgios Pinitas · 4 years, 6 months ago
  51. 8ef5706 COMPMID-3006 (Nightly) Build failure by Michalis Spyrou · 4 years, 6 months ago
  52. 13ec5f0 COMPMID-2800: Add support for QASYMM8_SIGNED in NEDepthwiseConvolutionLayer3x3Kernel by Michele Di Giorgio · 4 years, 6 months ago
  53. 0795878 COMPMID-2819: Fix offset in NEReductionOperationKernel. by Pablo Tello · 4 years, 6 months ago
  54. daa3aba COMPMID-2799 Add support for QASYMM8_SIGNED in NECast by Luca Foschiani · 4 years, 6 months ago
  55. 8481d83 COMPMID-2753: Add support for QASYMM8_SIGNED in CL kernels/functions by Manuel Bottini · 4 years, 7 months ago
  56. a359805 COMPMID-2994: Add support QASYMM8_SIGNED in NEElementwiseMax by morgolock · 4 years, 6 months ago
  57. bb123bd MLCE-139 add align_corners parameter to NEScale by Sang-Hoon Park · 4 years, 6 months ago
  58. a5eb591 COMPMID-2819: Fix data layout in NEScaleKernel for nhwc. by Georgios Pinitas · 4 years, 6 months ago
  59. 4536193 COMPMID-2801: Add support for QASYMM8_SIGNED in NEDirectConvolutionLayerOutputStageKernel by Michele Di Giorgio · 4 years, 7 months ago
  60. 807ce59 COMPMID-2999: Nighliy Build Failure [655] - Bare metal build for armv7 by Michele Di Giorgio · 4 years, 6 months ago
  61. c6d9a8b COMPMID-2979 Remove padding from NEWinogradLayer by morgolock · 4 years, 7 months ago
  62. fb6aaeb COMPMID-2773 [NE] add support for QASYMM8_SIGNED to QuantizationLayer by Sang-Hoon Park · 4 years, 8 months ago
  63. f29d1b7 COMPMID-2608: Enable quantization with multiplier greater than 1 on NEON by Michele Di Giorgio · 4 years, 9 months ago
  64. deb3ac4 COMPMID-2807: Add support for QASYMM8_SIGNED in NEGEMMMatrixVectorMultiplyKernel by Michele Di Giorgio · 4 years, 7 months ago
  65. 0e4556c COMPMID-2819: Retain data layout in NESpaceToDepth and NEDepthToSpace by Georgios Pinitas · 4 years, 7 months ago
  66. 64e738f COMPMID-2819: Restrict cases where optimized NEPadLayer runs. by Georgios Pinitas · 4 years, 7 months ago
  67. c3a7420 COMPMID-2775 [NE] add support for QASYMM8_SIGNED to SoftmaxLayer by Sang-Hoon Park · 4 years, 8 months ago
  68. d817647 COMPMID-2767 [NEON] add support for QASYMM8_SIGNED to DequantizationLayer by Sang-Hoon Park · 4 years, 7 months ago
  69. e7be8a0 COMPMID-2980 (Nightly) armv7a build failures by Michalis Spyrou · 4 years, 7 months ago
  70. 62bdd8c COMPMID-2819: Retain configuration step data layout to avoid side-effects. by Pablo Tello · 4 years, 7 months ago
  71. 14d9d98 COMPMID-2819: Retain configuration step data layout to avoid side-effects. by Georgios Pinitas · 4 years, 7 months ago
  72. d7d7e90 COMPMID-2819: Update data type auto_init in Elementwise kernels. by Georgios Pinitas · 4 years, 7 months ago
  73. 27f223d COMPMID-2819: Perform sqrt in double domain for L2 pooling. by Georgios Pinitas · 4 years, 7 months ago
  74. 52ea9c2 COMPMID-2811: QASYMM8_SIGNED support in NEPixelwiseMultiplication. by Pablo Tello · 4 years, 7 months ago
  75. af486c1 COMPMID-2819: Remove invalid check in NEDirectConvolutionLayerOutputStageKernel by Georgios Pinitas · 4 years, 7 months ago
  76. 3384356 COMPMID-2754: Add support for QASYMM8_SIGNED in NE kernels/functions. by Georgios Pinitas · 4 years, 7 months ago
  77. f2cdce3 COMPMID-2841: Enable aarch32 builds by Georgios Pinitas · 4 years, 7 months ago
  78. 6f58b37 COMPMID-2798 Add support for QASYMM8_SIGNED in NEArithmeticSubtraction by Michalis Spyrou · 4 years, 7 months ago
  79. 8d4d1b8 COMPMID-2796: Add support for QASYMM8_SIGNED in NEActivationLayer and NEPReluLayer by Michalis Spyrou · 4 years, 8 months ago
  80. f01201a COMPMID-2305: NEDepthwiseConvolution 3x3: support for QUANT8_PER_CHANNEL_SYMM by Giuseppe Rossini · 4 years, 8 months ago
  81. 6e1791b COMPMID-2764: Add support for QASYMM8_SIGNED in NEConvolutionLayer. by Georgios Pinitas · 4 years, 7 months ago
  82. bc4d7c2 COMPMID-2797 Add support for QASYMM8_SIGNED in NEArithmeticAddition by Michalis Spyrou · 4 years, 7 months ago
  83. b714b1d COMPMID-2819: Fix output stage kernel dispatch selection. by Georgios Pinitas · 4 years, 7 months ago
  84. 448a81f COMPMID-2805: Add QASYMM8_SIGNED support in NEGEMMLowpOutputStage by Georgios Pinitas · 4 years, 8 months ago
  85. 0922dbb IVGBENCH-1661: Segfault on FP16 for NEON by Georgios Pinitas · 4 years, 8 months ago
  86. 21079dd COMPMID-2700: Use NEON wrapper on SoftmaxLayer by Manuel Bottini · 4 years, 9 months ago
  87. 581f178 COMPMID-2920: NEInstanceNormalization fails on NHWC validations by Manuel Bottini · 4 years, 8 months ago
  88. 8217c8e COMPMID-2895: Remove QASYMM8_PER_CHANNEL data type by Georgios Pinitas · 4 years, 8 months ago
  89. eaa01ab COMPMID-2671 use Signed32 for default output data type of ArgMinMax by Sang-Hoon Park · 4 years, 8 months ago
  90. 63d4dbd COMPMID-2452: Fix 32-bit per-channel convolution for NEON. by Georgios Pinitas · 4 years, 8 months ago
  91. 5264b7d COMPMID-2576: Fuse activation in Winograd output transform. by Pablo Tello · 4 years, 9 months ago
  92. dbdea0d COMPMID-2308: NEConvolutionLayer: support QUANT8_SYMM_PER_CHANNEL filters by Georgios Pinitas · 4 years, 9 months ago
  93. fde0914 MLCE-146: VTS failures A55 by Pablo Tello · 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. 84dca2d COMPMID-2486: Fix bare metal builds by Michalis Spyrou · 4 years, 9 months ago
  97. fae513c COMPMID-2486: Remove/add disabled compiler warnings by Michalis Spyrou · 4 years, 9 months ago
  98. d24affe COMPMID-2265 add support for Log Softmax to NEON by Sang-Hoon Park · 4 years, 9 months ago
  99. 7c60c99 COMPMID-2486: Remove disabled compiler warnings by Michalis Spyrou · 4 years, 9 months ago
  100. 3d426c5 COMPMID-2697: Dynamic Tensors Type2 test case by Georgios Pinitas · 4 years, 9 months ago