1. 7f32d01 COMPMID-1451: Fix NormalizationLayer accross width normalization. by Georgios Pinitas · 6 years ago
  2. afbc5ff COMPMID-1621 Deconvolution wrong output calculation by Michalis Spyrou · 6 years ago
  3. af7e600 COMPMID-1628: NEWinograd mismatches in the nightly. by Pablo Tello · 6 years ago
  4. 4284bfa COMPMID-287: NEON colour convert to U8 by Manuel Bottini · 6 years ago
  5. 7c9541c COMPMID-1596 Create UpsampleLayer for NEON by Michalis Spyrou · 6 years ago
  6. 96e922e COMPMID-1602: Added Winograd tests for kernel 7x1 and 1x7. by Pablo Tello · 6 years ago
  7. a6825a4 COMPMID-1540 Implement YOLOLayer on NEON by Michalis Spyrou · 6 years ago
  8. a799ce0 COMPMID-1564: Add NEDepthwiseConvolution3x3 for QASYMM8 by Georgios Pinitas · 6 years ago
  9. 20c246a COMPMID-1532: Add DepthwiseConvolution3x3 FP16 on NEON by Georgios Pinitas · 6 years ago
  10. cbf39c6 COMPMID-1566: Add broadcast to CLArithmeticSubtraction by Georgios Pinitas · 6 years ago
  11. 952aeb1 COMPMID-1551: NEWinograd 1x3 and 3x1 mismatches. by Pablo Tello · 6 years ago
  12. 000d33a COMPMID-1552: support kernels sizes 1x7, 7x1, 1x5, 5x1 in NEWinograd by Pablo Tello · 6 years ago
  13. efbf6c8 [COMPMID-386] Github: Support SoftmaxLayer on different number of dimensions? by giuros01 · 6 years ago
  14. 477531c COMPMID-1527 - Implementing ReorgLayer on OpenCL by Gian Marco Iodice · 6 years ago
  15. 09d3451 COMPMID-1548: NEON FP16 mismatches on CannyEdge and HarrisCorners. by Georgios Pinitas · 6 years ago
  16. aa6a04a COMPMID-1528: Add ReorgLayer on NEON by Georgios Pinitas · 6 years ago
  17. 565bf2d COMPMID-1514: Add validate to NEFloor and CLFloor by Georgios Pinitas · 6 years ago
  18. bda6e4b COMPMID-1247:Integrate kernel size 1x3 & 3x1 support in NEWinogradLayer. by Pablo Tello · 6 years ago
  19. e3d24ce COMPMID-708 Fix AccessWindowTranspose by Giorgio Arena · 6 years ago
  20. 8479763 [COMPMID-1483] Add validate method to CLReshapeLayer by Giuseppe Rossini · 6 years ago
  21. 3e570db COMPMID-1304: NEDepthConvert : Add support for FP32 -> FP16 and FP16 -> FP32 + validate() function by Michele Di Giorgio · 6 years ago
  22. 419f33a COMPMID-1542: Nightly: NEON and CL FullyConnectedLayer FP32 mismatches by Michele Di Giorgio · 6 years ago
  23. 35aea37 COMPMID-1534 - Fixed GEMMDilated and FullyConnected tests for FP16 by Gian Marco Iodice · 6 years ago
  24. 32963c6 COMPMID-1534 - Fix tolerance issue in Normalization Layer test for FP16 by Gian Marco Iodice · 6 years ago
  25. fb62908 COMPMID-1494 Optimise NEON im2col and weights reshape for NHWC by Giorgio Arena · 6 years ago
  26. 66cbafb COMPMID-1246 Fix NEON mobilenet NCHW by Giorgio Arena · 6 years ago
  27. fbf3ecc COMPMID-1534 - Fix GEMM and Magnitude test for FP16 by Gian Marco Iodice · 6 years ago
  28. 41acb76 COMPMID-1534 - Fixing FP16 tests on NEON by Gian Marco Iodice · 6 years ago
  29. 31fa0d6 COMPMID-1534: Fix NESoftmaxLayer for FP16 by Georgios Pinitas · 6 years ago
  30. 3463a8b COMPMID-1534: Fix NEActivationLayer for FP16 by Georgios Pinitas · 6 years ago
  31. 25f45a4 COMPMID-1060 LSTM FP32 NEON by Michalis Spyrou · 6 years ago
  32. 26b2216 COMPMID-1480 Add support for NHWC QASYMM8/FP32(non-optimized) to NEON DepthwiseConvolution by Giorgio Arena · 6 years ago
  33. 1d38259 COMPMID-1366 Implement NECopy by Michalis Spyrou · 6 years ago
  34. db9d46d COMPMID-1485 - Add support for NHWC when running NEGEMMConvolutionLayer with FP16/QASYMM8 by Gian Marco Iodice · 6 years ago
  35. 0f17039 COMPMID-1342 Add grouping support to CLIm2ColKernel by Giorgio Arena · 6 years ago
  36. d8b03dd MLCE-13: Sanitizing matrix argument in the Warp. by Pablo Tello · 6 years ago
  37. 215b4ea COMPMID-1277 - Optimizing CLIm2ColKernel for NHWC. by Gian Marco Iodice · 6 years ago
  38. 597a856 COMPMID-872 - Rework NEGEMMConvolutionLayer to use NEGEMM by Gian Marco Iodice · 6 years ago
  39. ead90b5 COMPMID-1188: Remove graph system tests by Georgios Pinitas · 6 years ago
  40. a855af1 COMPMID-1401 Implement NEFullyConnectedLayer for QASYMM8 by Giorgio Arena · 6 years ago
  41. c8e84b5 COMPMID-1405: Create our own gemm_native kernel / function. by Anthony Barbier · 6 years ago
  42. 7d66a8e COMPMID-1386: Add support for converting weights for CL. by Georgios Pinitas · 6 years ago
  43. ae54e02 COMPMID-1364: Add support for NHWC in NEDepthConcatenateLayer by Georgios Pinitas · 6 years ago
  44. c7b82f1 COMPMID-761: Add CL/NEON ColorConvert benchmark tests by Sanghoon Lee · 6 years ago
  45. 7784c83 COMPMID-1167: Validation for NEDepthwiseConvolutionLayer by Abe Mbise · 6 years ago
  46. dec32a9 COMPMID-566: Implement reference and CL/NEON validation for ColorConvert (part 2) by Sanghoon Lee · 6 years ago
  47. 7485d5a COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  48. 014333d COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  49. 17d6d3c COMPMID-1352: Disable support for 4D softmax layer. by Georgios Pinitas · 6 years ago
  50. 19ea419 COMPMID-809: Add NHWC data format on CLGEMMConvolutionLayer. by Georgios Pinitas · 6 years ago
  51. 17b1230 COMPMID-1293: Handle aligned allocations by Georgios Pinitas · 6 years ago
  52. 0fc2545 COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  53. 7282d56 COMPMID-1287: Extending NEWinogradLayer test suite by Pablo Tello · 6 years ago
  54. 542e92d COMPMID-1067 NEON RNN FP32 / FP16 by Michalis Spyrou · 6 years ago
  55. 4a626a7 COMPMID-801: NHWC support in CLIm2Col. by Pablo Tello · 6 years ago
  56. 8dea602 COMPMID-1273: Nightly : NEON GEMMConvolutionLayer FP32 mismatch by Georgios Pinitas · 6 years ago
  57. 417d14f COMPMID-587: Port LaplacianReconstruct to new validation by John Richardson · 6 years ago
  58. 1b99338 COMPMID-568: Implement Canny edge function for CL/NEON by Abe Mbise · 7 years ago
  59. 1fad27a COMPMID-566: Implement reference and CL/NEON validation for ColorConvert (part 1) by Sanghoon Lee · 6 years ago
  60. 86f7096 COMPMID-959 Increase tolerance for convolution layer by Giorgio Arena · 6 years ago
  61. 2d008a4 COMPMID-586: Port LaplacianPyramid to new validation by John Richardson · 6 years ago
  62. a3221e6 COMPMID-1106 Add fast math support in NEWinogradConvolutionLayer by Giorgio Arena · 6 years ago
  63. 20b4313 COMPMID-814: Add validate method to scale. by Georgios Pinitas · 6 years ago
  64. a8aef29 COMPMID-792 - Re-enabled Winograd on NEON in all graph examples. by Gian Marco Iodice · 6 years ago
  65. 73d4aef COMPMID-948: Add validation to NEL2NormalizeLayer by John Richardson · 6 years ago
  66. 393fa4c COMPMID-814: NEScale NHWC support by Georgios Pinitas · 6 years ago
  67. 1731d51 COMPMID-1147 Fix SIGKILL in CL/ConvertFullyConnectedWeights by Giorgio Arena · 6 years ago
  68. 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
  69. e250389 COMPMID-810 Add NHWC data format support for NEON convolution by Michalis Spyrou · 6 years ago
  70. 7f4a819 COMPMID-597: Port HOGMultiDetection to new framework by John Richardson · 6 years ago
  71. c0f5443 COMPMID-808 Add NHWC data format support for NEON direct convolution by Giorgio Arena · 6 years ago
  72. 7657224 COMPMID-926 Add depth multiplier support to NEON/CL/GLES depthwise convolution by Giorgio Arena · 6 years ago
  73. 57dac84 COMPMID-806 Add NHWC data format support format for NEON pooling by Michalis Spyrou · 6 years ago
  74. 9fb1159 COMPMID-1074: Rename WinograLayer.cpp to WinogradConvolutionLayer.cpp by Georgios Pinitas · 6 years ago
  75. 43f6afe COMPMID-1079: Removed tests asking for too much memory. by Pablo Tello · 6 years ago
  76. 99d4095 COMPMID-1023: Import memory for OpenCL by Georgios Pinitas · 6 years ago
  77. 0cbb927 COMPMID-804: Add NHWC data format support for NEON batch normalisation by Michele Di Giorgio · 6 years ago
  78. 4d33630 COMPMID-987: Make beta and gamma optional in BatchNormalization by Michele Di Giorgio · 6 years ago
  79. 1cd4149 COMPMID-577: Implement CL validation for GaussianPyramid by Sanghoon Lee · 6 years ago
  80. dfca60b COMPMID-811 Add NHWC data format support for CL depthwise convolution QASYMM8 by Giorgio Arena · 6 years ago
  81. 1ed1fc6 COMPMID-812 Add NHWC data format support for NEON depthwise convolution (optimized case). by Giorgio Arena · 6 years ago
  82. ae3c8ab COMPMID-584: Add validation to channel_combine kernels by Ioan-Cristian Szabo · 7 years ago
  83. 156fcf3 COMPMID-802 Add NHWC data format support for NEON im2col. by Giorgio Arena · 6 years ago
  84. 8de9261 COMPMID-585: Port OpticalFlow to new validation by John Richardson · 6 years ago
  85. 2abb216 COMPMID-1045 - Fix shape_to_valid_region_gaussian_pyramid_half() by Gian Marco Iodice · 6 years ago
  86. 4d9379a COMPMID-1040: Added support for nullptr bias tensor in NEWinogradLayer by Andrew Mundy · 6 years ago
  87. 3f217ec COMPMID-908 - Merge Activation layer with Convolution Layer (NEON. CL, GLES) by Isabella Gottardi · 6 years ago
  88. 684cb0f COMPMID-596: Port HOGDetector to new validation by John Richardson · 7 years ago
  89. 7da29b6 COMPMID-1017: Implement dilated convolution in NEON, OpenCL, and GC by Alex Gilday · 6 years ago
  90. 0085429 COMPMID-959: Fix valid region for Scale by Diego Lopez Recas · 6 years ago
  91. fc00449 COMPMID-959: Removed Interleave blocked kernel. by Pablo Tello · 6 years ago
  92. d2fab73 COMPMID-935 - Implementing Convolution with Winograd on OpenCL (part 4) by Gian Marco Iodice · 6 years ago
  93. 27c08ab COMPMID-754: Add validation to LocallyConnected and NEDeconv layers by Alex Gilday · 6 years ago
  94. f47bfb9 COMPMID-594: Implement reference and CL/NEON validation for LocallyConnected by Sanghoon Lee · 7 years ago
  95. eb82fd2 COMPMID-881: RSH new arm_gemm interface. by Pablo Tello · 6 years ago
  96. 6727f12 Revert "COMPMID-959: Fix valid region for Scale by always setting full shape" by Georgios Pinitas · 6 years ago
  97. ff860cf COMPMID-959: Fix valid region for Scale by always setting full shape by Diego Lopez Recas · 6 years ago
  98. 861f0db COMPMID-941 Add NEON broadcast multiply support by Michalis Spyrou · 6 years ago
  99. 88627fb COMPMID-959: Update valid region in DepthConcatenate by Georgios Pinitas · 6 years ago
  100. b4e3e1c COMPMID-617: Add validate support for NEON FullyConnectedLayer by Ioan-Cristian Szabo · 7 years ago