1. 15fcc7e IVGCVSW-6073 Add protected mode to ArmNN CreationOptions by Jan Eilers · 3 years ago
  2. 801e2d5 IVGCVSW-6077 Add the Custom Memory Allocator interface definition by David Monahan · 3 years ago
  3. b49ed18 IVGCVSW-6176 Add support for shape_signature in the tflite parser by Finn Williams · 3 years ago
  4. 9542f90 NNXSW-3081 Move Filesystem.hpp and Threads.hpp to public include by Rob Hughes · 3 years ago
  5. 9021125 Fixed RunTest's TfliteParser with boolean output by Bruno Goncalves · 3 years ago
  6. 2d0eb86 Added comparison operators to TfLiteParser by Bruno Goncalves · 3 years ago
  7. a34c98d Avoid empty test suites by Matthew Bentham · 3 years ago
  8. 18bf43d Fix binding of reference to null pointer in RefFullyConnectedWorkload by Matthew Bentham · 3 years ago
  9. 94df84d Avoid undefined behaviour in NumericCast unit test by Matthew Bentham · 3 years ago
  10. c013bc8 Fix some compile warnings & errors by Rob Hughes · 3 years ago
  11. 1ccb3c3 IVGCVSW-5965: Remove the boost library from Arm NN build files. by Sadik Armagan · 3 years ago
  12. 7af2fd7 Fix Unittest failures in CL Master by Nikhil Raj · 3 years ago
  13. 4d0c7d5 Remove excess trace messages from unit tests by Matthew Bentham · 3 years ago
  14. a369b89 Improve ThrowBackendUnavailableException test by Matthew Bentham · 3 years ago
  15. f2f1082 Fix undefined behaviour in PolymorphicDowncast by Matthew Bentham · 3 years ago
  16. 3ab8548 IVGCVSW-6075 Add ParseExpandDims to TfliteParser by Teresa Charlin · 3 years, 1 month ago
  17. 33f8987 IVGCVSW-6161 ConstTensorsAsInput: Optimizer - Redirect ConstTensor layer members by Matthew Sloyan · 3 years ago
  18. 0d677db IVGCVSW-6114 Create multiple LoadedNetworks from one OptimizedNetwork by Mike Kelly · 3 years ago
  19. 6f24b1a Fix segfault in IsLayerSupportedTests by Matthew Bentham · 3 years ago
  20. b082ed0 IVGCVSW-6027 Add IsConstant flag to TensorInfo by Jan Eilers · 3 years, 2 months ago
  21. 89fd793 Disable Sin support in Neon by Nikhil Raj · 3 years ago
  22. f364d53 IVGCVSW-6062 Rework the async threadpool by Finn Williams · 3 years, 1 month ago
  23. 7a00eaa Remove remaining boost tests by Matthew Sloyan · 3 years ago
  24. 50f7b32 IVGCVSW-6099 Fix BackendsCompatibility tests with only Neon or CL enabled by Finn Williams · 3 years ago
  25. 87b5296 IVGCVSW-5810 Create a skeleton armnnTestUtils library by Matthew Sloyan · 3 years ago
  26. 0176fd8 MLCE-510 Add CpuRef Shape Operator to ArmNN by Keith Davis · 3 years, 1 month ago
  27. 32b6af5 Print Log and Sin Elementwise on dot graph by Teresa Charlin · 3 years ago
  28. 77c92e4 Fix compilation failure in CL Master nightly by Nikhil Raj · 3 years ago
  29. e4f39fd Refactor Network.hpp to be in alphabetical order by Keith Davis · 3 years, 1 month ago
  30. 3ae3f97 MLCE-510 Add CpuRef Shape Operator to ArmNN by Keith Davis · 3 years, 1 month ago
  31. 50de4fa IVGCVSW-6088 Add Sin and Log to ElementWiseUnary by Teresa Charlin · 3 years, 1 month ago
  32. 2ef5801 Fix broken link to Ndk guide in armnn Readme.md by Nikhil Raj · 3 years ago
  33. 53ef795 IVGCVSW-5826 Change weights layout for depthwise to [1,H,W,I*M] by Jan Eilers · 3 years, 1 month ago
  34. 77fe76b IVGCVSW-5835 Move the src/profiling/LabelsAndEventClasses class to profiling/common by Nikhil Raj · 3 years, 1 month ago
  35. 6d666e4 IVGCVSW-6083 Add an advisory FAQ entry about TF lite benchmarking tool. by Colm Donelan · 3 years, 1 month ago
  36. 1625efc IVGCVSW-5963 'Move unit tests to new framework' by Sadik Armagan · 3 years, 1 month ago
  37. 958e0ba Update ACL pin to a5c428a5428d1c7a9d1d03fd198d6a8578b6c12c by Nikhil Raj · 3 years, 1 month ago
  38. b9af86e IVGCVSW-5855 Refactor the reporting of capabilities from backends by Finn Williams · 3 years, 1 month ago
  39. 5b1bcc9 IVGCVSW-5834 Move the IProfilingGuidGenerator and ProfilingGuidGenerator into profiling common by Nikhil Raj · 3 years, 1 month ago
  40. 400c593 COMPMID-4548 Print Elementwise Descriptor on dot graph by Teresa Charlin · 3 years, 1 month ago
  41. 1b1950d Remove duplicated check for Dequantize input type not supported by Teresa Charlin · 3 years, 1 month ago
  42. 6929173 IVGCVSW-6065 Update Debian Packaging for 21.05 by Francis Murtagh · 3 years, 1 month ago
  43. 483c811 IVGCVSW-5962 Remove boost::multi_array by Sadik Armagan · 3 years, 1 month ago
  44. 31f86bf COMPMID-4544 Print Comparison Descriptor on dot graph by Teresa Charlin · 3 years, 1 month ago
  45. 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
  46. b8942bf MLCE-500 Link zlib library to ArmNN by Keith Davis · 3 years, 1 month ago
  47. 41e764c IVGCVSW-6059 Fixing PermutationVector.end() to cope with dimensions < 5 by Colm Donelan · 3 years, 1 month ago
  48. 3982548 IVGCVSW-6061 Add PRELU support to TF Lite delegate by James Conroy · 3 years, 1 month ago
  49. 2548559 IVGCVSW-5781 Ensure Threadpool Memhandles are created after constant layer allocations by Finn Williams · 3 years, 1 month ago
  50. bf99b5f IVGCVSW-6079 Fix circular dependency by Narumol Prangnawarat · 3 years, 1 month ago
  51. f1c7f00 CSAF-235 Small fixes to Arm NN Delegate Image Classificaton Example by Henri Woodcock · 3 years, 1 month ago
  52. 94dd4db IVGCVSW-6009 Enable creating thread pool with 1 thread by Kevin May · 3 years, 1 month ago
  53. b4b3ac9 IVGCVSW-6009 Integrate threadpool into ExNet by Kevin May · 3 years, 1 month ago
  54. 401c1c3 IVGCVSW-6072 NeonReduceWorkloadValidate not declared in IS_MULTI_AXES_REDUCE_SUPPORTED by Matthew Sloyan · 3 years, 1 month ago
  55. 4a4af11 IVGCVSW-3649 Add Prelu with different alpha dimension test to TfLiteParser by Narumol Prangnawarat · 3 years, 1 month ago
  56. bfaee6b IVGCVSW-3649 Add TfLite parser support for Prelu layer by Narumol Prangnawarat · 3 years, 1 month ago
  57. 37c430e IVGCVSW-6069 Add Unit Test for Pad + DepthwiseConv and Pad + Conv by Teresa Charlin · 3 years, 1 month ago
  58. e73eda9 Bugfix: Fix cl_ext.h include path in CL backend by Francis Murtagh · 3 years, 1 month ago
  59. 5786eb7 IVGCVSW-6069 Fold PAD into Depthwise Convolution by Teresa Charlin · 3 years, 1 month ago
  60. cb0f610 Update ACL pin to 13c497a8a9a4aa9353719afe53ccc7db50da74fe by Nikhil Raj · 3 years, 1 month ago
  61. 3b38eed CSAF-235 Arm NN Delegate Image Classificaton Example. by Henri Woodcock · 3 years, 1 month ago
  62. 5fc0fd6 MLCE-418 Reduce layer does not support multiple axes by Matthew Sloyan · 3 years, 2 months ago
  63. 1bed2f4 IVGCVSW-5964 Removing some obsolete Boost references. by Colm Donelan · 3 years, 1 month ago
  64. 5ff15cf IVGCVSW-5964 As part of Boost removal this Windows only code is obsolete. by Colm Donelan · 3 years, 1 month ago
  65. 4cad860 IVGCVSW-6026 Delegate VisitUnpackOperator not supported error by Kevin May · 3 years, 1 month ago
  66. 25ab3a8 IVGCVSW-5964 Removing some remaining boost utility usages from tests. by Colm Donelan · 3 years, 1 month ago
  67. 1d239f5 MLCE-500 Link zlib library to ArmNN by Keith Davis · 3 years, 2 months ago
  68. 3761f82 IVGCVSW-6026 & IVGCVSW-6025 Delegate Unit Test Errors in Console by Kevin May · 3 years, 2 months ago
  69. 88cec32 Github #330 Missing items on installation by Francis Murtagh · 3 years, 2 months ago
  70. df1bc7b IVGCVSW-5722 Update README.md by Narumol Prangnawarat · 3 years, 2 months ago
  71. dcfb8d9 IVGCVSW-5622 Update cross compiling guide with note on the debian versions on host and target by Nikhil Raj · 3 years, 2 months ago
  72. 1c3bb27 IVGCVSW-5908 Update 21.05 Doxygen Documents by mathad01 · 3 years, 2 months ago
  73. 878e0f9 IVGCVSW-5818 Unload network before checking result and improve test by Narumol Prangnawarat · 3 years, 2 months ago
  74. 1e5afee IVGCVSW-6001 Fix CheckProfilingObjectUids test failing on Ubuntu 21.04 by Francis Murtagh · 3 years, 2 months ago
  75. c7bd7e8 IVGCVSW-5970 - Add UNPACK and PACK to delegate documentation by Kevin May · 3 years, 2 months ago
  76. 00c422c IVGCVSW-5939 Fixing broken links in IntegrateDelegateIntoPython.md by Colm Donelan · 3 years, 2 months ago
  77. 01bc02d IVGCVSW-5808 Fix ArmNN backend profiling tests which fail on Jenkins with NPU enabled by Nikhil Raj · 3 years, 2 months ago
  78. ff9a29d IVGCVSW-5818 Add dma buf support for memory import on GPU by Narumol Prangnawarat · 3 years, 2 months ago
  79. 8ab2d7a IVGCVSW-5970 TfLiteDelegate: Add UNPACK operator Support by Kevin May · 3 years, 2 months ago
  80. e5f0b24 IVGCVSW-5818 Enable import on GPU by Narumol Prangnawarat · 3 years, 2 months ago
  81. ae12306 Revert "MLCE-418 Reduce layer does not support multiple axes" by Matthew Sloyan · 3 years, 2 months ago
  82. 67ac7fa IVGCVSW-5418 'ExecuteNetwork test for MobileBERT' by Sadik Armagan · 3 years, 2 months ago
  83. 27dee45 IVGCVSW-5987 Print Reduce Descriptor on dot graph by Teresa Charlin · 3 years, 2 months ago
  84. c6ab02a MLECO-1252 ASR sample application using the public ArmNN C++ API. by Éanna Ó Catháin · 3 years, 3 months ago
  85. e813d67 IVGCVSW-5813 Add Async Queue to IRuntime by Keith Davis · 3 years, 2 months ago
  86. d905dec MLCE-418 Reduce layer does not support multiple axes by Matthew Sloyan · 3 years, 2 months ago
  87. 1f58f03 IVGCVSW-5815 Generalise ConstCpuTensorHandle by James Conroy · 3 years, 2 months ago
  88. a7a12f5 IVGCVSW-5969 TfLiteDelegate: Add PACK operator Support by Matthew Sloyan · 3 years, 2 months ago
  89. cae4568 IVGCVSW-5410 Move ILayerSupport.hpp to backends folder by Francis Murtagh · 3 years, 2 months ago
  90. aab0768 Update ACL pin to branches/arm_compute_21_05 by Teresa Charlin · 3 years, 2 months ago
  91. f7ac72c IVGCVSW-5418 'ExecuteNetwork test for MobileBERT' by Sadik Armagan · 3 years, 2 months ago
  92. a18c708 Update guides with correct version of libprotobuf by Nikhil Raj · 3 years, 2 months ago
  93. f52e9fd IVGCVSW-5418 ExecuteNetwork test for MobileBERT by mathad01 · 3 years, 2 months ago
  94. ea835e7 IVGCVSW-5826 Add per channel tests by Jan Eilers · 3 years, 2 months ago
  95. df9a322 IVGCVSW-5882 Produce warning if bias quantization scale mismatch by mathad01 · 3 years, 2 months ago
  96. e4a41dc IVGCVSW-5727 Implement Import function of ClImportTensorHandle by David Monahan · 3 years, 3 months ago
  97. c21025d IVGCVSW-5882 Turn off Bias when data location equals -1 by mathad01 · 3 years, 2 months ago
  98. df25859 IVGCVSW-5940 Enabling NN Driver dumps results in a driver segfault by Mike Kelly · 3 years, 2 months ago
  99. 73d3e2e IVGCVSW-5819 5820 5821 Add MemorySourceFlags to TensorHandleFactoryRegistry::GetFactory by Francis Murtagh · 3 years, 2 months ago
  100. 4df97eb IVGCVSW-5890 Prevent modification to const layers with multiple connections by Colm Donelan · 3 years, 2 months ago