1. 187558f Added missing parameter num_groups to the validate call of NEConvolutionLayer. by Alexander Jung · 4 years ago
  2. d9eaf61 COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm preferred presentation by Michele Di Giorgio · 4 years ago
  3. 6b6a16f COMPMID-3501 Modify heuristics for f16+fastmath NEON Winograd Conv by SiCong Li · 4 years, 1 month ago
  4. 0905028 COMPMID-3069: Align graph convolution implementation for CL and NEON. by Georgios Pinitas · 4 years, 2 months ago
  5. 6e10aa3 COMPMID-3316: NEDeconvolutionLayer failing for a big input by Manuel Bottini · 4 years, 2 months ago
  6. 9204646 COMPMID-3069: Remove unnecessary uses of ToolchainSupport.h by Matthew Bentham · 4 years, 4 months ago
  7. 49f8349 COMPMID-2428: Missing break statement. by Georgios Pinitas · 5 years ago
  8. 26dcbc7 COMPMID-2158 Add SRGAN shapes in ConvolutionLayer heurists to dispatch direct convolution by Michalis Spyrou · 5 years ago
  9. 154bc1c COMPMID-1973: Implement FFTConvolutionLayer on NEON by giuros01 · 5 years ago
  10. aa3fc13 COMPMID-1710: Re-enable winograd on A53. by Georgios Pinitas · 5 years ago
  11. 916d1bc COMPMID-1498 - Enable grouping in CLGEMMConvolutionLayer by Gian Marco Iodice · 6 years ago
  12. 71d9b57 COMPMID-1381: Cleaned up the AssemblyHelper interface by Anthony Barbier · 6 years ago
  13. 7221933 COMPMID-1145: (API) Introduce prepare() stage (NEON/CL/GLES) by Georgios Pinitas · 6 years ago
  14. e083771 COMPMID-1160 Turn Graph hints into heuristics by Giorgio Arena · 6 years ago
  15. 96b86a9 COMPMID-959 - Fix Validate in Convolution Layer by Isabella Gottardi · 6 years ago
  16. a3221e6 COMPMID-1106 Add fast math support in NEWinogradConvolutionLayer by Giorgio Arena · 6 years ago
  17. a8aef29 COMPMID-792 - Re-enabled Winograd on NEON in all graph examples. by Gian Marco Iodice · 6 years ago
  18. 9fb1159 COMPMID-1074: Rename WinograLayer.cpp to WinogradConvolutionLayer.cpp by Georgios Pinitas · 6 years ago
  19. 3ca9786 COMPMID-718 : Winograd: add validate method and tests by Vidhya Sudhan Loganathan · 6 years ago
  20. e52a300 COMPMID-1026 - Add support for 4x4 output tile in CLWinogradConvolutionLayer by Gian Marco Iodice · 6 years ago
  21. 95a3f55 COMPMID-959: Disabled winograd on Arm Cortex-A53 while we're working on a fix by Anthony Barbier · 6 years ago
  22. 4d9379a COMPMID-1040: Added support for nullptr bias tensor in NEWinogradLayer by Andrew Mundy · 6 years ago
  23. 3f217ec COMPMID-908 - Merge Activation layer with Convolution Layer (NEON. CL, GLES) by Isabella Gottardi · 6 years ago
  24. 7da29b6 COMPMID-1017: Implement dilated convolution in NEON, OpenCL, and GC by Alex Gilday · 6 years ago
  25. 61b4fca COMPMID-959 Fix clang-tidy issue by Anthony Barbier · 6 years ago
  26. d8734b5 COMPMID-793 : Add graph intermediate representation by Georgios Pinitas · 7 years ago
  27. 6acc6ad COMPMID-846: Create a ConvolutionLayer for NEON by Isabella Gottardi · 6 years ago
  28. 9be0c5a COMPMID-936: Convolution failure in NEON Convolution Layer. by Georgios Pinitas · 6 years ago
  29. 284cfe2 COMPMID-903: Implements NEPermute for NHWC conversions by Georgios Pinitas · 6 years ago
  30. 604afc0 COMPMID-894: Segfault: neon_cnn on S5 neo by Georgios Pinitas · 6 years ago
  31. b7e3028 COMPMID-890: Valgrind: NEON Convolution Layer validation fails by Isabella Gottardi · 6 years ago
  32. f6169d8 COMPMID-765: Fixed clangtidy warnings. by Pablo Tello · 6 years ago
  33. e6630e4 COMPMID-790 - NEON: Add QASYMM8 support to Convolution by Isabella Gottardi · 6 years ago
  34. 7c23ad0 COMPMID-617 Add validation to NEConvolutionLayer by Giorgio Arena · 7 years ago
  35. 08c5a06 COMPMID-750: Fix assembly kernel interfaces by Georgios Pinitas · 7 years ago
  36. b660dcf COMPMID-556: Fix NEConvolutionLayer for fully connected convolution. by Georgios Pinitas · 7 years ago
  37. bfa3b52 COMPMID-556 - Fix examples by Gian Marco · 7 years ago
  38. d912fd8 COMPMID-617: Add validation to NEON functions. by Georgios Pinitas · 7 years ago
  39. a1ed41f IVGCVSW-601: support for asymetric padding in cl conv and depthwise conv by Jaroslaw Rzepecki · 7 years ago
  40. ece307b COMPMID-556 - Fix ConvolutionLayer test by Gian Marco Iodice · 7 years ago
  41. 1b2e2e5 COMPMID-417: Fix memory manager in NEConvolution. by Georgios Pinitas · 7 years ago
  42. 80373f6 COMPMID-481: Add AArch32 GEMM by Moritz Pflanzer · 7 years ago
  43. beabe3b COMPMID-481: Add AArch64 GEMM by Moritz Pflanzer · 7 years ago
  44. baf174e COMPMID-485: Memory Manager by Georgios Pinitas · 7 years ago
  45. 559d771 COMPMID-417 - Fixed auto-config in NEConvolutionLayer and in CLConvolutionLayer by Gian Marco Iodice · 7 years ago
  46. 2bbd964 COMPMID-436, COMPMID-437 - Port NEConvolutionLayer & NEFullyConnectedLayer to support 16 bit fixed point by Gian Marco Iodice · 7 years ago
  47. 13edbff COMPMID-432 - Extended Convolution Layer to support rectangular kernels by Gian Marco Iodice · 7 years ago
  48. 4e28869 COMPMID-417 - Adding support for rectangular kernels by Gian Marco Iodice · 7 years ago
  49. 659abc0 COMPMID-421: Added FP16 support in Convolutional layer (Neon) by Pablo Tello · 7 years ago
  50. 6ff3b19 COMPMID-344 Updated doxygen by Anthony Barbier · 7 years ago