1. a6825a4 COMPMID-1540 Implement YOLOLayer on NEON by Michalis Spyrou · 6 years ago
  2. 041f36d COMPMID-1446 : Add support for 3D output in NEGEMMLowpOutputStage by Georgios Pinitas · 6 years ago
  3. a799ce0 COMPMID-1564: Add NEDepthwiseConvolution3x3 for QASYMM8 by Georgios Pinitas · 6 years ago
  4. 20c246a COMPMID-1532: Add DepthwiseConvolution3x3 FP16 on NEON by Georgios Pinitas · 6 years ago
  5. ac314c2 COMPMID-1563: Fix name of NEGEMMInterleavedWrapper by Anthony Barbier · 6 years ago
  6. cbf39c6 COMPMID-1566: Add broadcast to CLArithmeticSubtraction by Georgios Pinitas · 6 years ago
  7. 000d33a COMPMID-1552: support kernels sizes 1x7, 7x1, 1x5, 5x1 in NEWinograd by Pablo Tello · 6 years ago
  8. 477531c COMPMID-1527 - Implementing ReorgLayer on OpenCL by Gian Marco Iodice · 6 years ago
  9. 09d3451 COMPMID-1548: NEON FP16 mismatches on CannyEdge and HarrisCorners. by Georgios Pinitas · 6 years ago
  10. aa6a04a COMPMID-1528: Add ReorgLayer on NEON by Georgios Pinitas · 6 years ago
  11. 72686fa COMPMID-1550: Winograd integrate RSH changes. by Pablo Tello · 6 years ago
  12. 565bf2d COMPMID-1514: Add validate to NEFloor and CLFloor by Georgios Pinitas · 6 years ago
  13. bda6e4b COMPMID-1247:Integrate kernel size 1x3 & 3x1 support in NEWinogradLayer. by Pablo Tello · 6 years ago
  14. ea9e0dc COMPMID-1469: Add validate in NEGEMMMatrixAdditionKernel by Georgios Pinitas · 6 years ago
  15. 3e570db COMPMID-1304: NEDepthConvert : Add support for FP32 -> FP16 and FP16 -> FP32 + validate() function by Michele Di Giorgio · 6 years ago
  16. 6a90b69 [COMPMID-1301] Add validate() method to NEReshapeLayer by Giuseppe Rossini · 6 years ago
  17. fb62908 COMPMID-1494 Optimise NEON im2col and weights reshape for NHWC by Giorgio Arena · 6 years ago
  18. fbf3ecc COMPMID-1534 - Fix GEMM and Magnitude test for FP16 by Gian Marco Iodice · 6 years ago
  19. f2cde9b COMPMID-1534 - Fix NENormalizationLayer for FP16 by Gian Marco Iodice · 6 years ago
  20. 41acb76 COMPMID-1534 - Fixing FP16 tests on NEON by Gian Marco Iodice · 6 years ago
  21. aaba4c6 COMPMID-1188: Add support for activation in NEBatchNormalization. by Georgios Pinitas · 6 years ago
  22. 368e635 COMPMID-1047 Extract Flatten function from Im2Col for NEON by Giorgio Arena · 6 years ago
  23. 1d38259 COMPMID-1366 Implement NECopy by Michalis Spyrou · 6 years ago
  24. 916d1bc COMPMID-1498 - Enable grouping in CLGEMMConvolutionLayer by Gian Marco Iodice · 6 years ago
  25. 3a6163e COMPMID-1499: Fixed issues to build for FP16 on Android by Anthony Barbier · 6 years ago
  26. 0f17039 COMPMID-1342 Add grouping support to CLIm2ColKernel by Giorgio Arena · 6 years ago
  27. d8b03dd MLCE-13: Sanitizing matrix argument in the Warp. by Pablo Tello · 6 years ago
  28. 3d677cc COMPMID-1406: Refactor gemm_interleaved to use our own types and scheduler by Anthony Barbier · 6 years ago
  29. a855af1 COMPMID-1401 Implement NEFullyConnectedLayer for QASYMM8 by Giorgio Arena · 6 years ago
  30. c8e84b5 COMPMID-1405: Create our own gemm_native kernel / function. by Anthony Barbier · 6 years ago
  31. 7d66a8e COMPMID-1386: Add support for converting weights for CL. by Georgios Pinitas · 6 years ago
  32. ae54e02 COMPMID-1364: Add support for NHWC in NEDepthConcatenateLayer by Georgios Pinitas · 6 years ago
  33. e155337 COMPMID-1357: Stop passing around raw pointers in NEWinogradConvolution by Anthony Barbier · 6 years ago
  34. 71d9b57 COMPMID-1381: Cleaned up the AssemblyHelper interface by Anthony Barbier · 6 years ago
  35. 7784c83 COMPMID-1167: Validation for NEDepthwiseConvolutionLayer by Abe Mbise · 6 years ago
  36. e39334c COMPMID-1271: New system for GEMM heuristics by David Mansell · 6 years ago
  37. f4cb81b COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  38. 5f70773 COMPMID-1369: Revert accidental formatting of RSH's repo by Anthony Barbier · 6 years ago
  39. 7485d5a COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  40. 7df2786 COMPMID-1162: Enable NHWC data layout support for NEWinogradConvolutionLayer - part1 by Pablo Tello · 6 years ago
  41. 20b4313 COMPMID-814: Add validate method to scale. by Georgios Pinitas · 6 years ago
  42. a8aef29 COMPMID-792 - Re-enabled Winograd on NEON in all graph examples. by Gian Marco Iodice · 6 years ago
  43. 73d4aef COMPMID-948: Add validation to NEL2NormalizeLayer by John Richardson · 6 years ago
  44. 393fa4c COMPMID-814: NEScale NHWC support by Georgios Pinitas · 6 years ago
  45. 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
  46. 79ffade COMPMID-1112: Enabled multithreading transforms in Winograd. by Pablo Tello · 6 years ago
  47. 019634f COMPMID-1110 Add QASYMM8 to supported types for NE/CLActivationLayer by Michalis Spyrou · 6 years ago
  48. 7657224 COMPMID-926 Add depth multiplier support to NEON/CL/GLES depthwise convolution by Giorgio Arena · 6 years ago
  49. 2213d4b COMPMID-1096 - Add fast_math flag to CLConvolutionLayer by Gian Marco Iodice · 6 years ago
  50. b3b1e0b COMPMID-1010: Remove RSH profiler header by Georgios Pinitas · 6 years ago
  51. 57dac84 COMPMID-806 Add NHWC data format support format for NEON pooling by Michalis Spyrou · 6 years ago
  52. 9fb1159 COMPMID-1074: Rename WinograLayer.cpp to WinogradConvolutionLayer.cpp by Georgios Pinitas · 6 years ago
  53. 84ce1f9 COMPMID-718 : Winograd: add validate method and tests by Vidhya Sudhan Loganathan · 6 years ago
  54. 3ca9786 COMPMID-718 : Winograd: add validate method and tests by Vidhya Sudhan Loganathan · 6 years ago
  55. 0cbb927 COMPMID-804: Add NHWC data format support for NEON batch normalisation by Michele Di Giorgio · 6 years ago
  56. 4d33630 COMPMID-987: Make beta and gamma optional in BatchNormalization by Michele Di Giorgio · 6 years ago
  57. 1cd4149 COMPMID-577: Implement CL validation for GaussianPyramid by Sanghoon Lee · 6 years ago
  58. e7e96e0 COMPMID-1054 Update RSH's GEMM to add batch+multi support by Michalis Spyrou · 6 years ago
  59. 156fcf3 COMPMID-802 Add NHWC data format support for NEON im2col. by Giorgio Arena · 6 years ago
  60. 7fad9b1 COMPMID-1021: CPUInfo refactoring. by Pablo Tello · 6 years ago
  61. 7da29b6 COMPMID-1017: Implement dilated convolution in NEON, OpenCL, and GC by Alex Gilday · 6 years ago
  62. fc00449 COMPMID-959: Removed Interleave blocked kernel. by Pablo Tello · 6 years ago
  63. c357c47 COMPMID-1008: Fix Doxygen issues by Alex Gilday · 6 years ago
  64. 27c08ab COMPMID-754: Add validation to LocallyConnected and NEDeconv layers by Alex Gilday · 6 years ago
  65. be0ae93 COMPMID-1005: Update Depthwise Convolution form RSH by Georgios Pinitas · 6 years ago
  66. 60954c6 COMPMID-754: Add validation to (De)QuantizationLayers by Alex Gilday · 6 years ago
  67. be1f4a7 COMPMID-881: Fixed x86 builds and removed printfs by Pablo Tello · 6 years ago
  68. eb82fd2 COMPMID-881: RSH new arm_gemm interface. by Pablo Tello · 6 years ago
  69. 861f0db COMPMID-941 Add NEON broadcast multiply support by Michalis Spyrou · 6 years ago
  70. a8a28f6 COMPMID-976: Fix warnings for ndk-r16b by Anthony Barbier · 6 years ago
  71. b4e3e1c COMPMID-617: Add validate support for NEON FullyConnectedLayer by Ioan-Cristian Szabo · 7 years ago
  72. d267b05 COMPMID-784: Fixed SAME paddding in WinogradLayer by Pablo Tello · 6 years ago
  73. 7567f5f COMPMID-828 - Add support for pool widths 4, 5 & 6 and for non square data sizes - Part 2 (NEON) by Isabella Gottardi · 6 years ago
  74. f6c572c COMPMID-784: Productise Winograd. by Pablo Tello · 6 years ago
  75. de5a1cc COMPMID-856: CL Depthwise Convolution QASYMM8 support by Georgios Pinitas · 6 years ago
  76. 57c033b COMPMID-906: Use fused activation in NEON Batch normalization by Georgios Pinitas · 6 years ago
  77. 82833b8 COMPMID-765 : NEON Wrapper initial traits and overloads by Georgios Pinitas · 6 years ago
  78. 284cfe2 COMPMID-903: Implements NEPermute for NHWC conversions by Georgios Pinitas · 6 years ago
  79. f299758 COMPMID-918: AArch32 SGEMM generic kernel fix. by David Mansell · 6 years ago
  80. c67bb3d COMPMID-878: Integrate AArch32 SGEMM Arm Cortex-A55r1 kernel from RSH by Michele Di Giorgio · 6 years ago
  81. f1a89fe COMPMID-877: Integrate AArch32 SGEMM Arm Cortex-A53 kernel from RSH by Michele Di Giorgio · 6 years ago
  82. 4074c99 COMPMID-873: Integrate RSH NEON Depthwise Convolution routine by Georgios Pinitas · 6 years ago
  83. cc327b2 COMPMID-876: Integrate RSH native GEMM kernel. by Georgios Pinitas · 6 years ago
  84. 101de50 COMPMID-896: Replace legacy 4x4 u8 GEMM kernel with safe version. by David Mansell · 6 years ago
  85. 52140b4 COMPMID-784: Winograd tramsforms refactoring by Pablo Tello · 6 years ago
  86. 0021d75 IVGCVSW-863 Broadcast support in CL/NEON Arithmetic Add by Diego Lopez Recas · 7 years ago
  87. 5b6904b COMPMID-866: Integrate SGEMV Neon Assembly from RSH by Michele Di Giorgio · 6 years ago
  88. 11c3b33 COMPMID-861: updated RSH Gemm's transforms. by Pablo Tello · 6 years ago
  89. 35ceeb2 IVGCVSW-798 Add Softmax NEON support for QASYMM8 by Diego Lopez Recas · 7 years ago
  90. d6ca478 COMPMID-784: Added support for biases in WinogradLayer. by Pablo Tello · 7 years ago
  91. d05dce4 COMPMID-791: Generic Depthwise Convolution Layer NEON QASYMM8 by Georgios Pinitas · 7 years ago
  92. e6630e4 COMPMID-790 - NEON: Add QASYMM8 support to Convolution by Isabella Gottardi · 7 years ago
  93. 33d2207 COMPMID-860: Neon HGEMM integrated assembly kernel from RSH for Arm Cortex-A55r1. by Pablo Tello · 6 years ago
  94. e8a4983 COMPMID-798 Add instrumentation to NEON kernels by Anthony Barbier · 7 years ago
  95. 6c6e77a COMPMID-784: Doxygen fixes by Pablo Tello · 7 years ago
  96. 9ceebbe COMPMID-815: Updated NEWinogradLayer with the lastest code from Research. by Pablo Tello · 7 years ago
  97. f72f936 COMPMID-791: Adds support of QASYMM8 in NEDepthwiseConvolution3x3 by Georgios Pinitas · 7 years ago
  98. 5518671 COMPMID-785: Add QASYMM8 support for pooling layer by Georgios Pinitas · 7 years ago
  99. 780db4e COMPMID-471 Implement Deconvolution on OpenCL by Michalis Spyrou · 7 years ago
  100. 4e2c139 COMPMID-784: Winograd refactoring by Pablo Tello · 7 years ago