1. 901ea11 IVGCVSW-4246 Clean build of backends with -Wextra by Derek Lamberti · 4 years, 6 months ago
  2. b4f312c IVGCVSW-4246 Clean build of ArmNN API with -Wextra by Francis Murtagh · 4 years, 5 months ago
  3. 1dd75b3 IVGCVSW-4246 Clean build profiling with -Wextra by Derek Lamberti · 4 years, 6 months ago
  4. 859f9ce IVGCVSW-4246 Clean build of Visitors with -Wextra by Derek Lamberti · 4 years, 6 months ago
  5. 94a88d2 IVGCVSW-4246 Clean build Layers with -Wextra by Derek Lamberti · 4 years, 6 months ago
  6. ff3c426 Replace Schema.s with generated .cpp file by Rob Hughes · 4 years, 6 months ago
  7. fc6bf05 Some build fixes for MSVC by Rob Hughes · 4 years, 6 months ago
  8. 9be6128 IVGCVSW-4246 Clean build optimizations with -Wextra by Derek Lamberti · 4 years, 6 months ago
  9. eb1fce0 IVGCVSW-4246 Clean build end-to-end tests with -Wextra by Derek Lamberti · 4 years, 6 months ago
  10. 12575ec Fix compilation error when building for Linux (non Android) by Ayan Halder · 4 years, 5 months ago
  11. f2fa510 IVGCVSW-4214 Add README for standalone dynamic backend developer guide by Narumol Prangnawarat · 4 years, 6 months ago
  12. e56fb45 IVGCVSW-4295 Disable mixed precision in ClPooling2dWorkload by janeil01 · 4 years, 6 months ago
  13. f8ac829 IVGCVSW-4237 Solve build dependencies to allow isolated build on sbuild by Francis Murtagh · 4 years, 6 months ago
  14. 93cbbcc IVGCVSW-4302 Depthwise CTS. Fix ReorderWeightChannelsForAcl. by Teresa Charlin · 4 years, 6 months ago
  15. c374ff0 IVGCVSW-4246 Clean build of LayerTests with -Wextra by Derek Lamberti · 4 years, 6 months ago
  16. 7f83472 IVGCVSW-4293 Fix multiple Concat issues. by Derek Lamberti · 4 years, 6 months ago
  17. df2a9b9 IVGCVSW-4261 Add backward compatibility to the Backend API by Narumol Prangnawarat · 4 years, 6 months ago
  18. e394bd9 IVGCVSW-4178 Add code to increment the 3 ArmNN counters by Keith Davis · 4 years, 6 months ago
  19. 60a20fb IVGCVSW-4212 Example of standalone dynamic reference backend by Narumol Prangnawarat · 4 years, 6 months ago
  20. ed66d14 IVGCVSW-4191 Add DEQUANTIZE to the TfLite Parser by Finn Williams · 4 years, 6 months ago
  21. 836b27b IVGCVSW-4157 Pass custom options directly to backends by Derek Lamberti · 4 years, 7 months ago
  22. fd27106 IVGCVSW-4211 Add Signed 8 bit Quantisation support into the Reference backend by Finn Williams · 4 years, 6 months ago
  23. 6a5e5e8 IVGCVSW-4227 Add CpuAcc backend support for DetectionPostProcess by Derek Lamberti · 4 years, 6 months ago
  24. e5b8eb9 IVGCVSW-4210 Create a public API for the common backend files by Matteo Martincigh · 4 years, 6 months ago
  25. 3e2969d IVGCVSW-4228 Fix SendThreadSendStreamMetadataPacket by Finn Williams · 4 years, 6 months ago
  26. 78f24e1 Bugfix: Fix include directives for Gatord by Francis Murtagh · 4 years, 6 months ago
  27. fbc6e4b NNXSW-1896 Add missing layer types to InternalTypes.cpp. by Stefana Simion · 4 years, 6 months ago
  28. 9af1dcd MLCE-133 Fix dangling calls to Manage() by Pablo Tello · 4 years, 6 months ago
  29. 9934e4e Add asserts to check memcpy addresses by Rob Hughes · 4 years, 6 months ago
  30. fa9a5b7 Add noexcept to std::hash specialisation for BackendId by Matthew Bentham · 4 years, 6 months ago
  31. 0844697 Replace boost logging with simple logger by Derek Lamberti · 4 years, 6 months ago
  32. a3b31f0 IVGCVSW-4179 Add RESIZE_NEAREST_NEIGHBOUR to the TfLite parser by Sadik Armagan · 4 years, 6 months ago
  33. fc36562 IVGCVSW-4223 Change PeriodicCounterCapture Packet Family to 3 by Jim Flynn · 4 years, 6 months ago
  34. 6198fe0 IVGCVSW-4016 Add the Inference timeline trace and unit tests by David Monahan · 4 years, 6 months ago
  35. 109c05b IVGCVSW-4118 Change the SendCounterPacket send thread to use do while by Finn Williams · 4 years, 6 months ago
  36. 73ae7fa IVGCVSW-4221 Fix SendCounterPacket hanging for indefinite time by Finn Williams · 4 years, 6 months ago
  37. 811ca55 IVGCVSW-4171 Fix intermittent failure on FileOnlyProfilingDecoratorTests by janeil01 · 4 years, 6 months ago
  38. 167c082 IVGCVSW-4206 Correctly pass execute network parameter. by Derek Lamberti · 4 years, 6 months ago
  39. 132563c IVGCVSW-4206 Optionally parse unsupported ops in ExecuteNetwork by Derek Lamberti · 4 years, 6 months ago
  40. aa68e01 IVGCVSW-4015 Add input and output workload to post-optimisation structure by Narumol Prangnawarat · 4 years, 6 months ago
  41. 88d5f9f MLCE-143 Fixed driver crash during CTS tests by Mike Kelly · 4 years, 6 months ago
  42. df31cfe IVGCVSW-4070 Implement "send post-optimized network structure" by Narumol Prangnawarat · 4 years, 6 months ago
  43. a68d853 IVGCVSW-3860 Per-channel QSymm8 support of DepthwiseConvolution2d in Cl by Teresa Charlin · 4 years, 6 months ago
  44. 2ba48d2 IVGCVSW-4118 Fix long unit test execution by Colm Donelan · 4 years, 6 months ago
  45. e011d20 IVGCVSW-4209 Create a public API for the ArmNN Utils by Matteo Martincigh · 4 years, 6 months ago
  46. 2e25927 Github #306 Treat data_format attribute as optional in TfParser::ParseFusedBatchNorm() by Aron Virginas-Tar · 4 years, 6 months ago
  47. 2445744 IVGCVSW-3864 Add support for per-channel QSymm8 DepthwiseConvolution2d to Neon backend by Aron Virginas-Tar · 4 years, 6 months ago
  48. 1571700 Make the profiling GUID test independent from random events by Matteo Martincigh · 4 years, 6 months ago
  49. 76c50d8 Remove const type qualifiers with no effect by Matteo Martincigh · 4 years, 6 months ago
  50. 9820d30 MLCE-115 Remove redundant error checking in CL backend by Matthew Bentham · 4 years, 6 months ago
  51. 6d3d205 Github #274 Use non-deprecated path to boost header by Matthew Bentham · 4 years, 6 months ago
  52. dd6804b IVGCVSW-4170 Also convert constants to FP16 when model converted by Derek Lamberti · 4 years, 6 months ago
  53. 710f664 IVGCVSW-4148 Extend reporting of quant multiplier > 1 as unsupported on ACL to per-axis case by Aron Virginas-Tar · 4 years, 6 months ago
  54. 899f64f IVGCVSW-3859 Per-channel QSymm8 support of Convolution2d in Cl by Keith Davis · 4 years, 6 months ago
  55. e9323ec Add IsQuantizeType(DataType) for use in validation functions by Aron Virginas-Tar · 4 years, 6 months ago
  56. 94c4fef IVGCVSW-3728 Add CL workload for Slice by Aron Virginas-Tar · 4 years, 6 months ago
  57. 21fc28b IVGCVSW-3866 Add support for per-channel QSymm8 Convolution2d to Neon backend by Aron Virginas-Tar · 4 years, 6 months ago
  58. 9b6d424 IVGCVSW-4174 Update adb version in the BuildGuideAndroidNDK.md by Nikhil Raj · 4 years, 6 months ago
  59. e131a0b IVGCVSW-4158 FP16 Mobilenet V1 and V2 30% regression on ArmNN on Mate20 by Sadik Armagan · 4 years, 6 months ago
  60. 3a93dfa Github #251 Surround local structs with anonymous namespace by Matthew Bentham · 4 years, 6 months ago
  61. b86a382 IVGCVSW-4148 Report quant multiplier > 1 as unsupported for ACL by James Conroy · 4 years, 7 months ago
  62. 4cace32 IVGCVSW-4124 Replacing the "sleep_for" loop from FileOnlyProfilingConnection by Colm Donelan · 4 years, 7 months ago
  63. cf7c1c6 IVGCVSW-4151 HAL 1_2 Dequantize FP32 Per Channel Tests on CpuAcc Failing by Sadik Armagan · 4 years, 7 months ago
  64. 234d525 IVGCVSW-4070 Add CreatedNamedTypeEntity and CreateNamedTypedChildEntity by Narumol Prangnawarat · 4 years, 7 months ago
  65. 434de54 Revert "Only enable mixed precision FP16 pooling for Android Q" by Kevin May · 4 years, 7 months ago
  66. ba424d2 IVGCVSW-1530 Add TfLite slice parser and fix transpose perm vector creation by josh minor · 4 years, 7 months ago
  67. 52ec346 IVGCVSW-3697 Add check for ArgMinMax QAsymm8 to ClLayerSupport by Francis Murtagh · 4 years, 7 months ago
  68. 47e863d IVGCVSW-4077 Fix issue when NEON import disabled by James Conroy · 4 years, 7 months ago
  69. 85ad78c IVGCVSW-4068 Add Guid to Workload by Narumol Prangnawarat · 4 years, 7 months ago
  70. 036f02d IVGCVSW-3729 Added neon slice workload and supporting neon layer tests by josh minor · 4 years, 7 months ago
  71. 49d0f12 MLCE-144 Cts NNAPI test cases failed by Mike Kelly · 4 years, 7 months ago
  72. f83b114 IVGCVSW-4116 Update ACL pin to the 19.11 release branch by Kevin May · 4 years, 7 months ago
  73. b0dc601 IVGCVSW-4062 Update Readme for 19.11 by Nikhil Raj · 4 years, 7 months ago
  74. dbdd1b4 IVGCVSW-3980 Implementation of Guid generator by Narumol Prangnawarat · 4 years, 7 months ago
  75. aad2fe4 Fix quantizer crash by zero tensor by Tee Jung · 4 years, 7 months ago
  76. d9d6371 IVGCVSW-4117 Update version number to 19.11 by Aron Virginas-Tar · 4 years, 7 months ago
  77. caf2bdd Fix possible crash in case of zero dimension tensor in the ONNX parser by Tee Jung · 4 years, 7 months ago
  78. 17d8d85 IVGCVSW-3486 Add clipping parameter validation in LstmQueueDescriptor by janeil01 · 4 years, 7 months ago
  79. 0270524 IVGCVSW-4129 Fix thread starvation due to low capture periods by Colm Donelan · 4 years, 7 months ago
  80. 9723d02 IVGCVSW-4074 Send Timeline message in RequestCounterDirectoryCommandHandler by Matteo Martincigh · 4 years, 7 months ago
  81. 87972be IVGCVSW-4119 Fix FP16 to FP32 fallback mechanism in optimizer to work with Dequantize by Aron Virginas-Tar · 4 years, 7 months ago
  82. 5716de2 IVGCVSW-4140 Report per-axis quantization as unsupported for DepthwiseConvolution on ACL backends by Aron Virginas-Tar · 4 years, 7 months ago
  83. cdfb941 IVGCVSW-4073 Send stream info in the ConnectionAcknowledgedCommandHandler by Matteo Martincigh · 4 years, 7 months ago
  84. 34a407d IVGCVSW-4072 Add stream header to Timeline Message Directory packet by Matteo Martincigh · 4 years, 7 months ago
  85. 30db8ad NNXSW-1853 Change SubgraphViewSelector algorithm by Rob Hughes · 4 years, 7 months ago
  86. 721b82f Print CMake messages on stdout rather than stderr by Rob Hughes · 4 years, 7 months ago
  87. db1a283 Add FP16 support to DebugWorkload by Aron Virginas-Tar · 4 years, 7 months ago
  88. 60538ad Only enable mixed precision FP16 pooling for Android Q by Derek Lamberti · 4 years, 7 months ago
  89. f4c502f Fix redundancy in call to configure() in ACL DepthwiseConvolution workloads by Aron Virginas-Tar · 4 years, 7 months ago
  90. 9313895 Add SpaceToDepth to GetLayerTypeAsCString() by Aron Virginas-Tar · 4 years, 7 months ago
  91. e3803ea CL & Neon workload factories inherit from WorkloadFactoryBase by Derek Lamberti · 4 years, 7 months ago
  92. 199c98e Fix link error due to pthread being linked in the wrong order by Rob Hughes · 4 years, 7 months ago
  93. 270233f Fix a few compile errors: by Rob Hughes · 4 years, 7 months ago
  94. b5b3b35 IVGCVSW-3697 Add utility function to get ArgMinMaxFunction as string by Francis Murtagh · 4 years, 7 months ago
  95. 68a4dbc IVGCVSW-4053 Enable ArgMinMax EndToEndTest for NEON/CL by James Conroy · 4 years, 7 months ago
  96. 1939df5 IVGCVSW-4128 Add Signed32 to supported input types for Ref ArgMinMax by Francis Murtagh · 4 years, 7 months ago
  97. 2dc0572 IVGCVSW-3695 Add CL ArgMinMax workload by James Conroy · 4 years, 9 months ago
  98. 663c184 IVGCVSW-4051 Update ACL pin to 94e0cf960ea6116eb57fa88d9b951f859b52c602 by James Conroy · 4 years, 7 months ago
  99. d8df026 IVGCVSW-4079 Add support of per-axis quantization to DepthwiseConvolution2d by Teresa Charlin · 4 years, 7 months ago
  100. 99d9d4a IVGCVSW-4069 Add ProfilingGuid to Network by Jan Eilers · 4 years, 7 months ago