1. 693acb4 IVGCVSW-8314 Add Boolean data type to Debug layer support. by Colm Donelan · 6 weeks ago
  2. 02300aa IVGCVSW-8314 Broadcast handling for Comparison layer is inconsistent. by Colm Donelan · 8 weeks ago
  3. 4f1771a MLCE-1248 Removing limitations on zero scale value in quantization. by Colm Donelan · 9 weeks ago
  4. 571a4f7 IVGCVSW-8165: Update TOSA Common and TosaRef to use TOSA v0.80 by Teresa Charlin · 10 weeks ago
  5. 02d4046 IVGCVSW-8298 Fix failing fsrcnn test by Nikhil Raj · 9 weeks ago
  6. a778dc3 Revert "IVGCVSW-8298 Fix FSRCNN CI Failure" by TeresaARM · 9 weeks ago
  7. 518a1e4 IVGCVSW-8298 Fix FSRCNN CI Failure by Declan-ARM · 10 weeks ago
  8. 60eadf5 Remove use of `std::clamp` by Declan-ARM · 3 months ago
  9. b4474c4 Syntax change to allow building on older compilers (ReduceLayer) by Kevin May · 3 months ago
  10. ddac090 Syntax change to allow building on older compilers by Kevin May · 3 months ago
  11. 7c75e33 IVGCVSW-7853 Assert audit and removal by Declan-ARM · 3 months ago
  12. e3cc716 IVGCVSW-8230 Add ScatterNd to Serializer and Deserializer by Kevin May · 3 months ago
  13. 70dc5e9 IVGCVSW-8233 ScatterNd End to End tests added by Teresa Charlin · 3 months ago
  14. ce7f51f IVGCVSW-8231 ScatterNd added to TFLite parser by Teresa Charlin · 3 months ago
  15. 5cc8e44 IVGCVSW-8299 Optimisation to replace Max + Min with Bounded Relu by Teresa Charlin · 3 months ago
  16. 2ab3032 IVGCVSW-8212 Bug Fix: AddMulAdd optimization missing check on second ADD by Teresa Charlin · 3 months ago
  17. 2828818 IVGCVSW-8229 & IVGCVSW-8237 ScatterNd: Front end and reference implementation by Tianle Cheng · 3 months ago
  18. 2883a86 IVGCVSW-8172 Add macOS support to build tool setup by Tracy Narine · 3 months ago
  19. 68c60e9 IVGCVSW-7854 Remove/rewrite asserts in the backends unit tests. by Colm Donelan · 3 months ago
  20. b4ef163 IVGCVSW-7854 Remove/rewrite asserts in the backends. by Colm Donelan · 4 months ago
  21. 435267f Minor adjustment to the commit for MLCE-1165 by Tracy Narine · 4 months ago
  22. 0afb82a MLCE-1165 Model failing to load when pad is folded into Conv2d by Tracy Narine · 4 months ago
  23. 5e90b83 IVGCVSW-7569 GpuFsa Op: Add Reshape Operator by Declan-ARM · 4 months ago
  24. ddbda6a IVGCVSW-8275 GpuFsa Op: Add Activation functions available by Teresa Charlin · 4 months ago
  25. 3375390 IVGCVSW-7624 GpuFsa Op: Add Softmax operator by John Mcloughlin · 4 months ago
  26. 5bda973 IVGCVSW-8276 GpuFsa Op: Add MatMul by Teresa Charlin · 4 months ago
  27. 20dda37 IVGCVSW-7570 GpuFsa Op: Add ElemenWiseBinary Operators available by Teresa Charlin · 4 months ago
  28. a4b6090 Add and tidy up activation and elementwise binary end to end tests by Teresa Charlin · 4 months ago
  29. 1d6b731 IVGCVSW-7625 GpuFsa Op: Add Resize/Scale operator by Teresa Charlin · 4 months ago
  30. bc5a5d5 IVGCVSW-7622 GpuFsa Op: Add Cast operator by Tracy Narine · 4 months ago
  31. a52bca2 IVGCVSW-7623: GpuFsa Op: Add Pool2d operator by Teresa Charlin · 4 months ago
  32. f2f99ae Removing unnecessary includes from GpuFsa operators. by Colm Donelan · 4 months ago
  33. 829e13e IVGCVSW-7568 Implement Sub ElementwiseBinary operator GpuFsa by John Mcloughlin · 4 months ago
  34. e7d2785 IVGCVSW-7550 GpuFsa Op: Add ElementWiseBinary Operator ADD by Tracy Narine · 4 months ago
  35. fbfa49e IVGCVSW-7571 GpuFsa Op: Add Depthwise Conv2d by Tianle Cheng · 4 months ago
  36. e1ac869 IVGCVSW-7628 Update GpuFsa to use ACLs latest fixes by Orlaith Monahan · 4 months ago
  37. 91ffe3d Minor fixes related to the LeakyRelu Activation support commit (IVGCVSW-7344) by Tracy Narine · 4 months ago
  38. bd73808 IVGCVSW-7165 - PreCompiledWorkload and Conv2d Integration work for GpuFsa by David Monahan · 6 months ago
  39. 0d7963c Bugfix: Remove implicit sign conversion causing -Werror=sign-conversion by Francis Murtagh · 5 months ago
  40. 10403ec IVGCVSW-7344 Add LeakyRelu Activation support to TOSA Reference Backend by Tracy Narine · 6 months ago
  41. fa62fdc IVGCVSW-8118 Added Two-Layer and Three-Layer Maxpool2d EndToEnd tests. by Tianle Cheng · 6 months ago
  42. 28658bc Fix for Resize with align corners = true creates a memory leak when using valgrind by Teresa Charlin · 6 months ago
  43. ca5a23a Add Quantize Support to TOSA Ref Backend by Teresa Charlin · 6 months ago
  44. 0587dd0 Remove the 2 resize tests with align corners from RefEndToEnd. by Teresa Charlin · 5 months ago
  45. a7bd3fa IVGCVSW-7830 Remove Reshape where possible by Mike Kelly · 5 months ago
  46. 7790dc6 IVGCVSW-8113 Update EndToEnd tests and TosaReference support for Maximum by Tianle Cheng · 6 months ago
  47. f0d8ec1 Fix incorrect Split Tosa Ref outputs check by Kevin May · 6 months ago
  48. 1bea6be Add Split support to TOSA Reference Backend by Kevin May · 6 months ago
  49. ce65588 Add Resize Nearest Neighbour support to TOSA Reference Backend by Teresa Charlin · 6 months ago
  50. 2ef4a2b IVGCVSW-8157 - Nightly Failure Fix by David Monahan · 6 months ago
  51. 8a57046 IVGCVSW-8157 - Rebase existing GpuFsa patches to 23.11 by David Monahan · 6 months ago
  52. a9c3267 IVGCVSW-8159 Fixed issues building with NDK r26 by Mike Kelly · 6 months ago
  53. 21a9f33 IVGCVSW-7835 Add ReverseV2 CL and Neon Workloads by Tianle Cheng · 7 months ago
  54. 5812504 IVGCVSW-7861 Updating tflite parser to ignore VALIDATION: subgraphs. by Colm Donelan · 7 months ago
  55. ed0604e IVGCVSW-8140 Prelu restriction in quantization not needed by Teresa Charlin · 7 months ago
  56. bba0d13 Removing explicit block on non constant bias in NEON CONV2D. by Colm Donelan · 7 months ago
  57. 5306dc8 IVGCVSW-7889 Add support for Signed64 data type in Cast layer by Teresa Charlin · 7 months ago
  58. b8aeec2 Update ACL pin to 704c22f1373e1276acb43c71e7e17048271bbc03 by Nikhil Raj · 7 months ago
  59. abd3c21 IVGCVSW-7751 DTS: Fix Gather and GatherNd Tests in CpuRef by Ciara Sookarry · 8 months ago
  60. 2210136 IVGCVSW-8103 SquareDiff restriction in quantization not needed by Teresa Charlin · 8 months ago
  61. b41793a IVGCVSW-7752 DTS: Fix QuantizePerChannel tests by John Mcloughlin · 8 months ago
  62. 363b572 Revert "Revert "MLCE-1093 Reshape and concat invalid results"" by Mike Kelly · 8 months ago
  63. 5008cb8 Revert "IVGCVSW-7850 block non const bias on NEON Depthwise conv." by Colm Donelan · 8 months ago
  64. 727d017 IVGCVSW-7750 DTS: Fix ElementWise isnan assert by David Monahan · 8 months ago
  65. 2077348 IVGCVSW-7749 DTS: Fix reshape floating point exception by Tianle Cheng · 8 months ago
  66. ad323af IVGCVSW-8033 Update Arm NN to use TOSA v0.60.0 by Narumol Prangnawarat · 8 months ago
  67. 077cddb IVGCVSW-8055 Add support for GELU activation function. by Teresa Charlin · 9 months ago
  68. 6440ce8 IVGCVSW-7504 Create a backend specific optimization to fuse ADD+MUL+Add+(Activation) in CpuAcc by Tracy Narine · 9 months ago
  69. 4cf29d6 GitHub #734 Add ExecuteNetwork support for S64 bit output by John Mcloughlin · 8 months ago
  70. 0aa080d BugFix: ElementwiseBinary missing from NeonBackend activation fusion optimization by Teresa Charlin · 9 months ago
  71. 39faea8 IVGCVSW-7855 removed ASSERTs from armnnUtils code by Jim Flynn · 9 months ago
  72. b53f52a IVGCVSW-7855 removed ASSERTs from deserializer code by Jim Flynn · 9 months ago
  73. cd0874c Bugfix: fix for -Wno-sign-conversion in profiling test in gcc9 by Francis Murtagh · 9 months ago
  74. 6a1d506 IVGCVSW-7901 Fix unsafe Usages of Memcpy in Armnn by David Monahan · 9 months ago
  75. 564c13d IVGCVSW-7525 Add broadcast_to to TFLite Parser by Idriss Chaouch · 9 months ago
  76. 98e383e IVGCVSW-7525 Add broadcast_to operator by Idriss Chaouch · 9 months ago
  77. 2be039b IVGCVSW-6964 Remove profiling detail for ConstTensorAsInputs Layers by John Mcloughlin · 10 months ago
  78. 9145e38 IVGCVSW-7505 Create FusedLayer and NeonFusedWorkload for AddMulAdd Neon kernel by Teresa Charlin · 10 months ago
  79. 5f94124 IVGCVSW-7964 Fix UnidirectionalSequenceLstm by Narumol Prangnawarat · 10 months ago
  80. 008270f Revert "MLCE-1093 Reshape and concat invalid results" by Nikhil Raj Arm · 10 months ago
  81. 4980e21 MLCE-1093 Reshape and concat invalid results by Mike Kelly · 10 months ago
  82. 8259941 Revert "IVGCVSW-6964 Remove profiling detail for ConstTensorAsInputs Layers" by john.mcloughlin · 10 months ago
  83. d1f0001 IVGCVSW-6964 Remove profiling detail for ConstTensorAsInputs Layers by John Mcloughlin · 10 months ago
  84. b9b9792 IVGCVSW-7963 Uninitialized variable error in coverity by Mike Kelly · 10 months ago
  85. a504834 IVGCVSW-7635 Remove deprecated code due to be removed in 23.08 (ILayerSupport) by Francis Murtagh · 10 months ago
  86. fca5916 MLCE-1093 Added Axis to ViewsDescriptor by Mike Kelly · 10 months ago
  87. 3b3dcbf IVGCVSW-2291 TILE Operator CL Implementation by Cian McGriskin · 10 months ago
  88. 7894ef9 IVGCVSW-7635 Remove deprecated code due to be removed in 23.08 (WorkloadFactory) by Cian McGriskin · 10 months ago
  89. 6627703 IVGCVSW-7635 Remove deprecated code due to be removed in 23.08 (ILayerSupport) by Francis Murtagh · 10 months ago
  90. c229b3f IVGCVSW-7676 Audit the use of ARMNN_ASSERT by Ryan OShea · 11 months ago
  91. 0f3e9a0 IVGCVSW-7635 Remove deprecated code due to be removed in 23.08 (SubgraphView) by Francis Murtagh · 10 months ago
  92. b179382 IVGCVSW-7635 Remove deprecated code due to be removed in 23.08 (INetworkProperties) by Francis Murtagh · 10 months ago
  93. 608000e IVGCVSW-7892 Segmentation fault when an input is directly connected to an output by Teresa Charlin · 10 months ago
  94. b4c4934 IVGCVSW-7880 Add check for FP16 backend support by Ryan OShea · 10 months ago
  95. 2812484 Fixing ambiguous method name in BackendHelper. by Colm Donelan · 10 months ago
  96. fb2b416 IVGCVSW-7933 Deprecated code: remove forwarding headers for moved headers by Tracy Narine · 10 months ago
  97. 980446b Enable Slice EndToEndTests in all backends and Signed32 in CpuRef by Ryan OShea · 12 months ago
  98. 09e4d05 IVGCVSW-7243 Remove deprecated code due to be removed in 23.05 by Kevin May · 1 year, 3 months ago
  99. fc9e5b5 Fix for failing dynamic backend build by Mike Kelly · 10 months ago
  100. 7cbe781 MLCE-1092 Add Names to Workloads by Mike Kelly · 10 months ago