1. 56ccf68 IVGCVSW-6633 SubgraphView uses IConnectableLayer rather than Layer in its m_Layers by Francis Murtagh · 2 years, 6 months ago
  2. 3ea0107 Fix INetwork::AddPrecompiledLayer to take the CompiledBlobPtr by value rather than reference. by Cathal Corbett · 2 years, 5 months ago
  3. cbfd718 IVGCVSW-6632 OptimizationViews: has INetwork rather than Graph for holding layers by Cathal Corbett · 2 years, 6 months ago
  4. 0c47974 IVGCVSW-6626 Promote backend headers in backendCommon to armnn/backends by Colm Donelan · 2 years, 6 months ago
  5. 18655b8 IVGCVSW-6630 Add new method AddPrecompiledLayer() to INetwork by Cathal Corbett · 2 years, 6 months ago
  6. 17d34da Add addition timing logging output by Jan Eilers · 2 years, 6 months ago
  7. 6a71bb5 Add ModelOptions logging output by Jan Eilers · 2 years, 7 months ago
  8. 7b885b3 IVGCVSW-6509 Front End + Reference Workload implementation by Tamás Nyíri · 2 years, 7 months ago
  9. b1aad42 IVGCVSW-6527 Support the new memory API in loaded network by Finn Williams · 2 years, 7 months ago
  10. b7851f9 IVGCVSW-5636 'Implement NNAPI caching functions' by Sadik Armagan · 2 years, 8 months ago
  11. 5d7b0a3 Add ConstTensorsAsInput support for Conv3d by Matthew Sloyan · 2 years, 8 months ago
  12. e155bbf Refactor: Profiler moved to Graph by Derek Lamberti · 2 years, 8 months ago
  13. f1e0ad3 Profiling instrumentation throughout the Optimizer by Derek Lamberti · 2 years, 8 months ago
  14. 521032f IVGCVSW-6417: Catch AddFullyConnected API error when weights TensorInfo isn't set by Cathal Corbett · 2 years, 8 months ago
  15. 1b2654f IVGCVSW-5985 Remove deprecated code by Jan Eilers · 2 years, 8 months ago
  16. b63a311 IVGCVSW-6163 Add Conv3d FrontEnd and Ref Implementation by Matthew Sloyan · 2 years, 9 months ago
  17. 51f6777 IVGCVSW-3705 Add Channel Shuffle Front end and Ref Implementation by Simon Obute · 2 years, 9 months ago
  18. 0c0019c IVGCVSW-6294 Detect and remove extraneous fp16 conversion layers by Jan Eilers · 2 years, 10 months ago
  19. d218d98 IVGCVSW-6289 Separate tensor shape inference and validation calls by Finn Williams · 2 years, 10 months ago
  20. b20d1d4 IVGCVSW-6119 ConstTensorsAsInput: FullyConnected Bug Fix by Matthew Sloyan · 2 years, 10 months ago
  21. 84e025a Infer tensor shapes before graph optimization by Finn Williams · 2 years, 10 months ago
  22. 81beae3 IVGCVSW-6119 ConstTensorsAsInput: FullyConnected by Matthew Sloyan · 2 years, 11 months ago
  23. 8ed39ae MLCE-530 Add front end support for UnidirectionalSequenceLstm on ArmNN by Narumol Prangnawarat · 2 years, 11 months ago
  24. 33f8987 IVGCVSW-6161 ConstTensorsAsInput: Optimizer - Redirect ConstTensor layer members by Matthew Sloyan · 3 years ago
  25. 0d677db IVGCVSW-6114 Create multiple LoadedNetworks from one OptimizedNetwork by Mike Kelly · 3 years ago
  26. 3ae3f97 MLCE-510 Add CpuRef Shape Operator to ArmNN by Keith Davis · 3 years ago
  27. 77fe76b IVGCVSW-5835 Move the src/profiling/LabelsAndEventClasses class to profiling/common by Nikhil Raj · 3 years ago
  28. 5786eb7 IVGCVSW-6069 Fold PAD into Depthwise Convolution by Teresa Charlin · 3 years ago
  29. e5f0b24 IVGCVSW-5818 Enable import on GPU by Narumol Prangnawarat · 3 years, 1 month ago
  30. 1f58f03 IVGCVSW-5815 Generalise ConstCpuTensorHandle by James Conroy · 3 years, 1 month ago
  31. fe95d72 Fold PAD into Pooling2d if possible by Diego Lopez Recas · 3 years, 3 months ago
  32. b392e98 IVGCVSW-5410 Add front-end support for CAST by mathad01 · 3 years, 2 months ago
  33. 4422cec Fix graph copy memory spike by Finn Williams · 3 years, 2 months ago
  34. f0a6dec IVGCVSW-5736 and IVGCVSW-5743 'NonConstWeights: Update front-end and TfLiteDelegate support for FullyConnected Operator' by Sadik Armagan · 3 years, 2 months ago
  35. 381f502 Revert "Fold PAD into Pooling2d" by Jim Flynn · 3 years, 2 months ago
  36. 51ce7d4 Fold PAD into Pooling2d by Diego Lopez Recas · 3 years, 3 months ago
  37. 3d2b4b2 IVGCVSW-4873 Implement Pimpl Idiom for INetwork and IOptimizedNetwork by Francis Murtagh · 3 years, 4 months ago
  38. b454c5c IVGCVSW-4893 Refactor ILayerVisitor using unified interface strategy. by Finn Williams · 3 years, 4 months ago
  39. 0c3ea5b backends/reference: Add ReduceSum operation support by Sadik Armagan · 3 years, 4 months ago
  40. 07810fc IVGCVSW-5328-5329 Fuse Activation by Mike Kelly · 3 years, 7 months ago
  41. aba90cd IVGCVSW-5091 Add Logical ops frontend and ref impl by James Conroy · 3 years, 7 months ago
  42. 90231b8 IVGCVSW-5315 Create FuseBatchNorm class by Mike Kelly · 3 years, 7 months ago
  43. 06e0300 IVGCVSW-5314 Create OptimizeForExclusiveConnection by Teresa Charlin · 3 years, 8 months ago
  44. f290d88 IVGCVSW-4489 Remove remaining occurrence of boost::format by Matthew Sloyan · 3 years, 8 months ago
  45. 3a613cc Refactored Optimize(...) function to throw exceptions instead of returning null by Mike Kelly · 3 years, 8 months ago
  46. 0663d66 IVGCVSW-5303 Remove some boost::numeric_cast from rest of ArmNN by Matthew Sloyan · 3 years, 9 months ago
  47. 16f82f9 IVGCVSW-5305 AddBroadcastReshapeLayer as optimizer by Narumol Prangnawarat · 3 years, 9 months ago
  48. 045f6be IVGCVSW-5156 Introduce ModelOptions to OptimizedNetwork by Sadik Armagan · 3 years, 9 months ago
  49. bbf71a6 IVGCVSW-5244 Load-scope dynamic tensor TfLite tests by Narumol Prangnawarat · 3 years, 9 months ago
  50. a2493a0 IVGCVSW-5012 Add importEnabled option for OptimizerOptions by Narumol Prangnawarat · 3 years, 10 months ago
  51. b8d771a IVGCVSW-5012 Enable zero copy for Neon by Narumol Prangnawarat · 3 years, 10 months ago
  52. f24effa IVGCVSW-5155 Update Arm NN API to allow for call to shape inference by Finn Williams · 4 years ago
  53. 2605b23 IVGCVSW-4624 Add a RANK Reference Implementation by Finn Williams · 4 years ago
  54. 5266473 IVGCVSW-4903 Connect axis parameter in Gather from android to ACL. by Teresa Charlin · 4 years ago
  55. ec6c680 IVGCVSW-4906 Add front-end support for FILL operator by Ryan OShea · 4 years ago
  56. 749294b remove BOM from files by Laurent Carlier · 4 years ago
  57. 4a0c9b9 IVGCVSW-4888 Update Resize Front end for new parameters by David Monahan · 4 years ago
  58. ed32405 IVGCVSW-4449 Add missing QLstm nullptr checks by James Conroy · 4 years, 1 month ago
  59. bb446e5 IVGCVSW-4483 Remove boost::polymorphic_downcast by Jan Eilers · 4 years, 2 months ago
  60. ac2770a IVGCVSW-4485 Remove Boost assert by Narumol Prangnawarat · 4 years, 2 months ago
  61. 250d392 IVGCVSW-4633 Add conversion of BF16 support to Neon by Narumol Prangnawarat · 4 years, 2 months ago
  62. e2062cd IVGCVSW-4590 Fix Lstm layers CellToInputWeights by Jan Eilers · 4 years, 2 months ago
  63. 57ef008 IVGCVSW-4597 Modify BF16 optimizer to Convert only inputs and weights of by Narumol Prangnawarat · 4 years, 2 months ago
  64. bc7ffb5 IVGCVSW-4520 Implement BFloat16 Optimizer by Narumol Prangnawarat · 4 years, 2 months ago
  65. 586a9aa IVGCVSW-4549 Add front end for new QLSTM layer by James Conroy · 4 years, 2 months ago
  66. 3184c90 IVGCVSW-4463 Change ProfilingService to a member of runtime from a singleton by Sadik Armagan · 4 years, 3 months ago
  67. 8eb2560 IVGCVSW-4482 Remove boost::ignore_unused by Jan Eilers · 4 years, 3 months ago
  68. 490b7be IVGCVSW-4375 Add support for Transpose to optimizations by Mike Kelly · 4 years, 3 months ago
  69. 4a9e24b IVGCVSW-4314 Per-layer backend hint API by Derek Lamberti · 4 years, 5 months ago
  70. c9ea45a IVGCVSW-4375 Add support for Transpose by Mike Kelly · 4 years, 3 months ago
  71. 4a3c610 IVGCVSW-4259 Add frontend and reference workload for UnaryOperationLayer by josh minor · 4 years, 5 months ago
  72. f48afc6 Remove Logging.hpp from ArmNN.hpp by Matthew Bentham · 4 years, 5 months ago
  73. f90c56d Rename quantized data types to remove ambiguity for signed/unsigned payloads by Derek Lamberti · 4 years, 5 months ago
  74. 94a88d2 IVGCVSW-4246 Clean build Layers with -Wextra by Derek Lamberti · 4 years, 6 months ago
  75. e5b8eb9 IVGCVSW-4210 Create a public API for the common backend files by Matteo Martincigh · 4 years, 6 months ago
  76. 0844697 Replace boost logging with simple logger by Derek Lamberti · 4 years, 6 months ago
  77. dd6804b IVGCVSW-4170 Also convert constants to FP16 when model converted by Derek Lamberti · 4 years, 6 months ago
  78. 47e863d IVGCVSW-4077 Fix issue when NEON import disabled by James Conroy · 4 years, 7 months ago
  79. 87972be IVGCVSW-4119 Fix FP16 to FP32 fallback mechanism in optimizer to work with Dequantize by Aron Virginas-Tar · 4 years, 7 months ago
  80. 99d9d4a IVGCVSW-4069 Add ProfilingGuid to Network by Jan Eilers · 4 years, 7 months ago
  81. ffab16f IVGCVSW-4077 Disable NEON memory import by James Conroy · 4 years, 7 months ago
  82. 2321443 Rename Optimize's errMessages to messages by Rob Hughes · 4 years, 7 months ago
  83. c601aa6 GitHub #292 Move BackendRegistry.hpp to the public API by Matteo Martincigh · 4 years, 7 months ago
  84. 013c390 IVGCVSW-4009 StandInLayer frontend API by Derek Lamberti · 4 years, 8 months ago
  85. 77bfb5e IVGCVSW-3993 Add frontend and reference workload for ComparisonLayer by Aron Virginas-Tar · 4 years, 8 months ago
  86. f982dea IVGCVSW-3973 Add frontend for LOG_SOFTMAX by Aron Virginas-Tar · 4 years, 8 months ago
  87. ce5045a IVGCVSW-3932 Add frontend for INSTANCE_NORMALIZATION by Kevin May · 4 years, 8 months ago
  88. 3a7d3a7 NNXSW-1826 Add an optimization step which combines Permute and BatchToSpace into DepthToSpace by Rob Hughes · 4 years, 8 months ago
  89. dd6247f IVGCVSW-3883 Add frontend for DepthToSpace layer by Aron Virginas-Tar · 4 years, 9 months ago
  90. 636ab40 IVGCVSW-3875 Add frontend for SLICE layer by Aron Virginas-Tar · 4 years, 9 months ago
  91. ee391d5 IVGCVSW-3722 Add front end support for ArgMinMax by Nikhil Raj · 4 years, 9 months ago
  92. 868eb14 IVGCVSW-3739 Add Arm NN front end support for Abs Layer by Kevin May · 4 years, 9 months ago
  93. a6539ed IVGCVSW-3277 Fix RequiresCopy in case a tensor handle factory is not available by Matteo Martincigh · 4 years, 9 months ago
  94. bb590b4 IVGCVSW-3474 Refactor Lstm and QuantizedLstm Param Getters by Francis Murtagh · 4 years, 10 months ago
  95. f674aa0 IVGCVSW-3277 Mem export/import suppor for Tensors by Derek Lamberti · 4 years, 10 months ago
  96. ee18dc8 IVGCVSW-3469 Add front end for Quantized LSTM layer by James Conroy · 4 years, 11 months ago
  97. 65c3226 NNXSW-1697 Remove use of SubgraphView that may become invalid. by Rob Hughes · 4 years, 11 months ago
  98. f8c6297 IVGCVSW-3526 Add layer norm support for lstm serialization by Jan Eilers · 4 years, 11 months ago
  99. 2b8c1da IVGCVSW-3418 Add Arm NN front end support for the new Stack layer by Matthew Jackson · 5 years ago
  100. 328d92b Fix the warning message reporting when sub-graphs fail to get optimized by Matteo Martincigh · 5 years ago