1. a4f378d COMPMID-1995: Fix clang-tidy warnings by Michalis Spyrou · 5 years ago
  2. 14c4e0f COMPMID-1961: Implement FFT (1D) on NEON by giuros01 · 5 years ago
  3. 881f2de COMPMID-2048: Add support for dilation in NEDepthwiseConvolution. by Usama Arif · 5 years ago
  4. 7179837 COMPMID-2112: Rework memory manager support in NEWinogradLayer by Georgios Pinitas · 5 years ago
  5. e73686a COMPMID-2047: Add support for dilation in CLDepthwiseConvolution. by Usama Arif · 5 years ago
  6. 2899e00 COMPMID-2049: Add support for deconvolution for qasymm8 on NEON by Usama Arif · 5 years ago
  7. a9c4472 COMPMID-2051 Refactor shape_calculator::calculate_concatenate_shape by Michalis Spyrou · 5 years ago
  8. 8f43d74 COMPMID-2063: New Winograd implementation by Pablo Tello · 5 years ago
  9. 9e4824c COMPMID-2111: ConcatenateLayer API should accept an index instead of an enum by Georgios Pinitas · 5 years ago
  10. da953f2 COMPMID-2098: Scope handling of memory group resources. by Georgios Pinitas · 5 years ago
  11. 9f15c5e COMPMID-2062 Rework NEON ConcatenateLayer by Michalis Spyrou · 5 years ago
  12. 47d39dc COMPMID-1975: Update depthwise convolution. by Georgios Pinitas · 5 years ago
  13. 8cf8c11 COMPMID-1944 Add support for "reflect" padding mode in NEPad by Usama Arif · 5 years ago
  14. 2761c2f COMPMID-2075 Segfault in NELSTM by Michalis Spyrou · 5 years ago
  15. 6a14adb COMPMID-1932: Implement CLHeightConcatenateLayer. by Pablo Tello · 5 years ago
  16. 02acf01 COMPMID-2065: Fix validation issue in NEGEMMLowpMMCore by Georgios Pinitas · 5 years ago
  17. 3dd5b68 COMPMID-1933: Implement NEHeightConcatenateLayer. by Pablo Tello · 5 years ago
  18. 2d7e683 COMPMID-1694: Fuse offset contribution with the output stage when we use NEGEMMLowpMatrixMultiplyCore by George Wort · 5 years ago
  19. 917959c COMPMID-1281 Investigate concatenation for RNN/LSTM NEON by John Kesapides · 5 years ago
  20. adfb273 COMPMID-1935 Add support for QASYMM8 in NEQuantizeLayer by John Kesapides · 5 years ago
  21. 574775c COMPMID-1937: Adds support for DequantizationLayer for NEON/CL. by Georgios Pinitas · 5 years ago
  22. 05398a9 COMPMID-1843: Implement NECrop by George Wort · 5 years ago
  23. fc1da13 COMPMID-1946: Implement NEBatchToSpace by giuros01 · 5 years ago
  24. ba36825 COMPMID-1947: Implement NESpaceToBatch by giuros01 · 5 years ago
  25. 804aafb COMPMID-1710: Fix NEReductionOperation border values for QASYMM8. by Georgios Pinitas · 5 years ago
  26. 2481d46 COMPMID-1710: Quantization information missmatching issues. by Georgios Pinitas · 5 years ago
  27. f85433b COMPMID-2006: NEON GEMMLowp assertion failure. by Georgios Pinitas · 5 years ago
  28. e46a7be COMPMID-2005: Tensors have different quantization information. by Georgios Pinitas · 5 years ago
  29. 0a1090a COMPMID-1710: Add check on different input/output quantization info were not supported by Isabella Gottardi · 5 years ago
  30. 6844b88 COMPMID-1710 Fix NEON LSTM invalid allocation by Michalis Spyrou · 5 years ago
  31. 54e98d9 COMPMID-1918: Different qinfos support in NEConcatLayer. by Pablo Tello · 5 years ago
  32. 4f85982 COMPMID-1923: Input is ignored if peephole optimization is enabled in LSTM by Georgios Pinitas · 5 years ago
  33. a69a88b COMPMID-1915: Deconvolution doesn't work when inner_dimension_top != 0 or inner_dimension_right != 0 by giuros01 · 5 years ago
  34. 678d83a COMPMID-1838: Add 4D softmax support for NEON and achieve parity with CL by Manuel Bottini · 5 years ago
  35. 3dbfd23 COMPMID-1710: Introduce GEMM strategy name in GEMMAssemblyWrapper. by Georgios Pinitas · 5 years ago
  36. 1509e4b COMPMID-1823: Increase scheduling granularity in NEGemmInterleaved. by Georgios Pinitas · 5 years ago
  37. aa3fc13 COMPMID-1710: Re-enable winograd on A53. by Georgios Pinitas · 5 years ago
  38. 83bbf77 COMPMID-1710: Define missed specializations for comparisons by Georgios Pinitas · 5 years ago
  39. 1d4f385 COMPMID-1760: NEON: Implement Prod by Manuel Bottini · 5 years ago
  40. a1e7e28 COMPMID-1768: NEON: Implement RealDiv by George Wort · 5 years ago
  41. d88590f COMPMID-1753: NEON: Implement Less, Greater, GreaterEqual, Equal, Not Equal by George Wort · 6 years ago
  42. 2dce6cc COMPMID-1763 : NEON: Implement Gather by John Kesapides · 5 years ago
  43. 7cd26d4 COMPMID-1867: Add NEON/SVE GEMM Hybrid kernels. by Georgios Pinitas · 5 years ago
  44. 3ac2f3a COMPMID-1814 : NEScale add support for TOP_LEFT and QASYMM8 by Vidhya Sudhan Loganathan · 5 years ago
  45. 13a2080 COMPMID-1891: Fixes NELSTM padding issues. by Georgios Pinitas · 5 years ago
  46. 55e1678 COMPMID-1724: CL Implement Prod fix by Manuel Bottini · 5 years ago
  47. 5a59453 COMPMID-1809: Remove padding in NEGEMMConvolutionLayer 64-bit path. by Georgios Pinitas · 6 years ago
  48. dea2d2d COMPMID-1772: Implement PadV2 for NEON by Georgios Pinitas · 6 years ago
  49. 053e751 COMPMID-1758: NEON: Implement Range by Manuel Bottini · 6 years ago
  50. b412fab COMPMID-1724: CL Implement Prod by Manuel Bottini · 6 years ago
  51. cc5171b COMPMID-1677: Change ROIPooling layer interface to accept ROIs as tensors by Manuel Bottini · 5 years ago
  52. ee7c15d COMPMID-1761: NEON: Implement Pack by Isabella Gottardi · 6 years ago
  53. aea14c6 COMPMID-1764 NEON: Implement ArgMax/ArgMin by Michalis Spyrou · 6 years ago
  54. 110b920 COMPMID-1759 NEON: Implement Reverse by Michalis Spyrou · 6 years ago
  55. 8d1b718 COMPMID-1865 NEReduceMean fails on shape validation by Michalis Spyrou · 6 years ago
  56. 5a97b28 COMPMID-1756: NEON: Implement RSqrt, Exp by George Wort · 6 years ago
  57. 6d9d6f4 COMPMID-1769: Add support for NEON StridedSlice,Split,Slice,Unstack by Georgios Pinitas · 6 years ago
  58. 5801a55 COMPMID-1767: NEON: Implement Where/Select by George Wort · 6 years ago
  59. 92fd943 COMPMID-1754: NEON: Implement Maximum, Minumum, SquaredDifference by giuros01 · 6 years ago
  60. 15ecc9a COMPMID-1741: Implement NEFuseBatchNormalizationKernel by giuros01 · 6 years ago
  61. ff0bccf COMPMID-1497: Add support for interleaved B reshaping in gemm_interleaved by Anthony Barbier · 6 years ago
  62. be1c017 COMPMID-1757: NEON: Implement Tile by giuros01 · 6 years ago
  63. ca1250d COMPMID-1451: Fix MemoryManager usage. by Georgios Pinitas · 6 years ago
  64. 2897e61 COMPMID-1645 NEL2Normalization for FP32/FP16 & NHWC by Michalis Spyrou · 6 years ago
  65. 8cffcd6 COMPMID-1644: NEDepthwiseConvolution for FP16 NHWC by Georgios Pinitas · 6 years ago
  66. 721c4cb COMPMID-1461 SSD support: Create NEON PriorBox by Michalis Spyrou · 6 years ago
  67. e413d25 COMPMID-1783: NEGEMMConvolutionLayer fails for QASYMM8 on 32bit by Georgios Pinitas · 6 years ago
  68. 0cc37c3 COMPMID-1451: Fix the shape of scratch_buffer in case of CIFG by Georgios Pinitas · 6 years ago
  69. bb081ca COMPMID-1751: Remove output_3d_depth from NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint by Georgios Pinitas · 6 years ago
  70. 0cf7798 COMPMID-1626: Fixed VGG 16/19 bad_alloc failure. by Pablo Tello · 6 years ago
  71. 1e92896 COMPMID-1451: Dispatch fp16 gemms through the function interface. by Georgios Pinitas · 6 years ago
  72. c73e2b8 COMPMID-1451: Fix fused activation in GEMMConvolutionLayer by Georgios Pinitas · 6 years ago
  73. 3139f03 COMPMID-1736: Fixed out-of-bound write in CLIm2Col by Gian Marco Iodice · 6 years ago
  74. 421405b COMPMID-1675: Add SVE support by Georgios Pinitas · 6 years ago
  75. f1adf11 COMPMID-1579: Add support for ChannelShuffle operator in NEON by Georgios Pinitas · 6 years ago
  76. a518f30 COMPMID-1773: Replaced Gemm wrapper for NEGEMM in NEWinograd by Pablo Tello · 6 years ago
  77. f718ce2 COMPMID-1701: small cleanup NEWinogradConvolutionLayer. by Pablo Tello · 6 years ago
  78. 4b90865 COMPMID-1413 - Improve the performance of GEMMLowp with 8 bit dot product on OpenCL by Gian Marco Iodice · 6 years ago
  79. 517055b COMPMID-1451: Remove invalid bias check in NEDeconvolutionLayer by Georgios Pinitas · 6 years ago
  80. 60e9825 COMPMID-1451: Fuse activation in DepthwiseConvolution. by Georgios Pinitas · 6 years ago
  81. 08346e9 COMPMID-1451:Fuse RELU,LU_BOUNDED_RELU with requantization in NEGEMMConvolutionLayer. by Georgios Pinitas · 6 years ago
  82. bcf8a96 COMPMID-1580 Implement ReduceMean in NEON by Michalis Spyrou · 6 years ago
  83. 061dd36 COMPMID-1451: Fix allocation of weights in Deconvolution by Michele Di Giorgio · 6 years ago
  84. ed5a492 COMPMID-1586: Add support for NHWC CLDeconvolutionLayer by Michele Di Giorgio · 6 years ago
  85. afbc5ff COMPMID-1621 Deconvolution wrong output calculation by Michalis Spyrou · 6 years ago
  86. 932491f COMPMID-1519: Add support for 3D input/output in CLGEMMLowpOutputStage by Georgios Pinitas · 6 years ago
  87. 7c9541c COMPMID-1596 Create UpsampleLayer for NEON by Michalis Spyrou · 6 years ago
  88. fe4b05f COMPMID-1590: Memory corruption in arm_compute_validation. by Pablo Tello · 6 years ago
  89. a6825a4 COMPMID-1540 Implement YOLOLayer on NEON by Michalis Spyrou · 6 years ago
  90. 041f36d COMPMID-1446 : Add support for 3D output in NEGEMMLowpOutputStage by Georgios Pinitas · 6 years ago
  91. a799ce0 COMPMID-1564: Add NEDepthwiseConvolution3x3 for QASYMM8 by Georgios Pinitas · 6 years ago
  92. 20c246a COMPMID-1532: Add DepthwiseConvolution3x3 FP16 on NEON by Georgios Pinitas · 6 years ago
  93. ac314c2 COMPMID-1563: Fix name of NEGEMMInterleavedWrapper by Anthony Barbier · 6 years ago
  94. cbf39c6 COMPMID-1566: Add broadcast to CLArithmeticSubtraction by Georgios Pinitas · 6 years ago
  95. 148b075 COMPMID-1563: Added a tag to ISCheduler::run_workloads to identify workloads by Anthony Barbier · 6 years ago
  96. 000d33a COMPMID-1552: support kernels sizes 1x7, 7x1, 1x5, 5x1 in NEWinograd by Pablo Tello · 6 years ago
  97. 23e2479 COMPMID-1556 - Add ReorgLayer to graph API by Gian Marco Iodice · 6 years ago
  98. efbf6c8 [COMPMID-386] Github: Support SoftmaxLayer on different number of dimensions? by giuros01 · 6 years ago
  99. b3309e6 [COMPMID-1482] Auto-initialize the output tensor of im2col and col2im in NEGEMMConvolutionLayer by Giuseppe Rossini · 6 years ago
  100. 09d3451 COMPMID-1548: NEON FP16 mismatches on CannyEdge and HarrisCorners. by Georgios Pinitas · 6 years ago