1. b4ef163 IVGCVSW-7854 Remove/rewrite asserts in the backends. by Colm Donelan · 5 months ago
  2. 2be039b IVGCVSW-6964 Remove profiling detail for ConstTensorAsInputs Layers by John Mcloughlin · 11 months ago
  3. 8259941 Revert "IVGCVSW-6964 Remove profiling detail for ConstTensorAsInputs Layers" by john.mcloughlin · 11 months ago
  4. d1f0001 IVGCVSW-6964 Remove profiling detail for ConstTensorAsInputs Layers by John Mcloughlin · 11 months ago
  5. 7cbe781 MLCE-1092 Add Names to Workloads by Mike Kelly · 11 months ago
  6. 9953db8 IVGCVSW-7790 - Enable dynamic bias in DWConv in GpuAcc by Kevin May · 1 year, 1 month ago
  7. acedd85 Revert "IVGCVSW-7454 Enable dynamic bias in CpuAcc and GpuAcc in Conv2d DWConv and FC" by TeresaARM · 1 year, 2 months ago
  8. fecd9ed IVGCVSW-7454 Enable dynamic bias in CpuAcc and GpuAcc in Conv2d DWConv and FC by Teresa Charlin · 1 year, 2 months ago
  9. ee1497c IVGCVSW-7454 Enable NonConstWeights in GpuAcc by Teresa Charlin · 1 year, 3 months ago
  10. ec67a0f IVGCVSW-7209 Remove deprecated code due to be removed in 23.02 by Mike Kelly · 1 year, 7 months ago
  11. 311cfa7 MLCE-825: Give reason when workload unsupported for Non Constant Weights/Bias by Francis Murtagh · 2 years, 1 month ago
  12. 4452baf IVGCVSW-6260 ConstTensorsAsInput: Fully Connected Cl and Neon support. by Cathal Corbett · 2 years, 1 month ago
  13. 4b19d22 IVGCVSW-6940 ConstTensorsAsInput: DepthwiseConvolution2d - Complete ACL by Cathal Corbett · 2 years, 2 months ago
  14. 588cbdf IVGCVSW-6685-6686 Modify workloads to extend Neon/Cl BaseWorkload by Teresa Charlin · 2 years, 5 months ago
  15. 0c47974 IVGCVSW-6626 Promote backend headers in backendCommon to armnn/backends by Colm Donelan · 2 years, 7 months ago
  16. 9f6862d IVGCVSW-6440 Add profiling around CL workload configure calls by Kevin May · 2 years, 8 months ago
  17. bcd860a IVGCVSW-6249 Add ProfilingDetails Macros to all workloads in CL by Keith Davis · 2 years, 11 months ago
  18. 53ef795 IVGCVSW-5826 Change weights layout for depthwise to [1,H,W,I*M] by Jan Eilers · 3 years, 1 month ago
  19. 1f58f03 IVGCVSW-5815 Generalise ConstCpuTensorHandle by James Conroy · 3 years, 2 months ago
  20. e944475 IVGCVSW-5482 'Add a ClCompileContext parameter to each ClWorkload Constructor' by Sadik Armagan · 3 years, 7 months ago
  21. 07810fc IVGCVSW-5328-5329 Fuse Activation by Mike Kelly · 3 years, 8 months ago
  22. ac2770a IVGCVSW-4485 Remove Boost assert by Narumol Prangnawarat · 4 years, 3 months ago
  23. f4c502f Fix redundancy in call to configure() in ACL DepthwiseConvolution workloads by Aron Virginas-Tar · 4 years, 8 months ago
  24. 663c184 IVGCVSW-4051 Update ACL pin to 94e0cf960ea6116eb57fa88d9b951f859b52c602 by James Conroy · 4 years, 8 months ago
  25. 6f3785d IVGCVSW-3548 Use BuildArmComputePadStrideInfo() in CL and NEON convolution workloads by Aron Virginas-Tar · 5 years ago
  26. f0bd683 MLCE-101: Adding dilation support in conv and dconv by Pablo Tello · 5 years ago
  27. d4f0fea IVGCVSW-2947 Remove boost dependency from include/TypesUtils.hpp by Aron Virginas-Tar · 5 years ago
  28. 747ef82 MLCE-77 Depthwise Convolution with depth multiplier > 1 doesn't work by Matteo Martincigh · 6 years ago
  29. 9c6f3af IVGCVSW-2113: Update ClDepthWiseConvolutionWOrkload to suit NCHW/NHWC DataLayout (3*3 Optimization) by saoste01 · 6 years ago
  30. c9cc804 IVGCVSW-1946: Remove armnn/src from the include paths by Aron Virginas-Tar · 6 years ago
  31. a8e06ed IVGCVSW-1955: Unify backend exceptions (wrap cl::Error) by Aron Virginas-Tar · 6 years ago
  32. cec6b65 IVGCVSW-1922 Unit test for DepthwiseConvolution with NHWC by Nikhil Raj · 6 years ago
  33. d877739 IVGCVSW-1951 Remove type templating from ClDepthwiseConvolutionWorkload by Matthew Bentham · 6 years ago[Renamed (82%) from src/backends/cl/workloads/ClDepthwiseConvolutionBaseWorkload.cpp]
  34. 5eec11d IVGCVSW-1964 : replace optional biases with home-grown Optional by David Beck · 6 years ago
  35. ac42efd IVGCVSW-1900 : CL backend folder structure by David Beck · 6 years ago[Renamed (98%) from src/backends/ClWorkloads/ClDepthwiseConvolutionBaseWorkload.cpp]
  36. a05c210 IVGCVSW-1910 Add data layout parameter for DepthwiseConvolution by Nikhil Raj · 6 years ago
  37. 711fa31 IVGCVSW-1921: move common Acl code to a separate folder by David Beck · 6 years ago
  38. 10b4dfd IVGCVSW-1897 : build infrastructure for the src/backends folder by David Beck · 6 years ago[Renamed from src/armnn/backends/ClWorkloads/ClDepthwiseConvolutionBaseWorkload.cpp]
  39. ecb56cd IVGCVSW-1807 : change license text in file headers by David Beck · 6 years ago
  40. a682410 IVGCVSW-1324: Make biases truly optional for Conv2d and DepthwiseConvolution by arovir01 · 6 years ago
  41. c577f2c Release 18.08 by telsoa01 · 6 years ago