1. e55b40a COMPMID-1581: Collapse windows by Georgios Pinitas · 6 years ago
  2. 64f1a90 COMPMID-1591: Fix NEPoolingLayer for NHWC by Georgios Pinitas · 6 years ago
  3. a799ce0 COMPMID-1564: Add NEDepthwiseConvolution3x3 for QASYMM8 by Georgios Pinitas · 6 years ago
  4. 8e1f3c0 COMPMID-1451 - Reduced dataset for YOLOLayer by Gian Marco Iodice · 6 years ago
  5. 16934a5 COMPMID-1227 Implementing Space to Batch on OpenCL by Michalis Spyrou · 6 years ago
  6. 7302302 COMPMID-1539 Implement YOLOLayer on CL by Giorgio Arena · 6 years ago
  7. 477531c COMPMID-1527 - Implementing ReorgLayer on OpenCL by Gian Marco Iodice · 6 years ago
  8. e1a352c COMPMID-1333: Add CLSplit by Georgios Pinitas · 6 years ago
  9. b57be0d COMPMID-1330: Add support for NormalizePlanarYUV operator in CL by Michele Di Giorgio · 6 years ago
  10. c1a7245 COMPMID-1332: Implement Slice for CL by Georgios Pinitas · 6 years ago
  11. 6a8d3b6 COMPMID-1218 Implementing Batch to Space on OpenCL by Michalis Spyrou · 6 years ago
  12. 87e896a [COMPMID-1353] Add support for 4D Softmax layer on OpenCL by Giuseppe Rossini · 6 years ago
  13. e3d24ce COMPMID-708 Fix AccessWindowTranspose by Giorgio Arena · 6 years ago
  14. 77589b5 COMPMID-1235: Implements StridedSlice for CL by Georgios Pinitas · 6 years ago
  15. 3783116 COMPMID-1474: Automatically generate DragonBench benchmarks by Georgios Pinitas · 6 years ago
  16. 4dbc0a9 COMPMID-1541: Remove dependency on tests/ headers in utils/TypePrinter.h by Anthony Barbier · 6 years ago
  17. 3ada2b7 COMPMID-1534: Fix LSTM/RNN Layers for NEON and FP16 by Georgios Pinitas · 6 years ago
  18. 916d1bc COMPMID-1498 - Enable grouping in CLGEMMConvolutionLayer by Gian Marco Iodice · 6 years ago
  19. 2a51818 COMPMID-1500: (Nightly) CLIm2ColGrouped std::bad_alloc and crashes by Georgios Pinitas · 6 years ago
  20. 980002b COMPMID-1343: Add grouping support to CLCol2ImKernel by Michele Di Giorgio · 6 years ago
  21. 0f17039 COMPMID-1342 Add grouping support to CLIm2ColKernel by Giorgio Arena · 6 years ago
  22. 215b4ea COMPMID-1277 - Optimizing CLIm2ColKernel for NHWC. by Gian Marco Iodice · 6 years ago
  23. c6aa49b COMPMID-1344 Add grouping support to CLWeightsReshapeKernel by Giorgio Arena · 6 years ago
  24. d39e2b1 COMPMID-1188 - Fixed performance degradation with GEMM3D by Gian Marco Iodice · 6 years ago
  25. 68a3f56 COMPMID-1276 - Allow GEMM to work with 3D input tensor by Gian Marco Iodice · 6 years ago
  26. 42447c1 COMPMID-1188: Fixes LSTM IO dimension requirements. by Georgios Pinitas · 6 years ago
  27. d28b751 COMPMID-1340 - Implementing Winograd Convolution Layer 1x5/5x1 on OpenCL NHWC by Gian Marco Iodice · 6 years ago
  28. 149fdf3 COMPMID-1337 Implementing Winograd Convolution Layer 1x3 and 3x1 kernels on OpenCL NHWC by Giorgio Arena · 6 years ago
  29. 876be2a COMPMID-1339 - Implementing Winograd Convolution Layer 1x5 and 5x1 kernels on OpenCL NCHW by Gian Marco Iodice · 6 years ago
  30. 17d6d3c COMPMID-1352: Disable support for 4D softmax layer. by Georgios Pinitas · 6 years ago
  31. d051e97 COMPMID-811 Add NHWC data format support for CL depthwise convolution by Giorgio Arena · 6 years ago
  32. f1c2bf0 COMPMID-1201 - Implementing Winograd Convolution Layer 1x3 and 3x1 kernels on OpenCL by Gian Marco Iodice · 6 years ago
  33. 7210fe8 COMPMID-1204 Add NHWC data format support to Winograd output transform 4x4_5x5 by Giorgio Arena · 6 years ago
  34. 542e92d COMPMID-1067 NEON RNN FP32 / FP16 by Michalis Spyrou · 6 years ago
  35. c42f28d COMPMID-1048 Add NHWC data format support to Winograd input transform 4x4_3x3 by Giorgio Arena · 6 years ago
  36. 8e74f44 COMPMID-911: Allow GEMM to work with 3D tensors by Isabella Gottardi · 6 years ago
  37. 1db7beb COMPMID-1256: Memory corruption in NEGEMM by Georgios Pinitas · 6 years ago
  38. 3695f9a COMPMID-1048 Add NHWC data format support to Winograd output transform 4x4_3x3 by Giorgio Arena · 6 years ago
  39. b8110b5 COMPMID-959: Removed 4k shape from LargeShapes. by Pablo Tello · 6 years ago
  40. bcedf51 COMPMID-993 Implement CL LSTM function by Michalis Spyrou · 6 years ago
  41. 55b3d12 COMPMID-1137 OpenCL concatenate width by Michalis Spyrou · 6 years ago
  42. 79ffade COMPMID-1112: Enabled multithreading transforms in Winograd. by Pablo Tello · 6 years ago
  43. 7f4a819 COMPMID-597: Port HOGMultiDetection to new framework by John Richardson · 6 years ago
  44. 7217563 COMPMID-1107: Add support for ChannelShuffle in CL by Michele Di Giorgio · 6 years ago
  45. 3c520c5 COMPMID-1089 CLPoolingLayer fix padding and add output shape computation to ShapeCalculator by Giorgio Arena · 6 years ago
  46. 6c42127 COMPMID-1105: Fix mismatches conv layer when using NativeGemm with multiple threads by Pablo Tello · 6 years ago
  47. 7657224 COMPMID-926 Add depth multiplier support to NEON/CL/GLES depthwise convolution by Giorgio Arena · 6 years ago
  48. 2213d4b COMPMID-1096 - Add fast_math flag to CLConvolutionLayer by Gian Marco Iodice · 6 years ago
  49. 57dac84 COMPMID-806 Add NHWC data format support format for NEON pooling by Michalis Spyrou · 6 years ago
  50. e52a300 COMPMID-1026 - Add support for 4x4 output tile in CLWinogradConvolutionLayer by Gian Marco Iodice · 6 years ago
  51. dd03870 COMPMID-1037 Add support for F(4x4, 5x5) in CLWinogradOutputTransformKernel by Giorgio Arena · 6 years ago
  52. dfca60b COMPMID-811 Add NHWC data format support for CL depthwise convolution QASYMM8 by Giorgio Arena · 6 years ago
  53. fe5ef38 COMPMID-1037 Add support for F(4x4, 5x5) in CLWinogradInputTransformKernel by Giorgio Arena · 6 years ago
  54. 9373c8b COMPMID-1037 Add support for F(4x4, 5x5) in CLWinogradFilterTransformKernel by Giorgio Arena · 6 years ago
  55. 8de9261 COMPMID-585: Port OpticalFlow to new validation by John Richardson · 6 years ago
  56. 2abb216 COMPMID-1045 - Fix shape_to_valid_region_gaussian_pyramid_half() by Gian Marco Iodice · 6 years ago
  57. 247f52c COMPMID-1013 - Create WinogradInfo data structure by Gian Marco Iodice · 6 years ago
  58. 7da29b6 COMPMID-1017: Implement dilated convolution in NEON, OpenCL, and GC by Alex Gilday · 6 years ago
  59. 36a559e COMPMID-992 Implement CL RNN function by Michalis Spyrou · 6 years ago
  60. c357c47 COMPMID-1008: Fix Doxygen issues by Alex Gilday · 6 years ago
  61. d2fab73 COMPMID-935 - Implementing Convolution with Winograd on OpenCL (part 4) by Gian Marco Iodice · 6 years ago
  62. be0ae93 COMPMID-1005: Update Depthwise Convolution form RSH by Georgios Pinitas · 6 years ago
  63. f47bfb9 COMPMID-594: Implement reference and CL/NEON validation for LocallyConnected by Sanghoon Lee · 6 years ago
  64. 7e4b239 COMPMID-935 - Implementing Convolution with Winograd on OpenCL (part 2) by Gian Marco Iodice · 6 years ago
  65. 1f9ca1d COMPMID-935 Implementing Convolution with Winograd on OpenCL (part 3) by Giorgio Arena · 6 years ago
  66. 2bc7441 COMPMID-983 - Add new benchmark tests for Convolution Layer by Gian Marco Iodice · 6 years ago
  67. f78625b COMPMID-765: Ignore window for StaticWindow valid region. by Georgios Pinitas · 6 years ago
  68. 1599787 COMPMID-934: Asymmetric padding support. by Georgios Pinitas · 6 years ago
  69. d267b05 COMPMID-784: Fixed SAME paddding in WinogradLayer by Pablo Tello · 6 years ago
  70. f6c572c COMPMID-784: Productise Winograd. by Pablo Tello · 6 years ago
  71. 02ee429 COMPMID-765: Fix CPPPermute error when permuting the strides. by Georgios Pinitas · 6 years ago
  72. ba8fcb0 COMPMID-765: Remove wrong shape in LargeShapesBroadcast by Michele Di Giorgio · 6 years ago
  73. 69af6cf COMPMID-765: Sanitize permutation vector for Permute. by Georgios Pinitas · 6 years ago
  74. ced7a8d COMPMID-875: Deconvolution 4x4 not working by Georgios Pinitas · 6 years ago
  75. 1167487 COMPMID-897 Merge batch normalization with bounded relu by Giorgio Arena · 6 years ago
  76. 4074c99 COMPMID-873: Integrate RSH NEON Depthwise Convolution routine by Georgios Pinitas · 6 years ago
  77. 679463a COMPMID-784: Added support for PADDING = SAME in Winograd layer. by Pablo Tello · 6 years ago
  78. 054a714 COMPMID-765 Small fixes to MobileNet dwc dataset by Giorgio Arena · 6 years ago
  79. 33ff9ef APPBROWSER-400: Implement the tensorshift kernel for fixing DC's alignment issue on OpenGL ES by Xinghang Zhou · 6 years ago
  80. 1c0d0ff COMPMID-832: Decrease validation coverage of QS8/QS16 by Anthony Barbier · 6 years ago
  81. 0021d75 IVGCVSW-863 Broadcast support in CL/NEON Arithmetic Add by Diego Lopez Recas · 7 years ago
  82. 2219dea APPBROWSER-390,397,398: bugfix and fully connected validation issue on specific dataset by zhenglin · 6 years ago
  83. d466c2d COMPMID-833 Direct convolution, Normalization and by Michalis Spyrou · 6 years ago
  84. d05dce4 COMPMID-791: Generic Depthwise Convolution Layer NEON QASYMM8 by Georgios Pinitas · 6 years ago
  85. e855c23 APPBROWSER-377: GCConvoutionLayer support for FP16 by Stephen Li · 7 years ago
  86. 9c42de9 COMPMID-753 Add benchmarks for ActivationLayers used in MobileNet by Giorgio Arena · 6 years ago
  87. 093adbc COMPMID-753 Add benchmarks for GEMM/GEMMLowp used in AlexNet by Giorgio Arena · 6 years ago
  88. 345ab18 COMPMID-742: Add image input support for Harris Corners tests by Alex Gilday · 6 years ago
  89. 780db4e COMPMID-471 Implement Deconvolution on OpenCL by Michalis Spyrou · 7 years ago
  90. a302d69 COMPMID-753 Add benchmarks for QASYMM8 depthwise convolution layers used in MobileNet by Giorgio Arena · 6 years ago
  91. 25f2368 COMPMID-589: Port HOGDescriptor to new validation by John Richardson · 7 years ago
  92. 2c35018 COMPMID-761: Add CL/NEON Magnitude benchmark tests by Ioan-Cristian Szabo · 7 years ago
  93. 57a150a APPBROWSER-341: Add ResizeNearest operator support by Frank Lei · 7 years ago
  94. 0fb6cf5 APPBROWSER-340: Implement NormalizePlanarYUV operator by zhenglin · 7 years ago
  95. 941cd70 COMPMID-688: Shorten DepthWiseConvolution test name. by Pablo Tello · 7 years ago
  96. b660dcf COMPMID-556: Fix NEConvolutionLayer for fully connected convolution. by Georgios Pinitas · 7 years ago
  97. 7f0f790 COMPMID-731 - Remove padding requirements for NEGEMMLowpOutputStage by Gian Marco · 7 years ago
  98. c7f9b89 COMPMID-722 - Support for vector-matrix in GEMMLowp (NEON) by Gian Marco · 7 years ago
  99. 8108d2e COMPMID-718: Added winograd benchmarking tests. by Pablo Tello · 7 years ago
  100. 2ecbada IVGCVSW-656 : added support (and unit tests) for asymmetric padding in by Jaroslaw Rzepecki · 7 years ago