1. 6dd0702 Fix incorrect copyright notices by Matthew Sloyan · 1 year, 5 months ago
  2. 04d8229 IVGCVSW-7277 Fixed issues with FullyConnected on certain TFLite models by Mike Kelly · 1 year, 5 months ago
  3. 0e3fe10 IVGCVSW-7455 Workaround to allow CLBatchMatMul to parse some 4D models by Mike Kelly · 1 year, 5 months ago
  4. 2542a26 IVGCVSW-7453 Comparison does not Calculate its shape properly by Mike Kelly · 1 year, 5 months ago
  5. c01da45 Refactor TOSA Common to be built without enabling the TOSA Reference backend by Matthew Sloyan · 1 year, 5 months ago
  6. e814821 IVGCVSW-7013 Removing the check for constant layer in FoldPad by Teresa Charlin · 1 year, 5 months ago
  7. d97db7e Github #700: Fix order of optimizations so dequantization works with folding by Francis Murtagh · 1 year, 5 months ago
  8. e27983c IVGCVSW-7405 Improving error handling around creating directories. by Colm Donelan · 1 year, 5 months ago
  9. 4e54e9c IVGCVSW-7435 Making optional some CL code in Acl Common. by Colm Donelan · 1 year, 6 months ago
  10. c074cdb IVGCVSW-6493 Bug Fix on RHS permute GpuAcc Batch MatMul workload Fp32 by Teresa Charlin · 1 year, 6 months ago
  11. 9c4c449 Do the same for both ShapeInferenceMethod in Elementwise inferOutputShape by Teresa Charlin · 1 year, 6 months ago
  12. d7fca09 IVGCVSW-7173 Add Rsqrt to Tosa Ref Backend by David Monahan · 1 year, 6 months ago
  13. c17a35f IVGCVSW-5128 Add EndToEnd test for REDUCE_SUM by Teresa Charlin · 1 year, 6 months ago
  14. 377fb21 IVGCVSW-7244 ConcatLayer overlapping views on TFLiteParser by Mike Kelly · 1 year, 6 months ago
  15. 01f7269 IVGCVSW-7418 Allow working copy SubgraphView to get Original Slots by Francis Murtagh · 1 year, 6 months ago
  16. d9e55f0 Move tuning and IClTensorHandle code from cl to aclCommon backend. by Cathal Corbett · 1 year, 6 months ago
  17. 9c843c3 Catch exception by reference instead of by value. by Cathal Corbett · 1 year, 6 months ago
  18. 4512b92 IVGCVSW-7418: Can't call SubstituteSubgraph on working copy of subgraph in Optimize by Matthew Bentham · 1 year, 6 months ago
  19. 94916a5 IVGCVSW-6493 Add GpuAcc Batch MatMul workload Fp32 by Teresa Charlin · 1 year, 8 months ago
  20. 5b2145c IVGCVSW-6632 Return INetwork* not INetworkPtr& from OptimizationViews::GetINetwork() by Francis Murtagh · 1 year, 6 months ago
  21. b554054 IVGCVSW-7031 Generate static execute network by Ryan OShea · 2 years ago
  22. 7000d67 Deregistering custom allocators in RuntimeImpl destructor. by Colm Donelan · 1 year, 6 months ago
  23. 0506ef0 GitHub #543 Problem Parsing Mixed-Precision Model by Mike Kelly · 1 year, 6 months ago
  24. 8b4a483 Revert "IVGCVSW-7297 When creating multiple Executors only the last" by TeresaARM · 1 year, 6 months ago
  25. 9d1786e Fix Npu main build issue by Nikhil Raj · 1 year, 6 months ago
  26. 80f71a8 IVGCVSW-7211 Fix float16 operators being wrongly unsupported with android-nn-driver. by Cathal Corbett · 1 year, 6 months ago
  27. 2ae3224 GitHub #709 Provide a CreateNetworkFromBinary method for the ONNX parser by Mike Kelly · 1 year, 7 months ago
  28. 0bb096d IVGCVSW-7343 Add Transpose support to TOSA Reference Backend by Cathal Corbett · 1 year, 6 months ago
  29. 56fb21e Remove Network.cpp debug message merged in "Optimize the calling of IsLayerSupported()." by Cathal Corbett · 1 year, 6 months ago
  30. 9a33946 IVGCVSW-7172 Add ElementwiseBinary (Subtraction & Multiplication) support to TOSA Reference Backend by Nikhil Raj · 1 year, 7 months ago
  31. b42a2b4 Refactor, remove m_ImportFlags from ClTensorHandleFactory by Matthew Bentham · 1 year, 7 months ago
  32. bf3e36f Add profile data for explicit copy of input and outputs by Matthew Bentham · 1 year, 7 months ago
  33. cb223b7 Github #712: Use static libraries not object libraries for support library by Francis Murtagh · 1 year, 7 months ago
  34. 5b58e31 IVGCVSW-7170 Add Concat support to TOSA Reference Backend by Kevin May · 1 year, 7 months ago
  35. 3fbad94 Small fixes in TOSA common and TOSA reference: by Teresa Charlin · 1 year, 7 months ago
  36. 6b5f674 Change the semantics of RefTensorHandle::Import to 'overlay' existing memory by Matthew Bentham · 1 year, 7 months ago
  37. da6bf9e IVGCVSW-7168 Support simple model in the TOSA Reference Backend by Matthew Sloyan · 1 year, 7 months ago
  38. fc9d5e7 IVGCVSW-7204 Add TransposeConv2d support to TOSA Reference Backend by Matthew Sloyan · 1 year, 7 months ago
  39. 67fd526 Update TOSA Reference Backend IsLayerSupported by Matthew Sloyan · 1 year, 7 months ago
  40. 404369b Fix bug in EthosNAcc backend detection in unit test by Matthew Bentham · 1 year, 7 months ago
  41. c30abd8 Refactor: Remove m_ImportFlags from RefTensorHandle by Matthew Bentham · 1 year, 7 months ago
  42. 6d2647d Include armnn/IRuntime.hpp in TosaCommon OneToManyMappingTests by Cathal Corbett · 1 year, 7 months ago
  43. 3b9acd5 IVGCVSW-7342 Add Slice support to TOSA Reference Backend by Cathal Corbett · 1 year, 7 months ago
  44. 8107ccc Specified Linker Language for Tosa Reference Backend by Mike Kelly · 1 year, 7 months ago
  45. b30e655 IVGCVSW-7174 Add Reshape support to TOSA Reference Backend by Cathal Corbett · 1 year, 7 months ago
  46. ec67a0f IVGCVSW-7209 Remove deprecated code due to be removed in 23.02 by Mike Kelly · 1 year, 7 months ago
  47. 5383767 Optimize the calling of IsLayerSupported(). by Cathal Corbett · 1 year, 10 months ago
  48. a98e79a Updates following execution of Includewhatyouuse on armnn/include. by Colm Donelan · 1 year, 7 months ago
  49. c5fe6e7 IVGCVSW-7168 Add Conv2d and Constant support to TOSA Reference Backend by Matthew Sloyan · 1 year, 7 months ago
  50. 6bc8525 IVGCVSW-6853 Rewrite BuildArmComputePermutationVector() by Teresa Charlin · 1 year, 7 months ago
  51. 4002a60 Fix some memory overruns / undefined behaviour in ShapeInferenceTests by Matthew Bentham · 1 year, 7 months ago
  52. 30dc2d2 Print BatchMatMul and Gather Descriptors on dot graph by Teresa Charlin · 1 year, 7 months ago
  53. 369d8fc IVGCVSW-4926 Add support in CpuRef implementation for Gather for axis different to 0 by Nikhil Raj · 1 year, 7 months ago
  54. 263d709 IVGCVSW-7272 Add Exception for handling Fp16 infinity values by Kevin May · 1 year, 7 months ago
  55. 21cf67a IVGCVSW-7297 When creating multiple Executors only the last one works fine by Mike Kelly · 1 year, 7 months ago
  56. 975a6a2 IVGCVSW-7080 Remove deprecated code due to be removed in 23.02 by Keith Davis · 1 year, 7 months ago
  57. 839b932 IVGCVSW-6980 Delegate support for slice operator by Cathal Corbett · 1 year, 7 months ago
  58. af6b0a3 IVGCVSW-7330 Add end-to-end dynamic sample build steps by James Conroy · 1 year, 7 months ago
  59. 3144159 IVGCVSW-7214 Disable BF16-Turbo-Mode and remove conversion layers by Ryan OShea · 1 year, 8 months ago
  60. bd18eab IVGCVSW-7345 Add Pooling2d support to TOSA Reference Backend by Cathal Corbett · 1 year, 8 months ago
  61. 194086f Minor error formatting fixes. by Colm Donelan · 1 year, 8 months ago
  62. 2523b79 Add additional data type support to TOSA Reference Backend by Matthew Sloyan · 1 year, 8 months ago
  63. 3c2795a IVGCVSW-7318 Support basic addition model in the TOSA Reference Backend by Ryan OShea · 1 year, 8 months ago
  64. 5c54c38 IVGCVSW-7165 Implement TosaRefPreCompiledWorkload::Execute() by Matthew Sloyan · 1 year, 8 months ago
  65. 164bf4f IVGCVSW-7164 Implement TosaRefBackend::OptimizeSubgraphView by Matthew Sloyan · 1 year, 8 months ago
  66. a38da59 IVGCVSW-6496 Add EndToEnd Layer test for Batch MatMul Workload by Teresa Charlin · 1 year, 8 months ago
  67. 4d85adf IVGCVSW-7296 REDUCE_PROD tests fail when using Tf 2.10 by Teresa Charlin · 1 year, 8 months ago
  68. 0f86ecf IVGCVSW-6494 Add CpuAcc Batch MatMul Workload Fp32 by Teresa Charlin · 1 year, 9 months ago
  69. da824cc IVGCVSW-7273 Fix TOSA Serialization Library integration by Matthew Sloyan · 1 year, 9 months ago
  70. d646b55 IVGCVSW-7273 Integrate TOSA Reference Model into Arm NN by Matthew Sloyan · 1 year, 9 months ago
  71. 718966f IVGCVSW-7126 Update Arm NN to Tensorflow 2.10 by Colm Donelan · 1 year, 9 months ago
  72. f63b457 MLCE-545 INT8 TFLite model execution abnormal by Keith Davis · 1 year, 8 months ago
  73. 15f9c68 MLCE-545 INT8 TFLite model execution abnormal by Keith Davis · 1 year, 9 months ago
  74. fcc72f5 IVGCVSW-7267 Make the AllowExpandedDims option work by Jim Flynn · 1 year, 9 months ago
  75. 251fd95 IVGCVSW-7222 Fix incorrect kernel measurements in profiling output by Kevin May · 1 year, 9 months ago
  76. e497ed1 Fix TosaOperatorMapping tests when building for release by Matthew Sloyan · 1 year, 9 months ago
  77. 71ebf5f MLCE-545 INT8 TFLite model execution abnormal by Keith Davis · 1 year, 9 months ago
  78. 71b386d IVGCVSW-7209 Delay one release the removal of weights and bias by Teresa Charlin · 1 year, 9 months ago
  79. 2b922e2 IVGCVSW-7158 TfLiteParser supports reshape when output 'shape_signature' param contains a value of -1. by Cathal Corbett · 1 year, 9 months ago
  80. bc37a6b IVGCVSW-7240 Adjoint is Transpose in TFLite. Change in TFLite parser by Teresa Charlin · 1 year, 9 months ago
  81. 0902693 IVGCVSW-6790 Adding runtime options to Doxygen. by Colm Donelan · 1 year, 10 months ago
  82. de33dda IVGCVSW-7040 TfLiteParser fails to prepare model due to unspecified size buffer data for Slice operator. by Cathal Corbett · 1 year, 9 months ago
  83. 1b56b46 Make SubgraphViewSelector give deterministic results by Rob Hughes · 1 year, 10 months ago
  84. 9270d9e IVGCVSW-7159 Implement simple TOSA Reference Backend skeleton by Francis Murtagh · 1 year, 11 months ago
  85. ce8204a IVGCVSW-7209 Remove deprecated code due to be removed in 22.11 by Teresa Charlin · 1 year, 10 months ago
  86. ae32665 IVGCVSW-7155 SubgraphView::SubstituteSubgraph IOutputSlots incorrectly overridden by Cathal Corbett · 1 year, 10 months ago
  87. d936033 IVGCVSW-7006 Remove deprecated code due to be removed in 22.08 by Teresa Charlin · 1 year, 10 months ago
  88. fd3ba5a IVGCVSW-6497: BatchMatMul TfLite Parser by Samuel Yap · 1 year, 10 months ago
  89. a04f4a1 IVGCVSW-7104: BatchMatMul Serializer/Deserializer Support by Samuel Yap · 1 year, 10 months ago
  90. dc8ed9d IVGCVSW-7105: BatchMatMul Optional Parameter Support by Samuel Yap · 1 year, 11 months ago
  91. 9c9d5b9 IVGCVSW-7133 Add TosaMappings backbone structure with support for Addition TosaMappings operator. by Cathal Corbett · 1 year, 11 months ago
  92. 514d16b IVGCVSW-7106 Additional fix models with multiple input and output tensors. by Colm Donelan · 1 year, 11 months ago
  93. b016157 IVGCVSW-6954 'Arm NN SL Improvements' by Sadik Armagan · 1 year, 11 months ago
  94. 83443f4 IVGCVSW-7106 Incorrect Json format for some networks. by Colm Donelan · 1 year, 11 months ago
  95. f0aea2c Bug Fix for refactor of the ExecuteNetwork for strategy in Precompiled layer. by Teresa Charlin · 1 year, 11 months ago
  96. d4d1c31 IVGCVSW-7103 ExecuteNetwork failed while doing Yolov4 execution by Nikhil Raj · 1 year, 11 months ago
  97. 5a3d200 IVGCVSW-7111 change backend deprecation from 22.11 to 23.08 by Jim Flynn · 1 year, 11 months ago
  98. 80b4ef0 Fix '#if defined(ARMNN_POST_TFLITE_2_3)' in TfLiteParser Conv3D test. by Cathal Corbett · 2 years, 1 month ago
  99. ca7bbd6 IVGCVSW-7145: BatchMatMul Fix for Raspi Cross Compile Failing by Samuel Yap · 1 year, 11 months ago
  100. d301c0a IVGCVSW-6889 Seg fault running ExeNet with --bf16-turbo-mode on fpga by Francis Murtagh · 1 year, 11 months ago