1. 110b920 COMPMID-1759 NEON: Implement Reverse by Michalis Spyrou · 6 years ago
  2. 5a97b28 COMPMID-1756: NEON: Implement RSqrt, Exp by George Wort · 6 years ago
  3. 6d9d6f4 COMPMID-1769: Add support for NEON StridedSlice,Split,Slice,Unstack by Georgios Pinitas · 6 years ago
  4. 5801a55 COMPMID-1767: NEON: Implement Where/Select by George Wort · 6 years ago
  5. e258818 COMPMID-1755 NEON: Extend DepthConvert to support Cast by Michalis Spyrou · 6 years ago
  6. 52ebf42 COMPMID-1809: Create a neon vector wrapper using register size. by Georgios Pinitas · 6 years ago
  7. 92fd943 COMPMID-1754: NEON: Implement Maximum, Minumum, SquaredDifference by giuros01 · 6 years ago
  8. 15ecc9a COMPMID-1741: Implement NEFuseBatchNormalizationKernel by giuros01 · 6 years ago
  9. a84faff COMPMID-1826: Add support for QASYMM8 in NEArithmeticAdditionKernel by Georgios Pinitas · 6 years ago
  10. 77e6c55 COMPMID-1634: Cleaned up NEPoolingLayer. by Pablo Tello · 6 years ago
  11. be1c017 COMPMID-1757: NEON: Implement Tile by giuros01 · 6 years ago
  12. 95abfdd COMPMID-1815 Remove templates from NEFillborderKernel and create INESimpleFunctionNoBorder by Michalis Spyrou · 6 years ago
  13. 0c71d0b COMPMID-1647 NENormalizationLayer IN_MAP_2D support for NHWC for FP32/FP16 by Michalis Spyrou · 6 years ago
  14. 2897e61 COMPMID-1645 NEL2Normalization for FP32/FP16 & NHWC by Michalis Spyrou · 6 years ago
  15. 3112e33 COMPMID-1451 Change PriorBox output to NCHw by Michalis Spyrou · 6 years ago
  16. 1c948d4 COMPMID-1800: (Nightly) Mismatches in SC9863 board for NEON FP16 by Michele Di Giorgio · 6 years ago
  17. c47ef20 COMPMID-1646: NEResizeBilinearLayer NHWC by Georgios Pinitas · 6 years ago
  18. 8cffcd6 COMPMID-1644: NEDepthwiseConvolution for FP16 NHWC by Georgios Pinitas · 6 years ago
  19. d646ae1 COMPMID-1065 : Create documentation explaining how to add new functions / kernels by Vidhya Sudhan Loganathan · 6 years ago
  20. 721c4cb COMPMID-1461 SSD support: Create NEON PriorBox by Michalis Spyrou · 6 years ago
  21. bb081ca COMPMID-1751: Remove output_3d_depth from NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint by Georgios Pinitas · 6 years ago
  22. f1adf11 COMPMID-1579: Add support for ChannelShuffle operator in NEON by Georgios Pinitas · 6 years ago
  23. bcf8a96 COMPMID-1580 Implement ReduceMean in NEON by Michalis Spyrou · 6 years ago
  24. d3d97d2 COMPMID-1623: NEWinograd reduce the number of output tiles. by Pablo Tello · 6 years ago
  25. 932491f COMPMID-1519: Add support for 3D input/output in CLGEMMLowpOutputStage by Georgios Pinitas · 6 years ago
  26. eb027e9 COMPMID-1600: Reduce number of tile specialisations. by Pablo Tello · 6 years ago
  27. 4284bfa COMPMID-287: NEON colour convert to U8 by Manuel Bottini · 6 years ago
  28. 7c9541c COMPMID-1596 Create UpsampleLayer for NEON by Michalis Spyrou · 6 years ago
  29. a6825a4 COMPMID-1540 Implement YOLOLayer on NEON by Michalis Spyrou · 6 years ago
  30. 041f36d COMPMID-1446 : Add support for 3D output in NEGEMMLowpOutputStage by Georgios Pinitas · 6 years ago
  31. a799ce0 COMPMID-1564: Add NEDepthwiseConvolution3x3 for QASYMM8 by Georgios Pinitas · 6 years ago
  32. 20c246a COMPMID-1532: Add DepthwiseConvolution3x3 FP16 on NEON by Georgios Pinitas · 6 years ago
  33. ac314c2 COMPMID-1563: Fix name of NEGEMMInterleavedWrapper by Anthony Barbier · 6 years ago
  34. cbf39c6 COMPMID-1566: Add broadcast to CLArithmeticSubtraction by Georgios Pinitas · 6 years ago
  35. 000d33a COMPMID-1552: support kernels sizes 1x7, 7x1, 1x5, 5x1 in NEWinograd by Pablo Tello · 6 years ago
  36. 477531c COMPMID-1527 - Implementing ReorgLayer on OpenCL by Gian Marco Iodice · 6 years ago
  37. 09d3451 COMPMID-1548: NEON FP16 mismatches on CannyEdge and HarrisCorners. by Georgios Pinitas · 6 years ago
  38. aa6a04a COMPMID-1528: Add ReorgLayer on NEON by Georgios Pinitas · 6 years ago
  39. 72686fa COMPMID-1550: Winograd integrate RSH changes. by Pablo Tello · 6 years ago
  40. 565bf2d COMPMID-1514: Add validate to NEFloor and CLFloor by Georgios Pinitas · 6 years ago
  41. bda6e4b COMPMID-1247:Integrate kernel size 1x3 & 3x1 support in NEWinogradLayer. by Pablo Tello · 6 years ago
  42. ea9e0dc COMPMID-1469: Add validate in NEGEMMMatrixAdditionKernel by Georgios Pinitas · 6 years ago
  43. 3e570db COMPMID-1304: NEDepthConvert : Add support for FP32 -> FP16 and FP16 -> FP32 + validate() function by Michele Di Giorgio · 6 years ago
  44. 6a90b69 [COMPMID-1301] Add validate() method to NEReshapeLayer by Giuseppe Rossini · 6 years ago
  45. fb62908 COMPMID-1494 Optimise NEON im2col and weights reshape for NHWC by Giorgio Arena · 6 years ago
  46. fbf3ecc COMPMID-1534 - Fix GEMM and Magnitude test for FP16 by Gian Marco Iodice · 6 years ago
  47. f2cde9b COMPMID-1534 - Fix NENormalizationLayer for FP16 by Gian Marco Iodice · 6 years ago
  48. 41acb76 COMPMID-1534 - Fixing FP16 tests on NEON by Gian Marco Iodice · 6 years ago
  49. aaba4c6 COMPMID-1188: Add support for activation in NEBatchNormalization. by Georgios Pinitas · 6 years ago
  50. 368e635 COMPMID-1047 Extract Flatten function from Im2Col for NEON by Giorgio Arena · 6 years ago
  51. 1d38259 COMPMID-1366 Implement NECopy by Michalis Spyrou · 6 years ago
  52. 916d1bc COMPMID-1498 - Enable grouping in CLGEMMConvolutionLayer by Gian Marco Iodice · 6 years ago
  53. 3a6163e COMPMID-1499: Fixed issues to build for FP16 on Android by Anthony Barbier · 6 years ago
  54. 0f17039 COMPMID-1342 Add grouping support to CLIm2ColKernel by Giorgio Arena · 6 years ago
  55. d8b03dd MLCE-13: Sanitizing matrix argument in the Warp. by Pablo Tello · 6 years ago
  56. 3d677cc COMPMID-1406: Refactor gemm_interleaved to use our own types and scheduler by Anthony Barbier · 6 years ago
  57. a855af1 COMPMID-1401 Implement NEFullyConnectedLayer for QASYMM8 by Giorgio Arena · 6 years ago
  58. c8e84b5 COMPMID-1405: Create our own gemm_native kernel / function. by Anthony Barbier · 6 years ago
  59. 7d66a8e COMPMID-1386: Add support for converting weights for CL. by Georgios Pinitas · 6 years ago
  60. ae54e02 COMPMID-1364: Add support for NHWC in NEDepthConcatenateLayer by Georgios Pinitas · 6 years ago
  61. e155337 COMPMID-1357: Stop passing around raw pointers in NEWinogradConvolution by Anthony Barbier · 6 years ago
  62. 71d9b57 COMPMID-1381: Cleaned up the AssemblyHelper interface by Anthony Barbier · 6 years ago
  63. 7784c83 COMPMID-1167: Validation for NEDepthwiseConvolutionLayer by Abe Mbise · 6 years ago
  64. e39334c COMPMID-1271: New system for GEMM heuristics by David Mansell · 6 years ago
  65. f4cb81b COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  66. 5f70773 COMPMID-1369: Revert accidental formatting of RSH's repo by Anthony Barbier · 6 years ago
  67. 7485d5a COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  68. 7df2786 COMPMID-1162: Enable NHWC data layout support for NEWinogradConvolutionLayer - part1 by Pablo Tello · 6 years ago
  69. 20b4313 COMPMID-814: Add validate method to scale. by Georgios Pinitas · 6 years ago
  70. a8aef29 COMPMID-792 - Re-enabled Winograd on NEON in all graph examples. by Gian Marco Iodice · 6 years ago
  71. 73d4aef COMPMID-948: Add validation to NEL2NormalizeLayer by John Richardson · 6 years ago
  72. 393fa4c COMPMID-814: NEScale NHWC support by Georgios Pinitas · 6 years ago
  73. 657bdb3 COMPMID-1050 CL/NEON: Create a function to convert the 2D weights of FC layer from NHWC to NCHW and viceversa by Giorgio Arena · 6 years ago
  74. 79ffade COMPMID-1112: Enabled multithreading transforms in Winograd. by Pablo Tello · 6 years ago
  75. 019634f COMPMID-1110 Add QASYMM8 to supported types for NE/CLActivationLayer by Michalis Spyrou · 6 years ago
  76. 7657224 COMPMID-926 Add depth multiplier support to NEON/CL/GLES depthwise convolution by Giorgio Arena · 6 years ago
  77. 2213d4b COMPMID-1096 - Add fast_math flag to CLConvolutionLayer by Gian Marco Iodice · 6 years ago
  78. b3b1e0b COMPMID-1010: Remove RSH profiler header by Georgios Pinitas · 6 years ago
  79. 57dac84 COMPMID-806 Add NHWC data format support format for NEON pooling by Michalis Spyrou · 6 years ago
  80. 9fb1159 COMPMID-1074: Rename WinograLayer.cpp to WinogradConvolutionLayer.cpp by Georgios Pinitas · 6 years ago
  81. 84ce1f9 COMPMID-718 : Winograd: add validate method and tests by Vidhya Sudhan Loganathan · 6 years ago
  82. 3ca9786 COMPMID-718 : Winograd: add validate method and tests by Vidhya Sudhan Loganathan · 6 years ago
  83. 0cbb927 COMPMID-804: Add NHWC data format support for NEON batch normalisation by Michele Di Giorgio · 6 years ago
  84. 4d33630 COMPMID-987: Make beta and gamma optional in BatchNormalization by Michele Di Giorgio · 6 years ago
  85. 1cd4149 COMPMID-577: Implement CL validation for GaussianPyramid by Sanghoon Lee · 6 years ago
  86. e7e96e0 COMPMID-1054 Update RSH's GEMM to add batch+multi support by Michalis Spyrou · 6 years ago
  87. 156fcf3 COMPMID-802 Add NHWC data format support for NEON im2col. by Giorgio Arena · 6 years ago
  88. 7fad9b1 COMPMID-1021: CPUInfo refactoring. by Pablo Tello · 6 years ago
  89. 7da29b6 COMPMID-1017: Implement dilated convolution in NEON, OpenCL, and GC by Alex Gilday · 6 years ago
  90. fc00449 COMPMID-959: Removed Interleave blocked kernel. by Pablo Tello · 6 years ago
  91. c357c47 COMPMID-1008: Fix Doxygen issues by Alex Gilday · 6 years ago
  92. 27c08ab COMPMID-754: Add validation to LocallyConnected and NEDeconv layers by Alex Gilday · 6 years ago
  93. be0ae93 COMPMID-1005: Update Depthwise Convolution form RSH by Georgios Pinitas · 6 years ago
  94. 60954c6 COMPMID-754: Add validation to (De)QuantizationLayers by Alex Gilday · 6 years ago
  95. be1f4a7 COMPMID-881: Fixed x86 builds and removed printfs by Pablo Tello · 6 years ago
  96. eb82fd2 COMPMID-881: RSH new arm_gemm interface. by Pablo Tello · 6 years ago
  97. 861f0db COMPMID-941 Add NEON broadcast multiply support by Michalis Spyrou · 6 years ago
  98. a8a28f6 COMPMID-976: Fix warnings for ndk-r16b by Anthony Barbier · 6 years ago
  99. b4e3e1c COMPMID-617: Add validate support for NEON FullyConnectedLayer by Ioan-Cristian Szabo · 7 years ago
  100. d267b05 COMPMID-784: Fixed SAME paddding in WinogradLayer by Pablo Tello · 6 years ago