1. 2be039b IVGCVSW-6964 Remove profiling detail for ConstTensorAsInputs Layers by John Mcloughlin · 11 months ago
  2. 8259941 Revert "IVGCVSW-6964 Remove profiling detail for ConstTensorAsInputs Layers" by john.mcloughlin · 11 months ago
  3. d1f0001 IVGCVSW-6964 Remove profiling detail for ConstTensorAsInputs Layers by John Mcloughlin · 11 months ago
  4. 7cbe781 MLCE-1092 Add Names to Workloads by Mike Kelly · 11 months ago
  5. 53d858b IVGCVSW-7849 and IVGCVSW-7825 block non const bias on NEON CONV2D. by Colm Donelan · 12 months ago
  6. 8eece0a IVGCVSW-7791 Enable dynamic bias in Conv in CpuAcc and 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. 6fba294 IVGCVSW-7454 Fix CpuAcc FC dynamic weights by Teresa Charlin · 1 year, 2 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. 8bd5360 IVGCVSW-6126 ConstTensorsAsInput: Conv2d - Backends by Cathal Corbett · 2 years, 2 months ago
  13. b4dd5cc IVGCVSW-6124 ConstTensorsAsInput: Conv2d - FrontEnd by Keith Davis · 2 years, 3 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. 2d0679f IVGCVSW-6249 Add ProfilingDetails Macros to all workloads in Neon by Keith Davis · 2 years, 11 months ago
  17. 5a64f22 IVGCVSW-5980 Add Descriptor, TensorInfo and Convolution algorithm to JSON by Keith Davis · 2 years, 11 months ago
  18. 554fa09 IVGCVSW-5980 JSON profiling output by Keith Davis · 3 years ago
  19. 1f58f03 IVGCVSW-5815 Generalise ConstCpuTensorHandle by James Conroy · 3 years, 2 months ago
  20. 07810fc IVGCVSW-5328-5329 Fuse Activation by Mike Kelly · 3 years, 8 months ago
  21. 30dfc54 Update ACL pin to d7341fb9e3b24b904edf7ac9d83e1e063bc77765 by Teresa Charlin · 3 years, 8 months ago
  22. 04a7297 IVGCVSW-5157 'Pipe ModelOption through Network::LoadNetwork() to Workload factory' by Sadik Armagan · 3 years, 10 months ago
  23. 045f6be IVGCVSW-5156 Introduce ModelOptions to OptimizedNetwork by Sadik Armagan · 3 years, 10 months ago
  24. bb446e5 IVGCVSW-4483 Remove boost::polymorphic_downcast by Jan Eilers · 4 years, 3 months ago
  25. ac2770a IVGCVSW-4485 Remove Boost assert by Narumol Prangnawarat · 4 years, 3 months ago
  26. 6f3785d IVGCVSW-3548 Use BuildArmComputePadStrideInfo() in CL and NEON convolution workloads by Aron Virginas-Tar · 5 years ago
  27. 59c6670 IVGCVSW-3300 Add Neon backend support for dilated Convolution2d by Jan Eilers · 5 years ago
  28. c81855f IVGCVSW-3278 Cl and Neon TensorHandles inherit from common base interface by Derek Lamberti · 5 years ago
  29. d80a712 Refactor: Don't include all ComputeLibrary function definitions everywhere. by Matthew Bentham · 5 years ago
  30. fca75c3 IVGCVSW-2155 - Always call NEConvolutionLayer in NeonConvolution2dWorkload by narpra01 · 6 years ago
  31. c9cc804 IVGCVSW-1946: Remove armnn/src from the include paths by Aron Virginas-Tar · 6 years ago
  32. 974b65f IVGCVSW-1951 Remove type templating from NeonConvolution2dWorkload by Nattapat Chaimanowong · 6 years ago[Renamed (87%) from src/backends/neon/workloads/NeonConvolution2dBaseWorkload.cpp]
  33. 177d8d2 IVGCVSW-1951 Update NeonWorkloadUtils by Nattapat Chaimanowong · 6 years ago
  34. 5eec11d IVGCVSW-1964 : replace optional biases with home-grown Optional by David Beck · 6 years ago
  35. d59116e IVGCVSW-1889 - Unit test Convolution2d with NHWC by Francis Murtagh · 6 years ago
  36. 616e775 IVGCVSW-1913: Fix for ValidationTest.concat_float_3_relaxed by arovir01 · 6 years ago
  37. 0dbe0ee IVGCVSW-1899 : Neon backend folder structure by David Beck · 6 years ago[Renamed (98%) from src/backends/NeonWorkloads/NeonConvolution2dBaseWorkload.cpp]
  38. 711fa31 IVGCVSW-1921: move common Acl code to a separate folder by David Beck · 6 years ago
  39. 351d13d IVGCVSW-1888 Plumb data layout parameter for Convolution2D by Francis Murtagh · 6 years ago
  40. 10b4dfd IVGCVSW-1897 : build infrastructure for the src/backends folder by David Beck · 6 years ago[Renamed from src/armnn/backends/NeonWorkloads/NeonConvolution2dBaseWorkload.cpp]
  41. ecb56cd IVGCVSW-1807 : change license text in file headers by David Beck · 6 years ago
  42. a682410 IVGCVSW-1324: Make biases truly optional for Conv2d and DepthwiseConvolution by arovir01 · 6 years ago
  43. c577f2c Release 18.08 by telsoa01 · 6 years ago
  44. 3537c2c Release 18.05 by surmeh01 · 6 years ago
  45. bceff2f Release 18.03 by surmeh01 · 6 years ago
  46. 4fcda01 Release 18.02 by telsoa01 · 6 years ago