1. ef0f3e7 IVGCVSW-6212 Search bar on github in doxygen docu not working by Nikhil Raj · 9 months ago branches/armnn_23_08 v23.08
  2. 6a7434e Update Arm NN readme, build tool readme and Contributing md files by Nikhil Raj · 10 months ago
  3. 3c6ce0a IVGCVSW-7963 Uninitialized variable error in coverity by Mike Kelly · 9 months ago
  4. b988ea4 IVGCVSW-7963 Uninitialized variable error in coverity by Mike Kelly · 9 months ago
  5. a504834 IVGCVSW-7635 Remove deprecated code due to be removed in 23.08 (ILayerSupport) by Francis Murtagh · 9 months ago
  6. 9a18907 Update ACL pin to 23.08 release branch by Nikhil Raj · 9 months ago
  7. fca5916 MLCE-1093 Added Axis to ViewsDescriptor by Mike Kelly · 9 months ago
  8. 3b3dcbf IVGCVSW-2291 TILE Operator CL Implementation by Cian McGriskin · 10 months ago
  9. 88bef3a Update ACL pin to 0c19f59279a88384074635bf273a99001602ed21 by Teresa Charlin · 10 months ago
  10. 7894ef9 IVGCVSW-7635 Remove deprecated code due to be removed in 23.08 (WorkloadFactory) by Cian McGriskin · 10 months ago
  11. 6627703 IVGCVSW-7635 Remove deprecated code due to be removed in 23.08 (ILayerSupport) by Francis Murtagh · 10 months ago
  12. c229b3f IVGCVSW-7676 Audit the use of ARMNN_ASSERT by Ryan OShea · 11 months ago
  13. c377eb8 IVGCVSW-7701 Update docu with new ops in 23.08 by Nikhil Raj · 10 months ago
  14. a280650 MLCE-1092 Added layerNames to opaque delegate by Mike Kelly · 10 months ago
  15. 7d1b1ca IVGCVSW-7952 Output deprecation message when building pyarmnn by Ryan OShea · 10 months ago
  16. 0f3e9a0 IVGCVSW-7635 Remove deprecated code due to be removed in 23.08 (SubgraphView) by Francis Murtagh · 10 months ago
  17. 07169c8 MLCE-1092 Added layerNames to classic delegate by Mike Kelly · 10 months ago
  18. b179382 IVGCVSW-7635 Remove deprecated code due to be removed in 23.08 (INetworkProperties) by Francis Murtagh · 10 months ago
  19. 608000e IVGCVSW-7892 Segmentation fault when an input is directly connected to an output by Teresa Charlin · 10 months ago
  20. b4c4934 IVGCVSW-7880 Add check for FP16 backend support by Ryan OShea · 10 months ago
  21. 083802d IVGCVSW-7703 Ensure PyArmNN has been updated with new features added in ArmNN by Ryan OShea · 10 months ago
  22. 7f2f59d Update ACL pin to 4cb0bd488f70a07b222e1ed7008d888642dfec6f by Nikhil Raj · 10 months ago
  23. 2812484 Fixing ambiguous method name in BackendHelper. by Colm Donelan · 10 months ago
  24. fb2b416 IVGCVSW-7933 Deprecated code: remove forwarding headers for moved headers by Tracy Narine · 10 months ago
  25. 460a179 IVGCVSW-7899 Cannot handle tensors with more than 5 dimensions by Mike Kelly · 10 months ago
  26. 980446b Enable Slice EndToEndTests in all backends and Signed32 in CpuRef by Ryan OShea · 11 months ago
  27. ae93173 IVGCVSW-7451 LEAKY_RELU not supported by delegate by Tianle Cheng · 10 months ago
  28. 09e4d05 IVGCVSW-7243 Remove deprecated code due to be removed in 23.05 by Kevin May · 1 year, 2 months ago
  29. fc9e5b5 Fix for failing dynamic backend build by Mike Kelly · 10 months ago
  30. 2fd38e1 Revert "IVGCVSW-7703 Ensure PyArmNN has been updated with new" by Nikhil Raj Arm · 10 months ago
  31. 7cbe781 MLCE-1092 Add Names to Workloads by Mike Kelly · 10 months ago
  32. 21e3999 IVGCVSW-7787 Fix READ memory access caused by missing printf arguments by Kevin May · 10 months ago
  33. f967c09 Update project number in Doxyfile to 23.08 by Nikhil Raj · 10 months ago
  34. 038f52b Update ACL pin to 16b37527906c68885f81a8db35f9d6040d73efec by Nikhil Raj · 10 months ago
  35. 9a5e5b7 IVGCVSW-7703 Ensure PyArmNN has been updated with new by Ryan OShea · 10 months ago
  36. 4f9a6d6 Add datalayout to tensors in NeonStridedSliceWorkload by Teresa Charlin · 10 months ago
  37. a0cc6ff IVGCVSW-7924 Add TILE to Support Library (SL) by Teresa Charlin · 10 months ago
  38. 65f9504 Update ACL pin to 0b23e0e6402cb18ddf621d36454cadbb73959518 by Nikhil Raj · 10 months ago
  39. ec0959b IVGCVSW-7925 Add REVERSE V2 to Support Library (SL) by Teresa Charlin · 10 months ago experimental/IVGCVSW-6964_Weight_Bias_ConstTensor
  40. 40f6ea1 Customize Doxygen output by Nikhil Raj · 10 months ago
  41. 39085f7 IVGCVSW-7860 - Fix segfault with some models in the TfLiteParser by David Monahan · 10 months ago
  42. 92ce35c IVGCVSW-7886 Add TILE to delegate and opaque delegate by Tianle Cheng · 10 months ago
  43. 35bae83 IVGCVSW-7202 Add Android NDK build targets to build-tool by John Mcloughlin · 10 months ago
  44. 6885f14 Fix missing pages in Doxygen by Nikhil Raj · 10 months ago
  45. 36e6eae IVGCVSW-2292 Tile Operator Neon Implementation by David Monahan · 10 months ago
  46. 7e4d936 Update ACL pin to fab6c210b37f1fa6b3e37a2583b18f8e4b5a4f12 by Nikhil Raj · 10 months ago
  47. 777008b IVGCVSW-7885 Add TILE to TFLite parser by Teresa Charlin · 10 months ago
  48. 1bf56cd IVGCVSW-7836 Add ReverseV2 End-to-End Tests by Declan-ARM · 10 months ago
  49. e86aa90 Update ACL pin to 23882a9014eb3972bca958206866c8e0d0b829cc by Nikhil Raj · 10 months ago
  50. 160edb3 IVGCVSW-7887 Add TILE End to End tests by Cian McGriskin · 10 months ago
  51. 616b22f IVGCVSW-7884 - Add Tile to Serializer and Deserializer by David Monahan · 10 months ago
  52. 79a06a5 IVGCVSW-7883 Front end and reference implementation for TILE by Teresa Charlin · 10 months ago
  53. a638f10 IVGCVSW-7907 Model cannot use Subtensors by Mike Kelly · 10 months ago
  54. cd7ce20 Update ACL pin to 25d26f4d86042e0ca52ac1bef4039b187f77b5b3 by Nikhil Raj · 10 months ago
  55. b6de7a1 IVGCVSW-7830 Clean up by Mike Kelly · 10 months ago
  56. c32adef Update ACL pin to 2e0714d4bb6795e34bcdcdaf812e9863dea2f43f by Nikhil Raj · 10 months ago
  57. 9edde5d IVGCVSW-7825 block non const bias on CL CONV2D. by Teresa Charlin · 10 months ago
  58. 47016c0 IVGCVSW-7850 block non const bias on NEON Depthwise conv. by Colm Donelan · 10 months ago
  59. 53d858b IVGCVSW-7849 and IVGCVSW-7825 block non const bias on NEON CONV2D. by Colm Donelan · 10 months ago
  60. 7306bbe IVGCVSW-7834 Add REVERSE_V2 to classic and opaque delegates by Tracy Narine · 10 months ago
  61. 121ccd5 Change expected pyarmnn version in pyarmnn/test_setup.py by Nikhil Raj · 10 months ago
  62. be06f10 IVGCVSW-7891 Failure in Nightly tests by Mike Kelly · 10 months ago
  63. 02a22e7 Update version in pyarmnn by Nikhil Raj · 10 months ago
  64. 7b89992 IVGCVSW-7890 SplitterLayer does not use overridden TensorInfos correctly by Mike Kelly · 10 months ago
  65. bb8d759 IVGCVSW-7879 Change REVERSE_V2 from LayerWithParameters with 1 input, to Layer with 2 inputs by Tracy Narine · 10 months ago
  66. 6882683 Update Arm NN version in pyamnn version.py by Nikhil Raj · 10 months ago
  67. 4cc341c IVGCVSW-7830 Add backend optimizations to remove Reshapes where possible by Mike Kelly · 11 months ago
  68. 6963b33 Add Square as Mul in the TfLite Parser by Teresa Charlin · 10 months ago
  69. 28c3d0f IVGCVSW-7846 Refactor ElementBinaryOps to use ElementBinaryLayer by Kevin May · 11 months ago
  70. 9f62d33 IVGCVSW-7783 Add check for FP16 infinity values by Narumol Prangnawarat · 10 months ago
  71. eda42ce Update ACL pin to 5ff480265a110ea1f2ce24491e082f52348b0f92 by Nikhil Raj · 11 months ago
  72. f183acd IVGCVSW-7844 Remove unnecessary warnings for certain models by Ryan OShea · 11 months ago
  73. 2ea403d IVGCVSW-7785 3D tensors in BATCH_TO_SPACE and SPACE_TO_BATCH in CpuAcc & GpuAcc by Teresa Charlin · 11 months ago
  74. 944fb50 IVGCVSW-7832 Add REVERSE_V2 to Serializer and Deserializer by Tracy Narine · 11 months ago
  75. 8e9747a IVGCVSW-7848 Add cache size check to Support Library by Kevin May · 11 months ago
  76. 4a54daa IVGCVSW-7846 Fix incorrect Concat permutation params in Support Library by Kevin May · 11 months ago
  77. f39f3f4 MLCE - Fix for duplicate definitions in cross compialtion build by David Monahan · 11 months ago
  78. e5a30ff IVGCVSW-7833 Add ReverseV2 support to TFLite Parser by Tianle Cheng · 11 months ago
  79. 22c8a4b IVGCVSW-7862 Replacing use of std::filesystem with ghc::filesystem by Francis Murtagh · 11 months ago
  80. 988354d IVGCVSW-7831: Front end and Reference Implementation for REVERSE_V2 by Tianle Cheng · 11 months ago
  81. 9414936 Replacing use of std::filesystem with ghc::filesystem. by Colm Donelan · 11 months ago
  82. a9ac6ba IVGCVSW-7828 Add an Optional TensorInfo to InputSlot by Mike Kelly · 11 months ago
  83. 6d2d4ea IVGCVSW-7773 Fix for ExecuteNetwork `--output-network-details-only` not working with `-T delegate` flag by Declan-ARM · 11 months ago
  84. 0dfb265 IVGCVSW-7666 Add a FileComparisonExecutor to ExecuteNetwork. by Colm Donelan · 11 months ago
  85. 16e27cf Bugfix: -Werror=unused-result - unnecessary line, previously called above by Francis Murtagh · 11 months ago
  86. cb2ad74 IVGCVSW-7557 Add Opaque Delegate Options subsection to doxygen by Narumol Prangnawarat · 11 months ago
  87. 1cb43e7 IVGCVSW-7663 Updated BuildGuideAndroidNDK script in Arm NN by John Mcloughlin · 11 months ago
  88. d29d09d Update ACL pin to c952596e70f2fe0073029f053e329a4e930ced8c by Nikhil Raj · 11 months ago
  89. ed928a9 Fixing fault in ExeNet when a model file does not include an extension. by Colm Donelan · 11 months ago
  90. 689ba0c IVGCVSW-7663 BuildGuideAndroidNDK script in armnn by John Mcloughlin · 11 months ago
  91. f77cab5 IVGCVSW-7785 Extend support for 3D tensors BATCH_TO_SPACE and SPACE_TO_BATCH in CpuRef by Teresa Charlin · 12 months ago
  92. fd5dbe9 Doxygen: Fix XML parsing error in Arm NN Doxygen by Nikhil Raj · 11 months ago
  93. 61b811a Bugfix: explicitly state the header to be included to replace deprecated one by Francis Murtagh · 11 months ago
  94. a7a605a IVGCVSW-7785 BugFix: ExpandDims not working when batch!=1 by Teresa Charlin · 11 months ago
  95. a9c5c16 Update ACL pin to 043613fbb199e2c4fdd12c2c9a1785db9b0c45fa by Nikhil Raj · 11 months ago
  96. c029930 Update ACL pin to bec9b032ddcff449c7ad40febbcab24c23ee58a0 by Nikhil Raj · 11 months ago
  97. 88644e6 Add DataType to .dot files for constant layers by Teresa Charlin · 11 months ago
  98. 8eece0a IVGCVSW-7791 Enable dynamic bias in Conv in CpuAcc and GpuAcc by Kevin May · 12 months ago
  99. 9953db8 IVGCVSW-7790 - Enable dynamic bias in DWConv in GpuAcc by Kevin May · 11 months ago
  100. 0fc1988 Doxygen: Remove link to md files from excluded tests\ by Nikhil Raj · 11 months ago ref/for/main