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