1. e222055 COMPMID-1367: Enable NHWC in graph examples by Georgios Pinitas · 6 years ago
  2. 7d66a8e COMPMID-1386: Add support for converting weights for CL. by Georgios Pinitas · 6 years ago
  3. e29acf1 COMPMID-1365: Add support for NHWC in CLDepthConcatenateLayer by Georgios Pinitas · 6 years ago
  4. d1794eb COMPMID-1226 Extend CLMeanStdDev to support FP32 / FP16 by Michalis Spyrou · 6 years ago
  5. d28b751 COMPMID-1340 - Implementing Winograd Convolution Layer 1x5/5x1 on OpenCL NHWC by Gian Marco Iodice · 6 years ago
  6. 876be2a COMPMID-1339 - Implementing Winograd Convolution Layer 1x5 and 5x1 kernels on OpenCL NCHW by Gian Marco Iodice · 6 years ago
  7. 9ebd040 COMPMID-1354 Add support for NHWC in CLBatchNormalization's documentation by Giorgio Arena · 6 years ago
  8. f4cb81b COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  9. 7485d5a COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  10. d051e97 COMPMID-811 Add NHWC data format support for CL depthwise convolution by Giorgio Arena · 6 years ago
  11. 4622ac1 COMPMID-1336: Add CLArithmeticAddition support for QASYMM8 by Michele Di Giorgio · 6 years ago
  12. be39f12 COMPMID-1204 Add NHWC data format support to Winograd input transform 4x4_5x5 by Giorgio Arena · 6 years ago
  13. 80d65d8 COMPMID-1204 Add NHWC data format support to Winograd filter transform 4x4_5x5 by Giorgio Arena · 6 years ago
  14. 7210fe8 COMPMID-1204 Add NHWC data format support to Winograd output transform 4x4_5x5 by Giorgio Arena · 6 years ago
  15. fa23f11 COMPMID-1246 CLDepthwiseConvolution QASYMM8 NHWC kernel cleanup by Giorgio Arena · 6 years ago
  16. c42f28d COMPMID-1048 Add NHWC data format support to Winograd input transform 4x4_3x3 by Giorgio Arena · 6 years ago
  17. 8e74f44 COMPMID-911: Allow GEMM to work with 3D tensors by Isabella Gottardi · 6 years ago
  18. 0a88792 COMPMID-1222 Implementing CLArithmeticDivision - FP32 / FP16 by Michalis Spyrou · 6 years ago
  19. 4a626a7 COMPMID-801: NHWC support in CLIm2Col. by Pablo Tello · 6 years ago
  20. dcb5b28 COMPMID-1048 Add NHWC data format support to Winograd filter transform 4x4_3x3 by Giorgio Arena · 6 years ago
  21. 17812ba COMPMID-817: Tuner: Port kernels to new design. by Georgios Pinitas · 6 years ago
  22. 3695f9a COMPMID-1048 Add NHWC data format support to Winograd output transform 4x4_3x3 by Giorgio Arena · 6 years ago
  23. 46da23f COMPMID-813 Add NHWC data format support for CL scale by Michalis Spyrou · 6 years ago
  24. 793f87d COMPMID-1176: Add FP16 support in CLDeconvolutionLayer. by Georgios Pinitas · 6 years ago
  25. 55b3d12 COMPMID-1137 OpenCL concatenate width by Michalis Spyrou · 6 years ago
  26. 62385bc COMPMID-948: Add validation to CLL2NormalizeLayer by John Richardson · 6 years ago
  27. 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
  28. 750641d COMPMID-1052 - Rework validate method in CLGEMM by Gian Marco Iodice · 6 years ago
  29. ad0c738 COMPMID-1068 Create validate method to CLDepthWiseConvolution by Giorgio Arena · 6 years ago
  30. d24af8a COMPMID-1125: Add support for FP16 in CLDepthwiseConvolution by Michele Di Giorgio · 6 years ago
  31. 7217563 COMPMID-1107: Add support for ChannelShuffle in CL by Michele Di Giorgio · 6 years ago
  32. 7657224 COMPMID-926 Add depth multiplier support to NEON/CL/GLES depthwise convolution by Giorgio Arena · 6 years ago
  33. e52a300 COMPMID-1026 - Add support for 4x4 output tile in CLWinogradConvolutionLayer by Gian Marco Iodice · 6 years ago
  34. 4d33630 COMPMID-987: Make beta and gamma optional in BatchNormalization by Michele Di Giorgio · 6 years ago
  35. 1cd4149 COMPMID-577: Implement CL validation for GaussianPyramid by Sanghoon Lee · 6 years ago
  36. dfca60b COMPMID-811 Add NHWC data format support for CL depthwise convolution QASYMM8 by Giorgio Arena · 6 years ago
  37. 247f52c COMPMID-1013 - Create WinogradInfo data structure by Gian Marco Iodice · 6 years ago
  38. c0d1c86 COMPMID-734: CLTuner rework by Georgios Pinitas · 6 years ago
  39. 7da29b6 COMPMID-1017: Implement dilated convolution in NEON, OpenCL, and GC by Alex Gilday · 6 years ago
  40. 5c8e05c COMPMID-1019 Implement copy function CL by Michalis Spyrou · 6 years ago
  41. c357c47 COMPMID-1008: Fix Doxygen issues by Alex Gilday · 6 years ago
  42. 2d9de0a COMPMID-1009 Support 4x4 output tile for Winograd Filter Transform on OpenCL. by Giorgio Arena · 6 years ago
  43. d2fab73 COMPMID-935 - Implementing Convolution with Winograd on OpenCL (part 4) by Gian Marco Iodice · 6 years ago
  44. 27c08ab COMPMID-754: Add validation to LocallyConnected and NEDeconv layers by Alex Gilday · 6 years ago
  45. 99ac60b COMPMID-853 Fuse CL DepthwiseConvolution with Activation for QASYM8 by Giorgio Arena · 6 years ago
  46. 60954c6 COMPMID-754: Add validation to (De)QuantizationLayers by Alex Gilday · 6 years ago
  47. 7e4b239 COMPMID-935 - Implementing Convolution with Winograd on OpenCL (part 2) by Gian Marco Iodice · 6 years ago
  48. 1f9ca1d COMPMID-935 Implementing Convolution with Winograd on OpenCL (part 3) by Giorgio Arena · 6 years ago
  49. 78c0090 COMPMID-754: Add validation to kernels. by Georgios Pinitas · 6 years ago
  50. 995f552 COMPMID-864 Window::collapse_if_possible() is misused in several CL kernels by Michalis Spyrou · 6 years ago
  51. 933fe86 COMPMID-927: Adding support for FP16 in CLDepthwiseConvolutionLayer3x3 by Michele Di Giorgio · 6 years ago
  52. dde9ec9 COMPMID-909: Enabling in-place computation for batchnormalization and activation at graph level by Michele Di Giorgio · 6 years ago
  53. 19835e5 COMPMID-882 - Optimizing GEMMLowp on OpenCL reshaping matrices by Gian Marco · 6 years ago
  54. de5a1cc COMPMID-856: CL Depthwise Convolution QASYMM8 support by Georgios Pinitas · 6 years ago
  55. 1167487 COMPMID-897 Merge batch normalization with bounded relu by Giorgio Arena · 6 years ago
  56. 76faef8 COMPMID-855 - Optimizing im2col on OpenCL (DCHW) by Gian Marco · 6 years ago
  57. b28f329 COMPMID-754: Add validation method to CLPermute kernel by Michele Di Giorgio · 6 years ago
  58. 6259e5f COMPMID-787: Add CL support for broadcast multiply by Michele Di Giorgio · 6 years ago
  59. 0021d75 IVGCVSW-863 Broadcast support in CL/NEON Arithmetic Add by Diego Lopez Recas · 7 years ago
  60. 36a0a46 COMPMID-748 - Integrating optimized SGEMM for bifrost by Gian Marco · 6 years ago
  61. a1f7e33 COMPMID-841: Add CL QASYMM8 RELU Activation by Michele Di Giorgio · 6 years ago
  62. 5237e01 COMPMID-838 Implement CLPermute by Michalis Spyrou · 6 years ago
  63. 780db4e COMPMID-471 Implement Deconvolution on OpenCL by Michalis Spyrou · 7 years ago
  64. 358ca20 COMPMID-617: Adds CLFullyConnectionLayer validation support by Georgios Pinitas · 7 years ago
  65. ebfc5f0 COMPMID-556 Fix Color Convert documentation by Giorgio Arena · 7 years ago
  66. 642d773 COMPMID-556 Fix Channel Extract documentation by Giorgio Arena · 7 years ago
  67. 631c41a COMPMID-556: Rename Error to Status and inverse logic by Georgios Pinitas · 7 years ago
  68. 5948634 COMPMID-617 Add window validation to CLDirectConvolutionLayer by Giorgio Arena · 7 years ago
  69. 7c435f2 COMPMID-728 - Added validation for transpose by Gian Marco · 7 years ago
  70. 5124be5 COMPMID-661: Convolution quantized (#32) by Chunosov · 7 years ago
  71. 2ecbada IVGCVSW-656 : added support (and unit tests) for asymmetric padding in by Jaroslaw Rzepecki · 7 years ago
  72. 04a8f8c COMPMID-692 Consistent names for the interfaces by Giorgio Arena · 7 years ago
  73. 58c5794 COMPMID-706 - Add GEMMLowp output stage for scaling by a fixed point number by Gian Marco · 7 years ago
  74. 05288a2 COMPMID-697 - Rework GEMMLowp interface on OpenCL by Gian Marco · 7 years ago
  75. c827990 COMPMID-556 - Add QASYMM8 support for missing OpenCL kernels by Gian Marco · 7 years ago
  76. 857e32c COMPMID-699 - Add NEON functions for im2col and col2im by Gian Marco · 7 years ago
  77. 02bf80d COMPMID-661: Fix scale border issue (#38) by Daniil Efremov · 7 years ago
  78. 30902ed COMPMID-617: Add validation methods to ML CL functions. by Georgios Pinitas · 7 years ago
  79. d7295b7 COMPMID-661: Add QASYMM8 support (and basic tests) to CLDepthwiseConvolution3x3 kernel (#28) by Dmitry Savenko · 7 years ago
  80. 540d008 COMPMID-556: Fixes bias in CLDirectConvolutionLayer to be int32. by Georgios Pinitas · 7 years ago
  81. 82afedf COMPMID-678 Align Convolution Interfaces by Giorgio Arena · 7 years ago
  82. f450caa COMPMID-661: softmax-uint8 implementation (#16) by Chunosov · 7 years ago
  83. 7068f99 COMPMID-631: Merge branches/gles_compute branch by Anthony Barbier · 7 years ago
  84. eed841c COMPMID-661: Add QAsymm8 for Reshape (#29) by Daniil Efremov · 7 years ago
  85. af6204c COMPMID-661: Add avgpool-uint8 support. Optimize avgpool-fp32 for Bifrost. (#13) by Anton Lokhmotov · 7 years ago
  86. f9d3a0a COMPMID-617: Add validation functions. by Georgios Pinitas · 7 years ago
  87. d6afedc COMPMID-661: softmax-fp32 optimisation (#14) by Chunosov · 7 years ago
  88. d621bca COMPMID-661: directconv-uint8 (#20) by Chunosov · 7 years ago
  89. 388d3ec COMPMID-556: Support beta for all softmax data types. by Georgios Pinitas · 7 years ago
  90. 3faea25 COMPMID-617: Adds validation to CLPoolingLayer by Georgios Pinitas · 7 years ago
  91. 16cdf89 IVGCVSW-657 : fix asymmetric padding for 3x3 depthwise conv by Jaroslaw Rzepecki · 7 years ago
  92. 81a26ad COMPMID-643: Add bias to CLDepthwiseConvolution. by Georgios Pinitas · 7 years ago
  93. 48a60f9 IVGCVSW-632 CL support for Softmax beta parameter by Pablo Palmier · 7 years ago
  94. 9fe4144 COMPMID-452 CL Generic Depthwise Convolution implementation. by Giorgio Arena · 7 years ago
  95. f670a0a COMPMID-417 - Added arm_compute comment at the end of CL header files by Gian Marco Iodice · 7 years ago
  96. bf17955 COMPMID-522 - Added support for GlobalPooling in CLPoolingLayer and CLFlattening for 3D tensor by Gian Marco Iodice · 7 years ago
  97. 583137c COMPMID-417: Add support for floats in scale. by Georgios Pinitas · 7 years ago
  98. 5ee66ea COMPMID-462: Implement TensorReshape for NEON and CL. by Georgios Pinitas · 7 years ago
  99. 56dd726 COMPMID-448: Implement CL Quantization/Dequantization Layer. by Michele Di Giorgio · 7 years ago
  100. 906443f COMPMID-415 - Fixed bug in CLDepthConcatenateKernel by Gian Marco Iodice · 7 years ago