1. 56ccf68 IVGCVSW-6633 SubgraphView uses IConnectableLayer rather than Layer in its m_Layers by Francis Murtagh · 2 years, 7 months ago
  2. 6ae43c4 Fix thread safety issues in TimelineDecoder and associated unit tests by Matthew Bentham · 2 years, 6 months ago
  3. 3ea0107 Fix INetwork::AddPrecompiledLayer to take the CompiledBlobPtr by value rather than reference. by Cathal Corbett · 2 years, 6 months ago
  4. 2048bcf Fix some Thread Sanitizer warnings by Matthew Bentham · 2 years, 6 months ago
  5. cbfd718 IVGCVSW-6632 OptimizationViews: has INetwork rather than Graph for holding layers by Cathal Corbett · 2 years, 7 months ago
  6. 0c47974 IVGCVSW-6626 Promote backend headers in backendCommon to armnn/backends by Colm Donelan · 2 years, 7 months ago
  7. a097d2a IVGCVSW-6453 'Move the ArmNN Test Utils code to a physically separate directory' by Sadik Armagan · 2 years, 7 months ago
  8. 7b885b3 IVGCVSW-6509 Front End + Reference Workload implementation by Tamás Nyíri · 2 years, 8 months ago
  9. 019da94 Fix typo errors from ticket IVGCVSW-6420 by Cathal Corbett · 2 years, 8 months ago
  10. 7f82e08 IVGCVSW-6558 Fix the failing OptimisedNetworkTests by David Monahan · 2 years, 8 months ago
  11. 1165e0e Fix use of non-standard "uint" type by Teresa Charlin · 2 years, 8 months ago
  12. 5b8093c IVGCVSW-6420: Constant flag in tensor info is not set correctly by Cathal Corbett · 2 years, 8 months ago
  13. b1aad42 IVGCVSW-6527 Support the new memory API in loaded network by Finn Williams · 2 years, 8 months ago
  14. d3b94d3 Fix use of non-standard "uint" type by Rob Hughes · 2 years, 8 months ago
  15. 2e5d0b2 IVGCVSW-6469 Add MirrorPad FrontEnd and Ref Support by Matthew Sloyan · 2 years, 8 months ago
  16. ec5f7d1 IVGCVSW-6170 Add CpuAcc Conv3d Workload by Teresa Charlin · 2 years, 8 months ago
  17. e1fdd28 IVGCVSW-6470 Create MemoryStrategyBenchmark by Jim Flynn · 2 years, 8 months ago
  18. ca58839 IVGCVSW-6301 Create the MemoryManager class by Teresa Charlin · 2 years, 9 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. e8d7ccb IVGCVSW-6310 Update ICustomAllocator and add GetDefaultAllocator function to backends by Francis Murtagh · 2 years, 9 months ago
  22. b8cc2b9 IVGCVSW-6416 AddFullyConnected API crashes without connected weights/bias layers by Cathal Corbett · 2 years, 9 months ago
  23. 13d2e0d Github 581 - Upgrade doctest by Jan Eilers · 2 years, 9 months ago
  24. 8636bc7 IVGCVSW-6313 Support pre-importing outputs by Finn Williams · 2 years, 9 months ago
  25. 521032f IVGCVSW-6417: Catch AddFullyConnected API error when weights TensorInfo isn't set by Cathal Corbett · 2 years, 9 months ago
  26. eb70c91 Fix compile errors/warnings found on MSVC by Rob Hughes · 2 years, 9 months ago
  27. b8a26d8 IVGCVSW-6300 'IMemoryOptimizerStrategy Add strategy library and add support in BackendRegistry' by Sadik Armagan · 2 years, 9 months ago
  28. 1b2654f IVGCVSW-5985 Remove deprecated code by Jan Eilers · 2 years, 9 months ago
  29. b63a311 IVGCVSW-6163 Add Conv3d FrontEnd and Ref Implementation by Matthew Sloyan · 2 years, 10 months ago
  30. eb852bb IVGCVSW-6293 Add Unit test int8 Channel Shuffle by Teresa Charlin · 2 years, 9 months ago
  31. 43baf50 IVGCVSW-3716 Add EndToEnd Layer test for Channel Shuffle Workload by Teresa Charlin · 2 years, 9 months ago
  32. 51f6777 IVGCVSW-3705 Add Channel Shuffle Front end and Ref Implementation by Simon Obute · 2 years, 10 months ago
  33. c840263 IVGCVSW-6339 'IMemoryOptimizerStrategy Add backend capabilities' by Sadik Armagan · 2 years, 10 months ago
  34. 4e3e831 IVGCVSW-6262 Add support for Reduce Prod by Teresa Charlin · 2 years, 11 months ago
  35. 14bef9f IVGCVSW-6344 Remove definition of CapabilityTestHelper if no backends are enabled by Finn Williams · 2 years, 10 months ago
  36. bd575b2 MLCE-530 Add support of int8 weight for UnidirectionalSequenceLstm by Narumol Prangnawarat · 2 years, 10 months ago
  37. dbf5f31 IVGCVSW-6311 Add the pre-import backend capability by Finn Williams · 2 years, 10 months ago
  38. 380c1a0 IVGCVSW-6317 Cleaning up BackendRegistry following negative tests. by Colm Donelan · 2 years, 11 months ago
  39. e5339e7 MLCE-530 Add support for UnidirectionalSequenceLstm to RefWorkload by Narumol Prangnawarat · 3 years ago experimental/daves_custom_allocator_dmabuf
  40. c1c872f Adds CustomAllocator interface and Sample App by Jan Eilers · 3 years ago
  41. 81beae3 IVGCVSW-6119 ConstTensorsAsInput: FullyConnected by Matthew Sloyan · 3 years ago
  42. 8ed39ae MLCE-530 Add front end support for UnidirectionalSequenceLstm on ArmNN by Narumol Prangnawarat · 3 years ago
  43. 15fcc7e IVGCVSW-6073 Add protected mode to ArmNN CreationOptions by Jan Eilers · 3 years ago
  44. 9542f90 NNXSW-3081 Move Filesystem.hpp and Threads.hpp to public include by Rob Hughes · 3 years ago
  45. c013bc8 Fix some compile warnings & errors by Rob Hughes · 3 years ago
  46. 7af2fd7 Fix Unittest failures in CL Master by Nikhil Raj · 3 years ago
  47. a369b89 Improve ThrowBackendUnavailableException test by Matthew Bentham · 3 years ago
  48. 0d677db IVGCVSW-6114 Create multiple LoadedNetworks from one OptimizedNetwork by Mike Kelly · 3 years ago
  49. 6f24b1a Fix segfault in IsLayerSupportedTests by Matthew Bentham · 3 years ago
  50. f364d53 IVGCVSW-6062 Rework the async threadpool by Finn Williams · 3 years, 1 month ago
  51. 50f7b32 IVGCVSW-6099 Fix BackendsCompatibility tests with only Neon or CL enabled by Finn Williams · 3 years ago
  52. 87b5296 IVGCVSW-5810 Create a skeleton armnnTestUtils library by Matthew Sloyan · 3 years ago
  53. 3ae3f97 MLCE-510 Add CpuRef Shape Operator to ArmNN by Keith Davis · 3 years, 1 month ago
  54. 50de4fa IVGCVSW-6088 Add Sin and Log to ElementWiseUnary by Teresa Charlin · 3 years, 1 month ago
  55. 53ef795 IVGCVSW-5826 Change weights layout for depthwise to [1,H,W,I*M] by Jan Eilers · 3 years, 1 month ago
  56. 1625efc IVGCVSW-5963 'Move unit tests to new framework' by Sadik Armagan · 3 years, 1 month ago
  57. b9af86e IVGCVSW-5855 Refactor the reporting of capabilities from backends by Finn Williams · 3 years, 1 month ago
  58. 483c811 IVGCVSW-5962 Remove boost::multi_array by Sadik Armagan · 3 years, 1 month ago
  59. b4b3ac9 IVGCVSW-6009 Integrate threadpool into ExNet by Kevin May · 3 years, 1 month ago
  60. 1bed2f4 IVGCVSW-5964 Removing some obsolete Boost references. by Colm Donelan · 3 years, 1 month ago
  61. 25ab3a8 IVGCVSW-5964 Removing some remaining boost utility usages from tests. by Colm Donelan · 3 years, 1 month ago
  62. 01bc02d IVGCVSW-5808 Fix ArmNN backend profiling tests which fail on Jenkins with NPU enabled by Nikhil Raj · 3 years, 2 months ago
  63. e813d67 IVGCVSW-5813 Add Async Queue to IRuntime by Keith Davis · 3 years, 2 months ago
  64. 1f58f03 IVGCVSW-5815 Generalise ConstCpuTensorHandle by James Conroy · 3 years, 2 months ago
  65. cae4568 IVGCVSW-5410 Move ILayerSupport.hpp to backends folder by Francis Murtagh · 3 years, 2 months ago
  66. df9a322 IVGCVSW-5882 Produce warning if bias quantization scale mismatch by mathad01 · 3 years, 2 months ago
  67. 73d3e2e IVGCVSW-5819 5820 5821 Add MemorySourceFlags to TensorHandleFactoryRegistry::GetFactory by Francis Murtagh · 3 years, 2 months ago
  68. 4af5616 IVGCVSW-5816 Constant memory access by Francis Murtagh · 3 years, 2 months ago
  69. b8181f7 IVGCVSW-5787 Add/Update Execute() implementations in RefActivationWorkload by Finn Williams · 3 years, 3 months ago
  70. b392e98 IVGCVSW-5410 Add front-end support for CAST by mathad01 · 3 years, 3 months ago
  71. 55a8ffd IVGCVSW-5823 Refactor Async Network API by Mike Kelly · 3 years, 3 months ago
  72. b76eaed IVGCVSW-5793 Add default ExecuteAsync implementation to Workload by Finn Williams · 3 years, 3 months ago
  73. aede8ca IVGCVSW-5783 'Add AsyncExecution Capability' by Sadik Armagan · 3 years, 3 months ago
  74. 92c5072 IVGCVSW-5676 Fixing build failure in backends jenkins job. by Colm Donelan · 3 years, 3 months ago
  75. 386ff1a IVGCVSW-5790 Merge async prototype by Mike Kelly · 3 years, 3 months ago
  76. f0a6dec IVGCVSW-5736 and IVGCVSW-5743 'NonConstWeights: Update front-end and TfLiteDelegate support for FullyConnected Operator' by Sadik Armagan · 3 years, 3 months ago
  77. 3d2b4b2 IVGCVSW-4873 Implement Pimpl Idiom for INetwork and IOptimizedNetwork by Francis Murtagh · 3 years, 4 months ago
  78. 33199c2 IVGCVSW-5675 Implement Pimpl Idiom for IProfiler (lower priority) by Francis Murtagh · 3 years, 4 months ago
  79. 8eae955 IVGCVSW-5717 Update JsonPrinterTestImpl to match latest ACL by David Monahan · 3 years, 5 months ago
  80. a274748 MLCE-347 'REDUCE_MIN, REDUCE_MAX, REDUCE_SUM Support' by Sadik Armagan · 3 years, 5 months ago
  81. d92a6e4 IVGCVSW-4873 Implement Pimpl Idiom for IRuntime by Kevin May · 3 years, 5 months ago
  82. 0c3ea5b backends/reference: Add ReduceSum operation support by Sadik Armagan · 3 years, 5 months ago
  83. 5dc64fe IVGCVSW-5525 Handle Neon optionality on 32 bit linux platforms by Francis Murtagh · 3 years, 5 months ago
  84. 8719d22 IVGCVSW-5595 Fix incorrect padding value for asymmetric quantized type by Narumol Prangnawarat · 3 years, 7 months ago
  85. 060bad5 IVGCVSW-5569 Fix Unittest failure while building using EthosNAcc backend by Narumol Prangnawarat · 3 years, 7 months ago
  86. 58f8ecd IVGCVSW-5093 Remove redundant LogicalUnary functions by James Conroy · 3 years, 7 months ago
  87. 177df1e IVGCVSW-5093 Add NEON Logical workload by James Conroy · 3 years, 8 months ago
  88. 0c95f4c Fix logical vts skip by Narumol Prangnawarat · 3 years, 7 months ago
  89. 9d07e00 MLCE-278 issue with signed-int8 quantized model by Teresa Charlin · 3 years, 8 months ago
  90. aba90cd IVGCVSW-5091 Add Logical ops frontend and ref impl by James Conroy · 3 years, 8 months ago
  91. 265e53e IVGCVSW-5322 Fix segfault between Neon and Cl layers by Narumol Prangnawarat · 3 years, 8 months ago
  92. 3a40ea5 IVGCVSW-5363 Add Unmap layer and Unmap workload by Jim Flynn · 3 years, 9 months ago
  93. 68db06f IVGCVSW-5362 Add Map layer and Map workload by Jim Flynn · 3 years, 9 months ago
  94. 24ac859 IVGCVSW-5334 Remove remaining boost::numeric_cast from armnn by Matthew Sloyan · 3 years, 9 months ago
  95. b17220d Include layer GUID in SerializeToDot output by Rob Hughes · 3 years, 10 months ago
  96. 3a613cc Refactored Optimize(...) function to throw exceptions instead of returning null by Mike Kelly · 3 years, 9 months ago
  97. be727be IVGCVSW-4973 Enable QLstm projection unit tests on CL by Teresa Charlin · 3 years, 9 months ago
  98. 171214c IVGCVSW-5300 Remove some boost::numeric_cast from armnn/backends by Matthew Sloyan · 3 years, 10 months ago
  99. 9e9c7f5 IVGCVSW-5261 Fix undefined reference to GetIdStatic() by David Monahan · 3 years, 10 months ago
  100. ec36d3e IVGCVSW-5256 Use CreateTensorHandle() function from TensorHandleFactory in the tests for layers Q,R & T by Finn Williams · 3 years, 10 months ago