1. dcf4c87 CLDepthwiseConvolutionLayer rework - Part 1 by Giorgio Arena · 3 years, 3 months ago
  2. 60c3b0e Port DepthwiseConvolution to new API by Michalis Spyrou · 3 years, 3 months ago
  3. 0a66abe Fix CLDepthwiseConvolutionLayer QSYMM8_PER_CHANNEL mismatches by Giorgio Arena · 3 years, 3 months ago
  4. ca62c6f Mixed data-layout testing on high priority operators by Manuel Bottini · 3 years, 3 months ago
  5. 40f51a6 Update default C++ standard to C++14 by Georgios Pinitas · 3 years, 7 months ago
  6. bef7fa2 COMPMID-3639: (3RDPARTY_UPDATE) Move CL kernels to src by Sang-Hoon Park · 3 years, 9 months ago
  7. d9eaf61 COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm preferred presentation by Michele Di Giorgio · 4 years ago
  8. 387259a COMPMID-3069: Removing deprecated functions and classes from 20.05 release by Manuel Bottini · 4 years, 1 month ago
  9. 2b84be5 COMPMID-3280: Make all ML primitives for CL use the new interface - Part 2 by Manuel Bottini · 4 years, 3 months ago
  10. 9204646 COMPMID-3069: Remove unnecessary uses of ToolchainSupport.h by Matthew Bentham · 4 years, 4 months ago
  11. 951b8a4 COMPMID-2309 : CLConvolutionLayer: support QUANT8_SYMM_PER_CHANNEL filters by Vidhya Sudhan Loganathan · 4 years, 8 months ago
  12. df4cf57 COMPMID-2306: CLDepthwiseConvolution: support for QUANT8_PER_CHANNEL_SYMM by Michele Di Giorgio · 4 years, 9 months ago
  13. 05069f0 COMPMID-2515: Merge optimized depthwise convolution to the generic depthwise convolution function by Manuel Bottini · 4 years, 9 months ago
  14. 3f8cc58 COMPMID-2813: Update the heuristic in CLDepthWiseConvolutionLayer by Gian Marco Iodice · 4 years, 9 months ago
  15. a046e16 COMPMID-2600: Implement a new and generic depthwise convolution for CL QASYMM8 NHWC by Michele Di Giorgio · 4 years, 9 months ago
  16. 601ba3f COMPMID-2336: Validate multiplier and offset calculation in LSTMQuantized and DepthwiseConvolution functions by Michele Di Giorgio · 4 years, 11 months ago
  17. ddec4d6 COMPMID-2458: Initialize uninitialized variables by Georgios Pinitas · 5 years ago
  18. a28aebc COMPMID-2383: DepthwiseConv use output qinfo by Pablo Tello · 5 years ago
  19. 4c5469b COMPMID-2225: Add interface support for new quantized data types. by Georgios Pinitas · 5 years ago
  20. bcfd09a COMPMID-2177 Fix clang warnings by Michalis Spyrou · 5 years ago
  21. 881f2de COMPMID-2048: Add support for dilation in NEDepthwiseConvolution. by Usama Arif · 5 years ago
  22. e73686a COMPMID-2047: Add support for dilation in CLDepthwiseConvolution. by Usama Arif · 5 years ago
  23. da953f2 COMPMID-2098: Scope handling of memory group resources. by Georgios Pinitas · 5 years ago
  24. 6d10996 COMPMID-1691: Optimize CLDepthwiseConvolutionKernel (QASYMM8/NHWC) for 3x3 kernels (stride=1 and stride=2) by giuros01 · 5 years ago
  25. 3f8aac4 COMPMID-1860: Invalid arguments in CLDepthwiseConvolution3x3 for NHWC by Georgios Pinitas · 6 years ago
  26. 05045c1 COMPMID-1071: (3RDPARTY_UPDATE) Add depth multiplier on DepthwiseConv 3x3 NHWC by Georgios Pinitas · 6 years ago
  27. 8bf622a COMPMID-1073: CLDepthwiseConvolutionLayer uses the optimised path by Pablo Tello · 6 years ago
  28. 60e9825 COMPMID-1451: Fuse activation in DepthwiseConvolution. by Georgios Pinitas · 6 years ago
  29. dff601d COMPMID-1488 - Add support for NHWC when running CLGEMMConvolutionLayer with QASYMM8 by Gian Marco Iodice · 6 years ago
  30. d051e97 COMPMID-811 Add NHWC data format support for CL depthwise convolution by Giorgio Arena · 6 years ago
  31. 7221933 COMPMID-1145: (API) Introduce prepare() stage (NEON/CL/GLES) by Georgios Pinitas · 6 years ago
  32. 17812ba COMPMID-817: Tuner: Port kernels to new design. by Georgios Pinitas · 6 years ago
  33. ad0c738 COMPMID-1068 Create validate method to CLDepthWiseConvolution by Giorgio Arena · 6 years ago
  34. d24af8a COMPMID-1125: Add support for FP16 in CLDepthwiseConvolution by Michele Di Giorgio · 6 years ago
  35. 7657224 COMPMID-926 Add depth multiplier support to NEON/CL/GLES depthwise convolution by Giorgio Arena · 6 years ago
  36. dfca60b COMPMID-811 Add NHWC data format support for CL depthwise convolution QASYMM8 by Giorgio Arena · 6 years ago
  37. 1562be3 COMPMID-998: Release unused trainable parameters. by Georgios Pinitas · 6 years ago
  38. 99ac60b COMPMID-853 Fuse CL DepthwiseConvolution with Activation for QASYM8 by Giorgio Arena · 6 years ago
  39. 933fe86 COMPMID-927: Adding support for FP16 in CLDepthwiseConvolutionLayer3x3 by Michele Di Giorgio · 6 years ago
  40. 9be0c5a COMPMID-936: Convolution failure in NEON Convolution Layer. by Georgios Pinitas · 6 years ago
  41. de5a1cc COMPMID-856: CL Depthwise Convolution QASYMM8 support by Georgios Pinitas · 6 years ago
  42. 04a8f8c COMPMID-692 Consistent names for the interfaces by Giorgio Arena · 7 years ago[Renamed (90%) from src/runtime/CL/functions/CLDepthwiseConvolution.cpp]
  43. 236bfe7 COMPIMID-553: MobileNet use case. by Georgios Pinitas · 7 years ago
  44. fa0add1 Fix border handler for CLDepthwiseConvolution3x3 by Diego Lopez Recas · 7 years ago
  45. a2ea753 COMPMID-661 Add Bifrost lws heuristics for several depthwise_convolution kernels #49 by Anthony Barbier · 7 years ago
  46. d7295b7 COMPMID-661: Add QASYMM8 support (and basic tests) to CLDepthwiseConvolution3x3 kernel (#28) by Dmitry Savenko · 7 years ago
  47. 82afedf COMPMID-678 Align Convolution Interfaces by Giorgio Arena · 7 years ago
  48. 5cbd20f COMPMID-556: Autoconfigure support in CLDepthwiseConvolution. by Georgios Pinitas · 7 years ago
  49. 81a26ad COMPMID-643: Add bias to CLDepthwiseConvolution. by Georgios Pinitas · 7 years ago
  50. 9fe4144 COMPMID-452 CL Generic Depthwise Convolution implementation. by Giorgio Arena · 7 years ago
  51. 93a690e COMPMID-452 CL Depthwise Separable Convolution Layer kernel implementation, validation and benchmarking for 3x3xC depthwise filter and DataType::F32. by Giorgio Arena · 7 years ago