1. fc00449 COMPMID-959: Removed Interleave blocked kernel. by Pablo Tello · 6 years ago
  2. 99ef840 COMPMID-881: Updated arm_gemm to the lastest by Pablo Tello · 6 years ago
  3. 27c08ab COMPMID-754: Add validation to LocallyConnected and NEDeconv layers by Alex Gilday · 6 years ago
  4. be0ae93 COMPMID-1005: Update Depthwise Convolution form RSH by Georgios Pinitas · 6 years ago
  5. 60954c6 COMPMID-754: Add validation to (De)QuantizationLayers by Alex Gilday · 6 years ago
  6. f47bfb9 COMPMID-594: Implement reference and CL/NEON validation for LocallyConnected by Sanghoon Lee · 6 years ago
  7. eb82fd2 COMPMID-881: RSH new arm_gemm interface. by Pablo Tello · 6 years ago
  8. d8734b5 COMPMID-793 : Add graph intermediate representation by Georgios Pinitas · 7 years ago
  9. 6727f12 Revert "COMPMID-959: Fix valid region for Scale by always setting full shape" by Georgios Pinitas · 6 years ago
  10. 7e1944d COMPMID-959: Fix bug reset method NEMinMaxLayer by Isabella Gottardi · 6 years ago
  11. ff860cf COMPMID-959: Fix valid region for Scale by always setting full shape by Diego Lopez Recas · 6 years ago
  12. d56e770 COMPMID-979: Add NHWC data layout to the tensor's metadata (Part 2) by Isabella Gottardi · 6 years ago
  13. 861f0db COMPMID-941 Add NEON broadcast multiply support by Michalis Spyrou · 6 years ago
  14. abca1c9 COMPMID-959: Fix bug in NEActivationLayerKernel (CONST_0-QASYMM8) by Isabella Gottardi · 6 years ago
  15. a8a28f6 COMPMID-976: Fix warnings for ndk-r16b by Anthony Barbier · 6 years ago
  16. b4e3e1c COMPMID-617: Add validate support for NEON FullyConnectedLayer by Ioan-Cristian Szabo · 7 years ago
  17. 1a03d76 COMPMID-765: Fix windows in DirectConvLayer and DepthwiseConvLayer by Georgios Pinitas · 6 years ago
  18. aad9f2c COMPMID-754: Add CLPermute validation method by Isabella Gottardi · 6 years ago
  19. 995f552 COMPMID-864 Window::collapse_if_possible() is misused in several CL kernels by Michalis Spyrou · 6 years ago
  20. 1599787 COMPMID-934: Asymmetric padding support. by Georgios Pinitas · 6 years ago
  21. 9414f64 COMPMID-582: Add validation to channel_extract kernels. by Ioan-Cristian Szabo · 7 years ago
  22. 9be0c5a COMPMID-936: Convolution failure in NEON Convolution Layer. by Georgios Pinitas · 6 years ago
  23. d267b05 COMPMID-784: Fixed SAME paddding in WinogradLayer by Pablo Tello · 6 years ago
  24. 1fbb812 Revert "COMPMID-582: Add validation to channel_extract kernels." by Anthony Barbier · 6 years ago
  25. 21f67d6 COMPMID-934: Return an error in Validate when we don't support asymmetric padding by Anthony Barbier · 6 years ago
  26. 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
  27. f6c572c COMPMID-784: Productise Winograd. by Pablo Tello · 6 years ago
  28. 91d20d9 COMPMID-582: Add validation to channel_extract kernels. by Ioan-Cristian Szabo · 7 years ago
  29. 57c033b COMPMID-906: Use fused activation in NEON Batch normalization by Georgios Pinitas · 6 years ago
  30. 82833b8 COMPMID-765 : NEON Wrapper initial traits and overloads by Georgios Pinitas · 6 years ago
  31. 69af6cf COMPMID-765: Sanitize permutation vector for Permute. by Georgios Pinitas · 6 years ago
  32. 284cfe2 COMPMID-903: Implements NEPermute for NHWC conversions by Georgios Pinitas · 6 years ago
  33. 1d6d211 COMPMID-884: Valgrind: NEDirectConvolutionLayerKernel invalid read by Georgios Pinitas · 6 years ago
  34. 1d77263 COMPMID-765: Fix inclusion error. by Georgios Pinitas · 6 years ago
  35. 4074c99 COMPMID-873: Integrate RSH NEON Depthwise Convolution routine by Georgios Pinitas · 6 years ago
  36. cc327b2 COMPMID-876: Integrate RSH native GEMM kernel. by Georgios Pinitas · 6 years ago
  37. 25a340f COMPMID-578: Implement FAST corners for CL/NEON by Abe Mbise · 7 years ago
  38. f75ab3f COMPMID-888 Valgrind invalid read in NEGEMVAArch64Kernel by Michalis Spyrou · 6 years ago
  39. 6e464c3 COMPMID-828 - Add support for non square pool size - Part1 by Isabella Gottardi · 6 years ago
  40. f525eab COMPMID-871: Remove vst4q/vld4q from NEActivationLayer. by Georgios Pinitas · 6 years ago
  41. 19d0547 COMPMID-765: Fix direct convolution output stage. by Georgios Pinitas · 6 years ago
  42. f6169d8 COMPMID-765: Fixed clangtidy warnings. by Pablo Tello · 6 years ago
  43. 52140b4 COMPMID-784: Winograd tramsforms refactoring by Pablo Tello · 6 years ago
  44. 0021d75 IVGCVSW-863 Broadcast support in CL/NEON Arithmetic Add by Diego Lopez Recas · 7 years ago
  45. 5b6904b COMPMID-866: Integrate SGEMV Neon Assembly from RSH by Michele Di Giorgio · 6 years ago
  46. f1df346 COMPMID-765: Allow RSH's code to not have default cases in their switches by Anthony Barbier · 6 years ago
  47. fc9bda3 COMPMID-815: Fixed Winograd 5x5 padding bug. by Pablo Tello · 6 years ago
  48. 0434d75 COMPMID-588: Port Equalize Histogram to new validation by John Richardson · 7 years ago
  49. fc1ffe6 COMPMID-837: Fixed remap tests failures in Valgrind. by Pablo Tello · 6 years ago
  50. 35ceeb2 IVGCVSW-798 Add Softmax NEON support for QASYMM8 by Diego Lopez Recas · 7 years ago
  51. d6ca478 COMPMID-784: Added support for biases in WinogradLayer. by Pablo Tello · 6 years ago
  52. d05dce4 COMPMID-791: Generic Depthwise Convolution Layer NEON QASYMM8 by Georgios Pinitas · 6 years ago
  53. e6630e4 COMPMID-790 - NEON: Add QASYMM8 support to Convolution by Isabella Gottardi · 6 years ago
  54. bd0e612 COMPMID-848 NEPoolingLayerKernel incorrectly reports by Michalis Spyrou · 6 years ago
  55. 33d2207 COMPMID-860: Neon HGEMM integrated assembly kernel from RSH for Arm Cortex-A55r1. by Pablo Tello · 6 years ago
  56. dde3ad9 COMPMID-842: Add NEON QASYMM8 RELU Activation by Michele Di Giorgio · 6 years ago
  57. 6c6e77a COMPMID-784: Doxygen fixes by Pablo Tello · 6 years ago
  58. 9ceebbe COMPMID-815: Updated NEWinogradLayer with the lastest code from Research. by Pablo Tello · 6 years ago
  59. f72f936 COMPMID-791: Adds support of QASYMM8 in NEDepthwiseConvolution3x3 by Georgios Pinitas · 6 years ago
  60. 61ef5bf IVGCVSW-847 Fix {NEON/CL}PoolingLayerKernel config by Diego Lopez Recas · 7 years ago
  61. 621965e COMPMID-769 Add asymmetric padding support in NEON kernels. by Michalis Spyrou · 6 years ago
  62. 5518671 COMPMID-785: Add QASYMM8 support for pooling layer by Georgios Pinitas · 6 years ago
  63. bcbc970 IVGCVSW-863 calculate_max_window..() family takes ValidRegion by Diego Lopez Recas · 7 years ago
  64. 780db4e COMPMID-471 Implement Deconvolution on OpenCL by Michalis Spyrou · 7 years ago
  65. d7ba539 COMPMID-727 - Implement reference and CL/NEON validation for CustomConvolutionRectangle by Sanghoon Lee · 7 years ago
  66. fde97fb COMPMID-784: Removed no longer needed file winograd_shim_nchw.hpp by Pablo Tello · 6 years ago
  67. 4e2c139 COMPMID-784: Winograd refactoring by Pablo Tello · 6 years ago
  68. b91e34c COMPMID-746 Allow NEDirectConvolution to work without biases for QS. by Michalis Spyrou · 7 years ago
  69. 384a43e COMPMID-579: Port Derivative to new validation by John Richardson · 7 years ago
  70. fef6dae COMPMID-750: Enabled support for U8 and S8 datatypes in NEGEMMLowpAArch64V8P4Kernel by Pablo Tello · 7 years ago
  71. 02541fb COMPMID-719: NEWinogradLayer reordering using NEPermute. by Pablo Tello · 7 years ago
  72. 1250a5a COMPMID-767 : Propagate hints to subgraph. by Georgios Pinitas · 7 years ago
  73. 7c23ad0 COMPMID-617 Add validation to NEConvolutionLayer by Giorgio Arena · 7 years ago
  74. 358ca20 COMPMID-617: Adds CLFullyConnectionLayer validation support by Georgios Pinitas · 7 years ago
  75. 490b3d8 IVGCVSW-863 Move clamp, for_each, foldl to misc/utility.h by Diego Lopez Recas · 7 years ago
  76. 08c5a06 COMPMID-750: Fix assembly kernel interfaces by Georgios Pinitas · 7 years ago
  77. 0223a78 COMPMID-556: Fix bugs around NEDirectConvolutionLayer by Georgios Pinitas · 7 years ago
  78. 1568621 COMPMID-744 Fixed access windows in DepthwiseConvolutionLayer by Anthony Barbier · 7 years ago
  79. 93b9bdb COMPMID-743 Fixed AccessWindow in GEMMLowpMatrixMultiply by Anthony Barbier · 7 years ago
  80. 4062680 COMPMID-556: Fix checks in NEGEMMLowpOffsetContributionKernel by Georgios Pinitas · 7 years ago
  81. bfa3b52 COMPMID-556 - Fix examples by Gian Marco · 7 years ago
  82. c8a85ba COMPMID-563 - Implement reference and CL/NEON validation for Custom_Convolution (Output U8) by Sanghoon Lee · 7 years ago
  83. c0ee461 COMPMID-556: Fixed clang tidy warnings by Anthony Barbier · 7 years ago
  84. c2708ec COMPMID-556: Switched from int32 to int to avoid compiling issues with bare_metal by Anthony Barbier · 7 years ago
  85. 5dfeae6 IVGCVSW-820: Add QASYMM8 support to NeonActivationLayerKernel by Michel Iwaniec · 7 years ago
  86. 7f0f790 COMPMID-731 - Remove padding requirements for NEGEMMLowpOutputStage by Gian Marco · 7 years ago
  87. f2ad401 COMPMID-718: Fixed clang warnings by Pablo Tello · 7 years ago
  88. b42d53c COMPMID-732 - Remove padding requirements in NETranspose by Gian Marco · 7 years ago
  89. afa5d81 COMPMID-617 Add validation methods to Kernels by Michalis Spyrou · 7 years ago
  90. 631c41a COMPMID-556: Rename Error to Status and inverse logic by Georgios Pinitas · 7 years ago
  91. a2b89ca IVGCVSW-631 Neon support for Softmax beta parameter (F32 only) by Pablo Palmier · 7 years ago
  92. 424eb5d COMPMID-556: Fix dangling references in NEFillBorder by Georgios Pinitas · 7 years ago
  93. 7c435f2 COMPMID-728 - Added validation for transpose by Gian Marco · 7 years ago
  94. 5124be5 COMPMID-661: Convolution quantized (#32) by Chunosov · 7 years ago
  95. 397d58a COMPMID-617: Add validate support for NEON ArithmeticLayer by Ioan-Cristian Szabo · 7 years ago
  96. c7f9b89 COMPMID-722 - Support for vector-matrix in GEMMLowp (NEON) by Gian Marco · 7 years ago
  97. 8795ffb COMPMID-700: Adds CPPPermute function by Georgios Pinitas · 7 years ago
  98. ab49073 COMPMID-556 Fix build issues with Clang by Anthony Barbier · 7 years ago
  99. 3d4968a COMPMID-687: Winograd refactoring by Pablo Tello · 7 years ago
  100. 04a8f8c COMPMID-692 Consistent names for the interfaces by Giorgio Arena · 7 years ago