1. e118e04 Bugfix: GCC-11 stringop-overread warning treated as error by Francis Murtagh · 2 years, 8 months ago
  2. 6bb47a7 IVGCVSW-6359 Create a single definition of TContainer by David Monahan · 2 years, 8 months ago
  3. 81ec994 IVGCVSW-6166 Add Support for Conv3d to TFLite Delegate by Matthew Sloyan · 2 years, 9 months ago
  4. 4692e11 IVGCVSW-6440 Print new Optimize and LoadedNetwork profiling points by Kevin May · 2 years, 8 months ago
  5. 7cf1910 Update ACL pin to 5601eb1b38a01424578876b466a0a11d44ca40f1 by Nikhil Raj · 2 years, 8 months ago
  6. 446814b IVGCVSW-6237 Assess documentation impact and update relevant places by Keith Davis · 2 years, 8 months ago
  7. fdb27e2 IVGCVSW-6474 Fix calculation of BindingId vector size by Finn Williams · 2 years, 8 months ago
  8. 4b536e3 IVGCVSW-6451 Add support for Reshape when the target shape is dynamic by Narumol Prangnawarat · 2 years, 8 months ago
  9. f437213 Fixed macro redefinition in Half.hpp by Pablo Tello · 2 years, 8 months ago
  10. 40a668c Update ACL pin to 7a8cf1707e45ea011e0db5c0b3091c381ccd387f by Nikhil Raj · 2 years, 8 months ago
  11. 5d7b0a3 Add ConstTensorsAsInput support for Conv3d by Matthew Sloyan · 2 years, 8 months ago
  12. 7301078 MLECO-2488: added model optimization options and updated OptimizerOptions constructor. by alexander · 2 years, 8 months ago
  13. e8d7ccb IVGCVSW-6310 Update ICustomAllocator and add GetDefaultAllocator function to backends by Francis Murtagh · 2 years, 9 months ago
  14. fc7c2f3 Update ACL pin to 5dda2177800009b24e31550ed849b1ef3fca6167 by Nikhil Raj · 2 years, 8 months ago
  15. 3cff15a IVGCVSW-5879 Pass the execute network parameters to the TfLiteDelegate. by Colm Donelan · 2 years, 9 months ago
  16. b4128b4 Update ACL pin to 6d9c982a5aec543d1f7f198f0fee10a7a3a78ddb by Nikhil Raj · 2 years, 8 months ago
  17. 1b11f32 IVGCVSW-6450 Add Support of Models with Dynamic Batch Tensor to ONNX parser by Narumol Prangnawarat · 2 years, 9 months ago
  18. ea0712e IVGCVSW-6474 Fix output validation by Finn Williams · 2 years, 9 months ago
  19. e155bbf Refactor: Profiler moved to Graph by Derek Lamberti · 2 years, 9 months ago
  20. 827e4bf Profile optimizer in Delegate by Derek Lamberti · 2 years, 9 months ago
  21. f1e0ad3 Profiling instrumentation throughout the Optimizer by Derek Lamberti · 2 years, 9 months ago
  22. ac00253 Instrument runtime network load by Derek Lamberti · 2 years, 9 months ago
  23. 44c4c98 Profile optimizer in ExecuteNetwork by Derek Lamberti · 2 years, 9 months ago
  24. b8cc2b9 IVGCVSW-6416 AddFullyConnected API crashes without connected weights/bias layers by Cathal Corbett · 2 years, 9 months ago
  25. 4ec6d42 Fix "error: no match for ‘operator+’" in GatordMockTests by Teresa Charlin Reyes · 2 years, 9 months ago
  26. cff135b Revert "Disable Sin support in Neon" by ryan.oshea3 · 2 years, 9 months ago
  27. b87f544 IVGCVSW-6314 Pre-Importing - Create example app by Francis Murtagh · 2 years, 9 months ago
  28. 13d2e0d Github 581 - Upgrade doctest by Jan Eilers · 2 years, 9 months ago
  29. 26f64fe Update ACL pin to 0d11b70fbfa95431dacd7dce02403cf90bc688d5 by Nikhil Raj · 2 years, 9 months ago
  30. 3e32a87 IVGCVSW-5752 Add missing runtime parameters to TfLite delegate. by Colm Donelan · 2 years, 9 months ago
  31. 1112b01 IVGCVSW-6449 Add GEMM operator support to ONNX parser by Narumol Prangnawarat · 2 years, 9 months ago
  32. 8636bc7 IVGCVSW-6313 Support pre-importing outputs by Finn Williams · 2 years, 9 months ago
  33. 521032f IVGCVSW-6417: Catch AddFullyConnected API error when weights TensorInfo isn't set by Cathal Corbett · 2 years, 9 months ago
  34. 723bc3b Update ACL pin to c9fe9fc3fc8c58a9d724776f75831ab35f07b253 by Nikhil Raj · 2 years, 9 months ago
  35. 452274c IVGCVSW-6459 Add support of scalar and flexible output datatypes to ONNX parser by Narumol Prangnawarat · 2 years, 9 months ago
  36. 4d217c0 IVGCVSW-6461 Building Arm NN failed after adding Conv3d to TFLiteparser by Matthew Sloyan · 2 years, 9 months ago
  37. eb70c91 Fix compile errors/warnings found on MSVC by Rob Hughes · 2 years, 9 months ago
  38. ca49a24 IVGCVSW-6338 IMemoryOptimizerStrategy Create a wrapper validator strategy by Francis Murtagh · 2 years, 9 months ago
  39. eb5f810 IVGCVSW-6165 Add Support for Conv3d to TfLiteParser by Matthew Sloyan · 2 years, 9 months ago
  40. b8a26d8 IVGCVSW-6300 'IMemoryOptimizerStrategy Add strategy library and add support in BackendRegistry' by Sadik Armagan · 2 years, 9 months ago
  41. bc3bb62 IVGCVSW-6382 Add Concat operator support to ONNX parser by Narumol Prangnawarat · 2 years, 9 months ago
  42. 1b2654f IVGCVSW-5985 Remove deprecated code by Jan Eilers · 2 years, 9 months ago
  43. b63a311 IVGCVSW-6163 Add Conv3d FrontEnd and Ref Implementation by Matthew Sloyan · 2 years, 10 months ago
  44. eb852bb IVGCVSW-6293 Add Unit test int8 Channel Shuffle by Teresa Charlin · 2 years, 9 months ago
  45. d561ac1 Check for GNU-like compiler before appending arguments by Rob Hughes · 2 years, 9 months ago
  46. 5166ab3 Update ACL to 63e0beb9fb9646407d123e830165546e9129e95d by Nikhil Raj · 2 years, 9 months ago
  47. fe6aa2f IVGCVSW-6382 Add Unsqueeze operator support to ONNX parser by Narumol Prangnawarat · 2 years, 9 months ago
  48. cd20385 IVGCVSW-6293 Add Channel Shuffle to documentation by Teresa Charlin · 2 years, 9 months ago
  49. 43baf50 IVGCVSW-3716 Add EndToEnd Layer test for Channel Shuffle Workload by Teresa Charlin · 2 years, 9 months ago
  50. 9a701c8 IVGCVSW-6160 Support building tensorflowlite 2.5 through cmake by Keith Davis · 2 years, 9 months ago
  51. e89dd69 IVGCVSW-3707 Add Channel Shuffle Workload to CpuAcc backend by Teresa Charlin · 2 years, 10 months ago
  52. 656f9d9 Update ACL pin to 2e53f17f4f3c9179455c05d49a47a236067e00c0 by Nikhil Raj · 2 years, 9 months ago
  53. 1222dbd IVGCVSW-3706 Add Channel Shuffle Workload to GpuAcc backend by Teresa Charlin · 2 years, 10 months ago
  54. ef72938 Update ACL pin to a71711008dad9a786a66dcd734b19cb102d65ec5 by Nikhil Raj · 2 years, 9 months ago
  55. 51f6777 IVGCVSW-3705 Add Channel Shuffle Front end and Ref Implementation by Simon Obute · 2 years, 10 months ago
  56. f10b15a IVGCVSW-6382 Add Gather operator support to ONNX parser by Narumol Prangnawarat · 2 years, 9 months ago
  57. 4fcc863 Update ACL pin to 93d6cf0028aea111f624b320027576a26354e998 by Nikhil Raj · 2 years, 9 months ago
  58. fca233e IVGCVSW-6181 patch to allow building against tflite > v2.3 by Jim Flynn · 2 years, 9 months ago
  59. ce083d2 Fix catch by value by Finn Williams · 2 years, 9 months ago
  60. febc20f Fix undefined reinterpret_cast in BFloat16.hpp by Diego Lopez Recas · 2 years, 9 months ago
  61. fb50a17 IVGCVSW-6331 Update documentation for Debian Packages by Francis Murtagh · 2 years, 9 months ago
  62. d62eef9 IVGCVSW-6232 Integrate static library libtensorflow-lite.a with ArmNN by Keith Davis · 2 years, 9 months ago
  63. c316c98 Fix compile error in TransformIterator by Rob Hughes · 2 years, 9 months ago
  64. a3268f1 Revert "IVGCVSW-6181 patch to allow building against tflite > v2.3" by Jim Flynn · 2 years, 9 months ago
  65. cdc495e IVGCVSW-6382 Add Shape operator support to ONNX parser by Narumol Prangnawarat · 2 years, 9 months ago
  66. f106ab7 Add support for Clip with attribute on ONNX parser by Narumol Prangnawarat · 2 years, 9 months ago
  67. 7ba84d6 GitHub #577 slice layer does not handle a size of -1 by Mike Kelly · 2 years, 10 months ago
  68. 32b7870 IVGCVSW-6262 Add Reduce Prod to documentation by Teresa Charlin · 2 years, 10 months ago
  69. 3d62614 IVGCVSW-6296 Add -Wno-psabi to GCC flags by Finn Williams · 2 years, 11 months ago
  70. af97352 IVGCVSW-6331 Fixup include directive in RedirectMembersToConstantInputs by Francis Murtagh · 2 years, 10 months ago
  71. 22f601b Fix incorrect string name for workload construct by Keith Davis · 2 years, 10 months ago
  72. f37b970 IVGCVSW-6312 Support pre-importing inputs by Finn Williams · 2 years, 10 months ago
  73. fc8d434 IVGCVSW-6181 patch to allow building against tflite > v2.3 by Jim Flynn · 2 years, 10 months ago
  74. 932cf3f IVGCVSW-6298 'IMemoryOptimizerStrategy Add declarations and constant layer strategy' by Sadik Armagan · 2 years, 10 months ago
  75. b89dfe7 IVGCVSW-6369 Fix ExecuteNetwork output failure by Jan Eilers · 2 years, 10 months ago
  76. c840263 IVGCVSW-6339 'IMemoryOptimizerStrategy Add backend capabilities' by Sadik Armagan · 2 years, 10 months ago
  77. 284b5d1 Add 'do-not-print-output' option to ExNet by Jan Eilers · 2 years, 10 months ago
  78. 65d5d2d MLECO-2207 Fix issue with the PyArmNN OD example, for FP32 models. by Éanna Ó Catháin · 2 years, 10 months ago
  79. e38c418 Add sample app for asynchronous execution by Jan Eilers · 2 years, 10 months ago
  80. 6e33041 IVGCVSW-4578 Initialise m_PacketDataLength in constructor for SendTimelinePacket by Jim Flynn · 2 years, 10 months ago
  81. 4e3e831 IVGCVSW-6262 Add support for Reduce Prod by Teresa Charlin · 2 years, 11 months ago
  82. 14bef9f IVGCVSW-6344 Remove definition of CapabilityTestHelper if no backends are enabled by Finn Williams · 2 years, 10 months ago
  83. 5f3dc25 MLCE-401 Added helpers to query backend type by Pablo Tello · 2 years, 10 months ago
  84. 31dce2b IVGCVSW-6294 Added support for LRN to TfLiteParser by Mike Kelly · 2 years, 10 months ago
  85. 00e9ebf GitHub #572 ExecuteNetwork Segfault for TFLite Delegate by Mike Kelly · 2 years, 10 months ago
  86. bd575b2 MLCE-530 Add support of int8 weight for UnidirectionalSequenceLstm by Narumol Prangnawarat · 2 years, 10 months ago
  87. 7684b18 MLCE-530 Add support for UnidirectionalSequenceLstm to armnn delegate by Narumol Prangnawarat · 2 years, 11 months ago
  88. b338fb0 Update ACL pin to 7891a73ef36f4ad7b71069b3c57694f85bb79454 by Nikhil Raj · 2 years, 10 months ago
  89. dbf5f31 IVGCVSW-6311 Add the pre-import backend capability by Finn Williams · 2 years, 10 months ago
  90. 4e62750 IVGCVSW-6216 PCA: Documentation Updates by David Monahan · 2 years, 10 months ago
  91. caf5257 Update Arm NN FAQ with intermittent error information by Nikhil Raj · 2 years, 10 months ago
  92. 0c0019c IVGCVSW-6294 Detect and remove extraneous fp16 conversion layers by Jan Eilers · 2 years, 10 months ago
  93. 3309c33 Make samples visible in doxygen by Jan Eilers · 2 years, 10 months ago
  94. 4914d0c IVGCVSW-6249 Add ProfilingDetails Macros to all workloads in Ref, Neon, CL by Keith Davis · 2 years, 10 months ago
  95. e369dbd IVGCVSW-5924 Update TfLiteParser and TfLiteDelegate documentation by Matthew Sloyan · 2 years, 10 months ago
  96. 5ed3bc5 Updating get_compute_library.sh to handle ACL release branches. by Colm Donelan · 2 years, 10 months ago
  97. 988af10 IVGCVSW-6179 Deprecate ILayerVisitor by Francis Murtagh · 2 years, 10 months ago
  98. 7293066 IVGCVSW-6073 Return Backend API Version to 1.0 by Francis Murtagh · 2 years, 10 months ago
  99. 080d5b7 IVGCVSW-6119: Restore FullyConnectedDescriptor::GetNumViews for backward compatibility by Francis Murtagh · 2 years, 10 months ago
  100. 380c1a0 IVGCVSW-6317 Cleaning up BackendRegistry following negative tests. by Colm Donelan · 2 years, 10 months ago