1. b1aad42 IVGCVSW-6527 Support the new memory API in loaded network by Finn Williams · 2 years, 8 months ago
  2. 2e5d0b2 IVGCVSW-6469 Add MirrorPad FrontEnd and Ref Support by Matthew Sloyan · 2 years, 9 months ago
  3. 5d7b0a3 Add ConstTensorsAsInput support for Conv3d by Matthew Sloyan · 2 years, 9 months ago
  4. e8d7ccb IVGCVSW-6310 Update ICustomAllocator and add GetDefaultAllocator function to backends by Francis Murtagh · 2 years, 9 months ago
  5. b8cc2b9 IVGCVSW-6416 AddFullyConnected API crashes without connected weights/bias layers by Cathal Corbett · 2 years, 9 months ago
  6. 8636bc7 IVGCVSW-6313 Support pre-importing outputs by Finn Williams · 2 years, 9 months ago
  7. 521032f IVGCVSW-6417: Catch AddFullyConnected API error when weights TensorInfo isn't set by Cathal Corbett · 2 years, 9 months ago
  8. b8a26d8 IVGCVSW-6300 'IMemoryOptimizerStrategy Add strategy library and add support in BackendRegistry' by Sadik Armagan · 2 years, 9 months ago
  9. 1b2654f IVGCVSW-5985 Remove deprecated code by Jan Eilers · 2 years, 9 months ago
  10. b63a311 IVGCVSW-6163 Add Conv3d FrontEnd and Ref Implementation by Matthew Sloyan · 2 years, 10 months ago
  11. eb852bb IVGCVSW-6293 Add Unit test int8 Channel Shuffle by Teresa Charlin · 2 years, 9 months ago
  12. 43baf50 IVGCVSW-3716 Add EndToEnd Layer test for Channel Shuffle Workload by Teresa Charlin · 2 years, 9 months ago
  13. 51f6777 IVGCVSW-3705 Add Channel Shuffle Front end and Ref Implementation by Simon Obute · 2 years, 10 months ago
  14. c840263 IVGCVSW-6339 'IMemoryOptimizerStrategy Add backend capabilities' by Sadik Armagan · 2 years, 10 months ago
  15. 4e3e831 IVGCVSW-6262 Add support for Reduce Prod by Teresa Charlin · 2 years, 11 months ago
  16. bd575b2 MLCE-530 Add support of int8 weight for UnidirectionalSequenceLstm by Narumol Prangnawarat · 2 years, 10 months ago
  17. dbf5f31 IVGCVSW-6311 Add the pre-import backend capability by Finn Williams · 2 years, 10 months ago
  18. e5339e7 MLCE-530 Add support for UnidirectionalSequenceLstm to RefWorkload by Narumol Prangnawarat · 3 years ago experimental/daves_custom_allocator_dmabuf
  19. f487486 IVGCVSW-6292 Allow profiling details to be switched off during profiling by Keith Davis · 2 years, 11 months ago
  20. 81beae3 IVGCVSW-6119 ConstTensorsAsInput: FullyConnected by Matthew Sloyan · 3 years ago
  21. 5a64f22 IVGCVSW-5980 Add Descriptor, TensorInfo and Convolution algorithm to JSON by Keith Davis · 2 years, 11 months ago
  22. 554fa09 IVGCVSW-5980 JSON profiling output by Keith Davis · 3 years ago
  23. 96fd98c Fix use of non-standard datatypes by Rob Hughes · 3 years ago
  24. 18bf43d Fix binding of reference to null pointer in RefFullyConnectedWorkload by Matthew Bentham · 3 years ago
  25. c013bc8 Fix some compile warnings & errors by Rob Hughes · 3 years ago
  26. 7a00eaa Remove remaining boost tests by Matthew Sloyan · 3 years ago
  27. 3ae3f97 MLCE-510 Add CpuRef Shape Operator to ArmNN by Keith Davis · 3 years, 1 month ago
  28. 50de4fa IVGCVSW-6088 Add Sin and Log to ElementWiseUnary by Teresa Charlin · 3 years, 1 month ago
  29. 53ef795 IVGCVSW-5826 Change weights layout for depthwise to [1,H,W,I*M] by Jan Eilers · 3 years, 1 month ago
  30. 1625efc IVGCVSW-5963 'Move unit tests to new framework' by Sadik Armagan · 3 years, 1 month ago
  31. b9af86e IVGCVSW-5855 Refactor the reporting of capabilities from backends by Finn Williams · 3 years, 1 month ago
  32. 1b1950d Remove duplicated check for Dequantize input type not supported by Teresa Charlin · 3 years, 1 month ago
  33. 483c811 IVGCVSW-5962 Remove boost::multi_array by Sadik Armagan · 3 years, 1 month ago
  34. 7dcc697 IVGCVSW-5833 Move the ProfilingGuid out of Types.hpp to its own header in profiling common by Nikhil Raj · 3 years, 2 months ago
  35. b4b3ac9 IVGCVSW-6009 Integrate threadpool into ExNet by Kevin May · 3 years, 1 month ago
  36. 1bed2f4 IVGCVSW-5964 Removing some obsolete Boost references. by Colm Donelan · 3 years, 2 months ago
  37. e813d67 IVGCVSW-5813 Add Async Queue to IRuntime by Keith Davis · 3 years, 2 months ago
  38. 1f58f03 IVGCVSW-5815 Generalise ConstCpuTensorHandle by James Conroy · 3 years, 2 months ago
  39. f52e9fd IVGCVSW-5418 ExecuteNetwork test for MobileBERT by mathad01 · 3 years, 2 months ago
  40. a04a9d7 IVGCVSW-5775 'Add Async Support to ExecuteNetwork' by Sadik Armagan · 3 years, 2 months ago
  41. 0109794 IVGCVSW-5843 Separate memory managers for WorkingMemHandles by Finn Williams · 3 years, 2 months ago
  42. 2241d18 IVGCVSW-5416 'Add android-nn-driver support for CAST by Sadik Armagan · 3 years, 2 months ago
  43. 4af5616 IVGCVSW-5816 Constant memory access by Francis Murtagh · 3 years, 2 months ago
  44. b8181f7 IVGCVSW-5787 Add/Update Execute() implementations in RefActivationWorkload by Finn Williams · 3 years, 3 months ago
  45. b392e98 IVGCVSW-5410 Add front-end support for CAST by mathad01 · 3 years, 3 months ago
  46. 1f140f7 MLCE-328 Serializer/Deserializer does not support Signed64 by Mike Kelly · 3 years, 3 months ago
  47. 4422cec Fix graph copy memory spike by Finn Williams · 3 years, 3 months ago
  48. aede8ca IVGCVSW-5783 'Add AsyncExecution Capability' by Sadik Armagan · 3 years, 3 months ago
  49. 386ff1a IVGCVSW-5790 Merge async prototype by Mike Kelly · 3 years, 3 months ago
  50. f0a6dec IVGCVSW-5736 and IVGCVSW-5743 'NonConstWeights: Update front-end and TfLiteDelegate support for FullyConnected Operator' by Sadik Armagan · 3 years, 3 months ago
  51. 0fb4c23 Give unique names to debug layers by Rob Hughes · 3 years, 5 months ago
  52. 3d2b4b2 IVGCVSW-4873 Implement Pimpl Idiom for INetwork and IOptimizedNetwork by Francis Murtagh · 3 years, 5 months ago
  53. 2226ca9 MLCE-347 Bug fixes in Reduce: QueueDescriptor.validate and init REDUCE_MIN by Teresa Charlin · 3 years, 5 months ago
  54. a274748 MLCE-347 'REDUCE_MIN, REDUCE_MAX, REDUCE_SUM Support' by Sadik Armagan · 3 years, 5 months ago
  55. d92a6e4 IVGCVSW-4873 Implement Pimpl Idiom for IRuntime by Kevin May · 3 years, 5 months ago
  56. 0c3ea5b backends/reference: Add ReduceSum operation support by Sadik Armagan · 3 years, 5 months ago
  57. c11ba46 IVGCVSW-4625 Add CL Rank Workload by David Monahan · 3 years, 7 months ago
  58. 8719d22 IVGCVSW-5595 Fix incorrect padding value for asymmetric quantized type by Narumol Prangnawarat · 3 years, 7 months ago
  59. 58f8ecd IVGCVSW-5093 Remove redundant LogicalUnary functions by James Conroy · 3 years, 8 months ago
  60. 0c95f4c Fix logical vts skip by Narumol Prangnawarat · 3 years, 8 months ago
  61. aa41d5d IVGCVSW-5530 'Cannot run SSD Mobilenet f16/uint8 on CpuRef via ExecuteNetwork' by Sadik Armagan · 3 years, 8 months ago
  62. aba90cd IVGCVSW-5091 Add Logical ops frontend and ref impl by James Conroy · 3 years, 8 months ago
  63. df04d23 IVGCVSW-5327 Add to Layer a binary blob to host the activation layer info by Keith Davis · 3 years, 8 months ago
  64. db6e8a9 GitHub#465 Fix NonMaxSuppression by antkillerfarm · 3 years, 9 months ago
  65. f290d88 IVGCVSW-4489 Remove remaining occurrence of boost::format by Matthew Sloyan · 3 years, 9 months ago
  66. 24ac859 IVGCVSW-5334 Remove remaining boost::numeric_cast from armnn by Matthew Sloyan · 3 years, 9 months ago
  67. ea8ce70 IVGCVSW-5325 Fix non-channel per axis quantization by Finn Williams · 3 years, 9 months ago
  68. b9dcfe6 IVGCVSW-5325 Speed up the reference backend by Finn Williams · 3 years, 10 months ago
  69. d4619e2 Add int32 and int64 ArgMax op support by Inki Dae · 3 years, 10 months ago
  70. 171214c IVGCVSW-5300 Remove some boost::numeric_cast from armnn/backends by Matthew Sloyan · 3 years, 10 months ago
  71. 04a7297 IVGCVSW-5157 'Pipe ModelOption through Network::LoadNetwork() to Workload factory' by Sadik Armagan · 3 years, 10 months ago
  72. ec36d3e IVGCVSW-5256 Use CreateTensorHandle() function from TensorHandleFactory in the tests for layers Q,R & T by Finn Williams · 3 years, 10 months ago
  73. 33a626f IVGCVSW-5231 Remove CreateTensorHandle in the test where there is NO_DEPRECATE_WARN by Keith Davis · 3 years, 10 months ago
  74. 826a543 IVGCVSW-5253 Use CreateTensorHandle() function from TensorHandleFactory in the tests for layers M-P by Finn Williams · 3 years, 10 months ago
  75. c43de6a IVGCVSW-5252 Use CreateTensorHandle() function from TensorHandleFactory in the tests for layers between G-L by Finn Williams · 3 years, 10 months ago
  76. f500d6c IVGCVSW-5249 Use CreateTensorHandle from ITensorHandleFactory in the test for all layers between C-D by Keith Davis · 3 years, 10 months ago
  77. 7faf9a8 IVGCVSW-5250 Remove CreateTensorHandle in the test for layers between E-F by Finn Williams · 3 years, 10 months ago
  78. 5e71984 IVGCVSW-5257 'Remove CreateTensorHandle in the test for layers beginning with S' by Sadik Armagan · 3 years, 10 months ago
  79. 56785c7 IVGCVSW-5257 'Remove CreateTensorHandle in the test for layers beginning with S' by Sadik Armagan · 3 years, 10 months ago
  80. 714fe5b IVGCVSW-5257 'Remove CreateTensorHandle in the test for layers beginning with S' by Sadik Armagan · 3 years, 10 months ago
  81. eac4adb Export Armnn cmake by Derek Lamberti · 3 years, 10 months ago
  82. 43528ac IVGCVSW-5251 'Remove CreateTensorHandle for ArgMinMaxTestImpl' by Sadik Armagan · 3 years, 10 months ago
  83. 8702007 IVGCVSW-5250 Remove CreateTensorHandle in the test for layers between E-F by Finn Williams · 3 years, 10 months ago
  84. ab3bd4d IVGCVSW-5109 'Add SupportsInPlaceComputation to TensorHandleFactories' by Sadik Armagan · 3 years, 10 months ago
  85. c83eb25 IVGCVSW-5014 Deprecate CreateTensorHandle from WorkloadFactory by Sadik Armagan · 4 years ago
  86. 9e132f5 IVGCVSW-5216 Remove CreateTensorHandle from Transpose by Teresa Charlin · 3 years, 11 months ago
  87. 623069d IVGCVSW-5218 Remove CreateTensorHandle from DetectionPostProcess and Prelu by Francis Murtagh · 3 years, 11 months ago
  88. fc8978f IVGCVSW-4979 Add GetTensorHandleFactory to WorkloadFactoryHelper(Ref/Ne/Cl) by Teresa Charlin · 4 years ago
  89. 4b10fef IVGCVSW-4712 Fill layer datatype adjustments by Teresa Charlin · 4 years ago
  90. e8ac133 IVGCVSW-5174 Fix i386 Floor and AbsTest by Francis Murtagh · 4 years ago
  91. 2e3f4d2 IVGCVSW-4713 Add EndToEnd test for RANK by Teresa Charlin · 4 years ago
  92. 4408850 IVGCVSW-4712 Add EndToEnd test for FILL by Teresa Charlin · 4 years ago
  93. 686f45c IVGCVSW-4889/IVGCVSW-4890 CL/Neon UnitTests for align_corners & half_pixels by Teresa Charlin · 4 years ago
  94. d656877 IVGCVSW-5010 Add GetCapabilities to ITensorHandleFactory by Narumol Prangnawarat · 4 years ago
  95. 549cb7a IVGCVSW-5078 Fix segmentation fault on Yolo V3 Big App by Narumol Prangnawarat · 4 years ago
  96. aaf9a8f Remove new occurence of boost::polymorphic_downcast by Jan Eilers · 4 years ago
  97. 2605b23 IVGCVSW-4624 Add a RANK Reference Implementation by Finn Williams · 4 years, 1 month ago
  98. 5266473 IVGCVSW-4903 Connect axis parameter in Gather from android to ACL. by Teresa Charlin · 4 years ago
  99. cbd2c23 IVGCVSW-5007 Implement an Int32 reference Elementwise workload by Finn Williams · 4 years ago
  100. 3b90af6 IVGCVSW-5036 Do not allocate memory when import is enabled by Narumol Prangnawarat · 4 years ago