1. 75d2cb1 IVGCVSW-7105: BatchMatMul Optional Parameter Support by Samuel Yap · 1 year, 11 months ago
  2. 96ec1cb Bug Fix for refactor of the ExecuteNetwork for strategy in Precompiled layer. by Teresa Charlin · 1 year, 11 months ago
  3. 3e838d4 IVGCVSW-7147 Bug Fix for refactor of the ExecuteNetwork for strategy in ConvertLayers. by Teresa Charlin · 1 year, 11 months ago
  4. 4d3298e Bug Fix for refactor of the ExecuteNetwork for Strategy in MemCopyLayer by Teresa Charlin · 1 year, 11 months ago
  5. 4b7a34d IVGCVSW-7109: Add Batch MatMul front end support - Reference by Samuel Yap · 2 years ago
  6. 4d2eec0 IVGCVSW-6981 Remove deprecated code 22.05 [Post Release] by Nikhil Raj · 2 years, 1 month ago
  7. d86f6c4 IVGCVSW-6145 ConstTensorsAsInput: Optimizer Fix - GetConstantTensorsByRef by Francis Murtagh · 2 years, 2 months ago
  8. 80512b0 IVGCVSW-6929 Support for models with implicit expanded dimensions by Mike Kelly · 2 years, 1 month ago
  9. b4dd5cc IVGCVSW-6124 ConstTensorsAsInput: Conv2d - FrontEnd by Keith Davis · 2 years, 3 months ago
  10. 0690265 IVGCVSW-6127 ConstTensorsAsInput: DepthwiseConvolution2d by Cathal Corbett · 2 years, 2 months ago
  11. 1299496 IVGCVSW-6806 Add Unidirectional Sequence Lstm support to Neon by Mike Kelly · 2 years, 2 months ago
  12. b2d3ec5 IVGCVSW-6856 Add GATHERNd FrontEnd and Ref Implementation by Teresa Charlin · 2 years, 3 months ago
  13. 2e24175 IVGCVSW-6724 Accessing ConstTensors from IConnectableLayer by Nikhil Raj · 2 years, 5 months ago
  14. e466596 IVGCVSW-6639 Add GetParameters to IConnectableLayer by Jim Flynn · 2 years, 5 months ago
  15. 611c7fb IVGCVSW-6641 Stabilize the IWorkloadFactory interface with unified strategy by Teresa Charlin · 2 years, 6 months ago
  16. 0c47974 IVGCVSW-6626 Promote backend headers in backendCommon to armnn/backends by Colm Donelan · 2 years, 7 months ago
  17. 7b885b3 IVGCVSW-6509 Front End + Reference Workload implementation by Tamás Nyíri · 2 years, 8 months ago
  18. 2e5d0b2 IVGCVSW-6469 Add MirrorPad FrontEnd and Ref Support by Matthew Sloyan · 2 years, 8 months ago
  19. 4692e11 IVGCVSW-6440 Print new Optimize and LoadedNetwork profiling points by Kevin May · 2 years, 8 months ago
  20. 5d7b0a3 Add ConstTensorsAsInput support for Conv3d by Matthew Sloyan · 2 years, 8 months ago
  21. 452274c IVGCVSW-6459 Add support of scalar and flexible output datatypes to ONNX parser by Narumol Prangnawarat · 2 years, 9 months ago
  22. 1b2654f IVGCVSW-5985 Remove deprecated code by Jan Eilers · 2 years, 9 months ago
  23. b63a311 IVGCVSW-6163 Add Conv3d FrontEnd and Ref Implementation by Matthew Sloyan · 2 years, 10 months ago
  24. 51f6777 IVGCVSW-3705 Add Channel Shuffle Front end and Ref Implementation by Simon Obute · 2 years, 10 months ago
  25. f10b15a IVGCVSW-6382 Add Gather operator support to ONNX parser by Narumol Prangnawarat · 2 years, 9 months ago
  26. b20d1d4 IVGCVSW-6119 ConstTensorsAsInput: FullyConnected Bug Fix by Matthew Sloyan · 2 years, 11 months ago
  27. 81beae3 IVGCVSW-6119 ConstTensorsAsInput: FullyConnected by Matthew Sloyan · 3 years ago
  28. 8c999df Fixed bugs in PreCompiledLayer by Mike Kelly · 2 years, 11 months ago
  29. 8ed39ae MLCE-530 Add front end support for UnidirectionalSequenceLstm on ArmNN by Narumol Prangnawarat · 3 years ago
  30. 0d677db IVGCVSW-6114 Create multiple LoadedNetworks from one OptimizedNetwork by Mike Kelly · 3 years ago
  31. 3ae3f97 MLCE-510 Add CpuRef Shape Operator to ArmNN by Keith Davis · 3 years, 1 month ago
  32. 53ef795 IVGCVSW-5826 Change weights layout for depthwise to [1,H,W,I*M] by Jan Eilers · 3 years, 1 month ago
  33. e5f0b24 IVGCVSW-5818 Enable import on GPU by Narumol Prangnawarat · 3 years, 2 months ago
  34. 1f58f03 IVGCVSW-5815 Generalise ConstCpuTensorHandle by James Conroy · 3 years, 2 months ago
  35. 73d3e2e IVGCVSW-5819 5820 5821 Add MemorySourceFlags to TensorHandleFactoryRegistry::GetFactory by Francis Murtagh · 3 years, 2 months ago
  36. 4df97eb IVGCVSW-5890 Prevent modification to const layers with multiple connections by Colm Donelan · 3 years, 2 months ago
  37. eb03e0f IVGCVSW-5744 Remove Tensorflow, Caffe and Quantizer from documentation by Kevin May · 3 years, 2 months ago
  38. 4af5616 IVGCVSW-5816 Constant memory access by Francis Murtagh · 3 years, 2 months ago
  39. b392e98 IVGCVSW-5410 Add front-end support for CAST by mathad01 · 3 years, 3 months ago
  40. 4422cec Fix graph copy memory spike by Finn Williams · 3 years, 3 months ago
  41. f0a6dec IVGCVSW-5736 and IVGCVSW-5743 'NonConstWeights: Update front-end and TfLiteDelegate support for FullyConnected Operator' by Sadik Armagan · 3 years, 3 months ago
  42. 58fb0ee IVGCVSW-5767 'Regression on SqueezeNet v1.1' by Sadik Armagan · 3 years, 4 months ago
  43. b454c5c IVGCVSW-4893 Refactor ILayerVisitor using unified interface strategy. by Finn Williams · 3 years, 5 months ago
  44. 0c3ea5b backends/reference: Add ReduceSum operation support by Sadik Armagan · 3 years, 5 months ago
  45. 1d6dcac Remove incorrect use of std::vector.reserve by Jim Flynn · 3 years, 5 months ago
  46. f24375d IVGCVSW-5500 Fix transpose conv InferOutputShape by James Conroy · 3 years, 7 months ago
  47. f2ed1b8 IVGCVSW-5499 Missing validation for zero stride by Teresa Charlin · 3 years, 7 months ago
  48. 0c95f4c Fix logical vts skip by Narumol Prangnawarat · 3 years, 7 months ago
  49. 07810fc IVGCVSW-5328-5329 Fuse Activation by Mike Kelly · 3 years, 8 months ago
  50. aba90cd IVGCVSW-5091 Add Logical ops frontend and ref impl by James Conroy · 3 years, 8 months ago
  51. df04d23 IVGCVSW-5327 Add to Layer a binary blob to host the activation layer info by Keith Davis · 3 years, 8 months ago
  52. 0103e76 Fix BackendHint missing when cloning a layer by Narumol Prangnawarat · 3 years, 8 months ago
  53. cd2c5f5 IVGCVSW-5291 Fix for Yolov3 producing 0s on Neon by David Monahan · 3 years, 9 months ago
  54. 3a40ea5 IVGCVSW-5363 Add Unmap layer and Unmap workload by Jim Flynn · 3 years, 9 months ago
  55. 68db06f IVGCVSW-5362 Add Map layer and Map workload by Jim Flynn · 3 years, 9 months ago
  56. 0663d66 IVGCVSW-5303 Remove some boost::numeric_cast from rest of ArmNN by Matthew Sloyan · 3 years, 10 months ago
  57. 16f82f9 IVGCVSW-5305 AddBroadcastReshapeLayer as optimizer by Narumol Prangnawarat · 3 years, 10 months ago
  58. ef6f300 IVGCVSW-5114 Enable memory import in TfLiteYoloV3Big App by Narumol Prangnawarat · 3 years, 10 months ago
  59. ec01fb7 IVGCVSW-5214 Add ARMNN_NO_DEPRECATE_WARN to Concat and Splitter Layers by Teresa Charlin · 3 years, 10 months ago
  60. 3674f14 IVGCVSW-5107 Allow Split to use subtensor on x and y by Keith Davis · 3 years, 10 months ago
  61. ca44ffc IVGCVSW-5207 Add to PadLayer the functions to validate and infer shapes by Teresa Charlin · 3 years, 11 months ago
  62. 76615a5 IVGCVSW-5108 Allow Concat to use subtensor on x and y by Sadik Armagan · 3 years, 11 months ago
  63. f24effa IVGCVSW-5155 Update Arm NN API to allow for call to shape inference by Finn Williams · 4 years ago
  64. 87d0bda IVGCVSW-4929 Implement ShapeInferenceMethod in all Layers by Finn Williams · 4 years ago
  65. 2605b23 IVGCVSW-4624 Add a RANK Reference Implementation by Finn Williams · 4 years, 1 month ago
  66. 06deacd IVGCVSW-4919 Strided Slice 0 Dimension Tensor Fix by Ryan OShea · 4 years ago
  67. b7c1831 IVGCVSW-4920 Invalid Negative Stride fix by Ryan OShea · 4 years ago
  68. 0ad3ef1 IVGCVSW-4988 Add handling output shape parameter to TransposeConvolution2d by Colm Donelan · 4 years ago
  69. 5266473 IVGCVSW-4903 Connect axis parameter in Gather from android to ACL. by Teresa Charlin · 4 years ago
  70. 8cfcbb2 IVGCVSW-4919 Mean VTS/NNT Failures by Ryan OShea · 4 years ago
  71. cdc0149 IVGCVSW-4928 Introduce "ShapeInferenceMethod" Option. by Teresa Charlin · 4 years, 1 month ago
  72. 8b23635 IVGCVSW-4924 Fix edge case for transposeConv2d shape inference by Finn Williams · 4 years ago
  73. ab21975 IVGCVSW-4707 - Add AlignCorners and HalfPixelCenters to Resize by David Monahan · 4 years ago
  74. 300ad56 IVGCVSW-4908 Add Serializer/Deserializer Support for FILL operator by Keith Davis · 4 years, 1 month ago
  75. ec6c680 IVGCVSW-4906 Add front-end support for FILL operator by Ryan OShea · 4 years, 1 month ago
  76. ed32405 IVGCVSW-4449 Add missing QLstm nullptr checks by James Conroy · 4 years, 1 month ago
  77. bb446e5 IVGCVSW-4483 Remove boost::polymorphic_downcast by Jan Eilers · 4 years, 3 months ago
  78. ac2770a IVGCVSW-4485 Remove Boost assert by Narumol Prangnawarat · 4 years, 3 months ago
  79. 7a7ca57 IVGCVSW-4531 Tweak to an existing fix for failing NNT tests on Android R by David Monahan · 4 years, 3 months ago
  80. e2062cd IVGCVSW-4590 Fix Lstm layers CellToInputWeights by Jan Eilers · 4 years, 3 months ago
  81. 586a9aa IVGCVSW-4549 Add front end for new QLSTM layer by James Conroy · 4 years, 3 months ago
  82. ea54a01 IVGCVSW-4516 Add ConvertFp32ToBf16Layer and Ref workload support by Narumol Prangnawarat · 4 years, 3 months ago
  83. 7ddbbae IVGCVSW-4515 Add ConvertBf16ToFp32Layer and Ref workload support by Narumol Prangnawarat · 4 years, 4 months ago
  84. 0a99a14 IVGCVSW-4531 Fix for failing strided slice NNT/VTS tests on Android R by David Monahan · 4 years, 4 months ago
  85. 8eb2560 IVGCVSW-4482 Remove boost::ignore_unused by Jan Eilers · 4 years, 4 months ago
  86. c9ea45a IVGCVSW-4375 Add support for Transpose by Mike Kelly · 4 years, 4 months ago
  87. 4a3c610 IVGCVSW-4259 Add frontend and reference workload for UnaryOperationLayer by josh minor · 4 years, 6 months ago
  88. 39ef3e5 Remove use of ArmNN.hpp where it is unnecessary. by Matthew Bentham · 4 years, 5 months ago
  89. 94a88d2 IVGCVSW-4246 Clean build Layers with -Wextra by Derek Lamberti · 4 years, 7 months ago
  90. 7f83472 IVGCVSW-4293 Fix multiple Concat issues. by Derek Lamberti · 4 years, 6 months ago
  91. e5b8eb9 IVGCVSW-4210 Create a public API for the common backend files by Matteo Martincigh · 4 years, 7 months ago
  92. e011d20 IVGCVSW-4209 Create a public API for the ArmNN Utils by Matteo Martincigh · 4 years, 7 months ago
  93. 85121a2 IVGCVSW-4010 Add serialization support for StandInLayer by Aron Virginas-Tar · 4 years, 8 months ago
  94. 013c390 IVGCVSW-4009 StandInLayer frontend API by Derek Lamberti · 4 years, 8 months ago
  95. 77bfb5e IVGCVSW-3993 Add frontend and reference workload for ComparisonLayer by Aron Virginas-Tar · 4 years, 8 months ago
  96. f982dea IVGCVSW-3973 Add frontend for LOG_SOFTMAX by Aron Virginas-Tar · 4 years, 9 months ago
  97. c8724c7 IVGCVSW-3944 Add ArgMinMax output shape validation by James Conroy · 4 years, 9 months ago
  98. ce5045a IVGCVSW-3932 Add frontend for INSTANCE_NORMALIZATION by Kevin May · 4 years, 9 months ago
  99. 11b2eca IVGCVSW-3900 Add deserialization test for DepthToSpace by Aron Virginas-Tar · 4 years, 9 months ago
  100. 3fb7e10 IVGCVSW-3623 Implement NeonTensorHandle::Import by David Monahan · 4 years, 10 months ago