1. 5fc07aa COMPMID-2338: Remove CLGEMMInterleave4x4 and CLGEMMTranspose1xW by Gian Marco Iodice · 5 years ago
  2. b9626ab COMPMID-2243 ArgMinMaxLayer: support new datatypes by Michalis Spyrou · 5 years ago
  3. 0af4418 COMPMID-2282: Implement SIN operator for CL by Michalis Spyrou · 5 years ago
  4. b3204e7 COMPMID-2093: Implement CLGEMMNative by giuros01 · 5 years ago
  5. 6ac5992 COMPMID-2254 Implement NEAbsLayer by Manuel Bottini · 5 years ago
  6. 80e55db COMPMID-2194: Add identity function to NEActivationLayerKernel.cpp by Usama Arif · 5 years ago
  7. 52c54f6 COMPMID-2270: Implement POW operator for CL by Usama Arif · 5 years ago
  8. eb312ef COMPMID-2267: Implement NEG for CL by Usama Arif · 5 years ago
  9. f391fff COMPMID-2302 NEDeconvolution: support for FP16 by Manuel Bottini · 5 years ago
  10. 6a98a6e COMPMID-2194: Refactor activation function macro in OpenCL. Change all activation calls to macro from activation_float_helpers.h by Usama Arif · 5 years ago
  11. 81e671e COMPMID-2269: Implement POW operator for NEON by Usama Arif · 5 years ago
  12. c255aa7 COMPMID-2263: Implement NELogLayer by Usama Arif · 5 years ago
  13. 4b5c588 COMPMID-2248 L2NormalizeLayer: negative axis by Manuel Bottini · 5 years ago
  14. 083a069 COMPMID-1995: Change CLTuner default mode to NORMAL by Michalis Spyrou · 5 years ago
  15. 613bf43 COMPMID-2326: (Nightly) NEDepthConcatenate bechmark failure by Michalis Spyrou · 5 years ago
  16. b56d0cd COMPMID-2325: (Nightly) CLDeconvolution mismatches by giuros01 · 5 years ago
  17. f6e475c COMPMID-2268: Implement NEG for NEON. by Usama Arif · 5 years ago
  18. bcfd09a COMPMID-2177 Fix clang warnings by Michalis Spyrou · 5 years ago
  19. 46a49a0 COMPMID-1635: Optimize CLDeconvolutionLayer - Part III by giuros01 · 5 years ago
  20. 154bc1c COMPMID-1973: Implement FFTConvolutionLayer on NEON by giuros01 · 5 years ago
  21. 299fdd3 COMPMID-2177 Fix clang warnings by Michalis Spyrou · 5 years ago
  22. a788c2f COMPMID-2108: Fuse Activation Layer in CLDepthwiseConvolutionLayer3x3Kernels for F32 by Manuel Bottini · 5 years ago
  23. 05fb448 COMPMID-1963: Implement FFT (2D) on NEON by giuros01 · 5 years ago
  24. 14c4e0f COMPMID-1961: Implement FFT (1D) on NEON by giuros01 · 5 years ago
  25. 050471e COMPMID-1974 : Extend CLTuner to support different of level of tuning by Vidhya Sudhan Loganathan · 5 years ago
  26. d038daf COMPMID-2119: (Nightly) : CLDepthwiseConvolutuion asserts on validate by Usama Arif · 5 years ago
  27. 0a33a21 COMPMID-2114: CLBatchToSpace missing validation test by Pablo Tello · 5 years ago
  28. ad5d7b0 COMPMID-2120: (Nightly) CLWinogradOutputTransform asserts on validate by Georgios Pinitas · 5 years ago
  29. 881f2de COMPMID-2048: Add support for dilation in NEDepthwiseConvolution. by Usama Arif · 5 years ago
  30. 557d4ae COMPMID-1995: Fix Disabled suite in test framework. by Georgios Pinitas · 5 years ago
  31. e73686a COMPMID-2047: Add support for dilation in CLDepthwiseConvolution. by Usama Arif · 5 years ago
  32. 2899e00 COMPMID-2049: Add support for deconvolution for qasymm8 on NEON by Usama Arif · 5 years ago
  33. a9c4472 COMPMID-2051 Refactor shape_calculator::calculate_concatenate_shape by Michalis Spyrou · 5 years ago
  34. 9e4824c COMPMID-2111: ConcatenateLayer API should accept an index instead of an enum by Georgios Pinitas · 5 years ago
  35. 17dae87 COMPMID-2113: Check correct extension for host memory import. by Georgios Pinitas · 5 years ago
  36. 8be9148 COMPMID-1959: Implements 2D FFT on OpenCL by Georgios Pinitas · 5 years ago
  37. 8d94269 COMPMID-1492 Create tests/validate_examples/graph_depthwise_convolution by John Kesapides · 5 years ago
  38. 4d0351c COMPMID-2057: Implement and test import memory interfaces. by Georgios Pinitas · 5 years ago
  39. 8c57169 COMPMID-2062 Rework CL ConcatenateLayer by Michalis Spyrou · 5 years ago
  40. 9f15c5e COMPMID-2062 Rework NEON ConcatenateLayer by Michalis Spyrou · 5 years ago
  41. a52e4cf COMPMID-2060: Support different qinfo in PoolingLayer by Pablo Tello · 5 years ago
  42. 3e92459 COMPMID-2047: Reference implementation for dilation in DepthwiseConvolution. by Usama · 5 years ago
  43. 3bfacb2 COMPMID-1318: Implementing Winograd 7x7 NHWC on OpenCL - Part III by giuros01 · 5 years ago
  44. 881c684 COMPMID-1318: Implementing Winograd 7x7 NHWC on OpenCL -- Part II by Michele Di Giorgio · 5 years ago
  45. 108a95e COMPMID-2067: Add batch size option in validate_cl_gemm example by Georgios Pinitas · 5 years ago
  46. 875a751 COMPMID-1995: Increase tolerance for winograd input transform tests by Michele Di Giorgio · 5 years ago
  47. 62251f7 COMPMID-2002: Implement CLGEMMLowpMatrixMultiplyReshapedOnlyRHS - Transposed by Gian Marco Iodice · 5 years ago
  48. 4a8ec80 Optimize CL DeconvolutionLayer-Part II: Add CLDirectDeconvolution function to be used by CLDeconvolution. by giuros01 · 5 years ago
  49. 0bc7849 COMPMID-1958: Implements 1D FFT in OpenCL. by Georgios Pinitas · 5 years ago
  50. 60f3911 COMPMID-2008: Add support for "reflect" padding mode in CLPad by Manuel Bottini · 5 years ago
  51. f955d51 COMPMID-1318: Implementing Winograd 7x7 NHWC on OpenCL -- Part I by Michele Di Giorgio · 5 years ago
  52. 8cf8c11 COMPMID-1944 Add support for "reflect" padding mode in NEPad by Usama Arif · 5 years ago
  53. ae0001e COMPMID-2077 Optimise CLL2NormalizeLayerKernel by Usama Arif · 5 years ago
  54. c63c370 COMPMID-2074: Fix WidthConcatenate and HeightConcatenate validate tests by Usama Arif · 5 years ago
  55. 89890c6 COMPMID-2066: Create reference implementation for reflect and symmetric paddings by Usama Arif · 5 years ago
  56. 6a14adb COMPMID-1932: Implement CLHeightConcatenateLayer. by Pablo Tello · 5 years ago
  57. 341b218 COMPMID-1493 Create tests/validate_examples/graph_fully_connected by John Kesapides · 5 years ago
  58. 5ed7b5b COMPMID-1995 Reduce the tensor size of nightly Stack tests by Michalis Spyrou · 5 years ago
  59. 3dd5b68 COMPMID-1933: Implement NEHeightConcatenateLayer. by Pablo Tello · 5 years ago
  60. 2d7e683 COMPMID-1694: Fuse offset contribution with the output stage when we use NEGEMMLowpMatrixMultiplyCore by George Wort · 5 years ago
  61. e03802e COMPMID-1936: Add support for QASYMM8 in CLQuantizeLayer. by Usama Arif · 5 years ago
  62. 894066d COMPMID-1844: Implement CLCrop by George Wort · 5 years ago
  63. adfb273 COMPMID-1935 Add support for QASYMM8 in NEQuantizeLayer by John Kesapides · 5 years ago
  64. ba5e096 COMPMID-1964: Implement CLGEMMMatrixMultiplyReshapedOnlyRHS - Not transposed by Gian Marco Iodice · 5 years ago
  65. def2a85 COMPMID-1960: Implement DFT reference by Georgios Pinitas · 5 years ago
  66. 8d04fa0 COMPMID-2039: (Nightly): Neon Arithmetic Subtraction fails on Saturate by Manuel Bottini · 5 years ago
  67. adc5395 COMPMID-2000: Implement CLGEMMMatrixMultiplyReshapedOnlyRHS - Transposed by Gian Marco Iodice · 5 years ago
  68. 574775c COMPMID-1937: Adds support for DequantizationLayer for NEON/CL. by Georgios Pinitas · 5 years ago
  69. 79fa9a2 COMPMID-2009: Add support for QASYMM8 in NEPixelWiseMultiplicationKernel by Manuel Bottini · 5 years ago
  70. 05398a9 COMPMID-1843: Implement NECrop by George Wort · 5 years ago
  71. 6a2b6e8 COMPMID-2010: Add support for QASYMM8 in NEArithmeticSubtractionKernel by Manuel Bottini · 5 years ago
  72. fc1da13 COMPMID-1946: Implement NEBatchToSpace by giuros01 · 5 years ago
  73. fb68ca1 COMPMID-1490 Create graph_convolution.cpp by John Kesapides · 5 years ago
  74. ba36825 COMPMID-1947: Implement NESpaceToBatch by giuros01 · 5 years ago
  75. 6e61794 COMPMID-1766: Fixed NonMaxSuppression reference. by Pablo Tello · 5 years ago
  76. 9d6a31c COMPMID-1710: Remove Soft Relu activation from large runs. by Georgios Pinitas · 5 years ago
  77. 8f5802f COMPMID-1710: Add FP16 support checks. by Georgios Pinitas · 5 years ago
  78. 92c2228 COMPMID-1710 Reduce Tile test sizes by Michalis Spyrou · 5 years ago
  79. 8c8b748 COMPMID-1710: Fix DepthConcatenate reference with different quantization by Georgios Pinitas · 5 years ago
  80. d57891a COMPMID-2007: Compilation failures with ndk16b. by Georgios Pinitas · 5 years ago
  81. 5209be5 COMPMID-1999: Add support for GenerateProposals operator in CL by Manuel Bottini · 5 years ago
  82. 694b620 COMPMID-1710 Reduce Im2Col nightly validation sizes by Michalis Spyrou · 5 years ago
  83. e96e4f0 COMPMID-1766: Implemented CPP Non Max Suppression by Pablo Tello · 6 years ago
  84. bb365de Revert "COMPMID-1329: Add support for GenerateProposals operator in CL" by Giuseppe Rossini · 5 years ago
  85. 5576315 Revert "COMPMID-1766: Implemented CPP Non Max Suppression" by Pablo Marquez · 5 years ago
  86. e6134c1 COMPMID-1710 Remove 4K image from nightly dataset by Michalis Spyrou · 5 years ago
  87. eb6c88a COMPMID-1918: Different qinfos support in CLConcatLayer by Pablo Tello · 5 years ago
  88. 84bed5d COMPMID-1993: Remove GEMMInterleave4x4 benchmark by Isabella Gottardi · 5 years ago
  89. 0dde667 COMPMID-1981: fixed Nightly DepthConcatenate QASMM8 mismatches by Pablo Tello · 5 years ago
  90. ca65af3 COMPMID-1919: Opencl - Tuning with Instrumentation does not work by Vidhya Sudhan Loganathan · 5 years ago
  91. 661c252 COMPMID-1918: Fixed mismatches in NEDepthConcatenateLayer by Pablo Tello · 5 years ago
  92. d1fe4ce COMPMID-1710 Use system_clock in WallClock by Michalis Spyrou · 5 years ago
  93. 5d3bb40 COMPMID-1710: Fix LSTMLayerFixture by Michele Di Giorgio · 5 years ago
  94. 54e98d9 COMPMID-1918: Different qinfos support in NEConcatLayer. by Pablo Tello · 5 years ago
  95. 03bb550 COMPMID-1916: Add support for QASYMM8 LOGISTIC activation in NEActivationLayer by Isabella Gottardi · 5 years ago
  96. 4f85982 COMPMID-1923: Input is ignored if peephole optimization is enabled in LSTM by Georgios Pinitas · 5 years ago
  97. ebc3a90 COMPMID-1706: Fuse the bias addition within CLGEMM by Michele Di Giorgio · 6 years ago
  98. a69a88b COMPMID-1915: Deconvolution doesn't work when inner_dimension_top != 0 or inner_dimension_right != 0 by giuros01 · 5 years ago
  99. 678d83a COMPMID-1838: Add 4D softmax support for NEON and achieve parity with CL by Manuel Bottini · 5 years ago
  100. b7c308a COMPMID-1887: Fixed segfault in validation tests. by Pablo Tello · 5 years ago