1. 4514228 IVGCVSW-5879 Fix problems with using internal profiling from delegate. by Colm Donelan · 2 years, 9 months ago
  2. ec22ad2 IVGCVSW-6291 Issue parsing profiling layer details by Keith Davis · 2 years, 9 months ago
  3. 615ad6c IVGCVSW-6169 Add GpuAcc Conv3d Workload by Teresa Charlin · 2 years, 8 months ago
  4. ec5f7d1 IVGCVSW-6170 Add CpuAcc Conv3d Workload by Teresa Charlin · 2 years, 9 months ago
  5. e1fdd28 IVGCVSW-6470 Create MemoryStrategyBenchmark by Jim Flynn · 2 years, 8 months ago
  6. ca58839 IVGCVSW-6301 Create the MemoryManager class by Teresa Charlin · 2 years, 9 months ago
  7. e118e04 Bugfix: GCC-11 stringop-overread warning treated as error by Francis Murtagh · 2 years, 9 months ago
  8. 6bb47a7 IVGCVSW-6359 Create a single definition of TContainer by David Monahan · 2 years, 9 months ago
  9. 4692e11 IVGCVSW-6440 Print new Optimize and LoadedNetwork profiling points by Kevin May · 2 years, 9 months ago
  10. fdb27e2 IVGCVSW-6474 Fix calculation of BindingId vector size by Finn Williams · 2 years, 9 months ago
  11. 4b536e3 IVGCVSW-6451 Add support for Reshape when the target shape is dynamic by Narumol Prangnawarat · 2 years, 9 months ago
  12. f437213 Fixed macro redefinition in Half.hpp by Pablo Tello · 2 years, 9 months ago
  13. 5d7b0a3 Add ConstTensorsAsInput support for Conv3d by Matthew Sloyan · 2 years, 9 months ago
  14. e8d7ccb IVGCVSW-6310 Update ICustomAllocator and add GetDefaultAllocator function to backends by Francis Murtagh · 2 years, 9 months ago
  15. 1b11f32 IVGCVSW-6450 Add Support of Models with Dynamic Batch Tensor to ONNX parser by Narumol Prangnawarat · 2 years, 9 months ago
  16. ea0712e IVGCVSW-6474 Fix output validation by Finn Williams · 2 years, 9 months ago
  17. e155bbf Refactor: Profiler moved to Graph by Derek Lamberti · 2 years, 9 months ago
  18. f1e0ad3 Profiling instrumentation throughout the Optimizer by Derek Lamberti · 2 years, 9 months ago
  19. ac00253 Instrument runtime network load by Derek Lamberti · 2 years, 9 months ago
  20. b8cc2b9 IVGCVSW-6416 AddFullyConnected API crashes without connected weights/bias layers by Cathal Corbett · 2 years, 9 months ago
  21. cff135b Revert "Disable Sin support in Neon" by ryan.oshea3 · 2 years, 9 months ago
  22. 13d2e0d Github 581 - Upgrade doctest by Jan Eilers · 2 years, 9 months ago
  23. 1112b01 IVGCVSW-6449 Add GEMM operator support to ONNX parser by Narumol Prangnawarat · 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. 452274c IVGCVSW-6459 Add support of scalar and flexible output datatypes to ONNX parser by Narumol Prangnawarat · 2 years, 10 months ago
  27. 4d217c0 IVGCVSW-6461 Building Arm NN failed after adding Conv3d to TFLiteparser by Matthew Sloyan · 2 years, 9 months ago
  28. eb70c91 Fix compile errors/warnings found on MSVC by Rob Hughes · 2 years, 9 months ago
  29. ca49a24 IVGCVSW-6338 IMemoryOptimizerStrategy Create a wrapper validator strategy by Francis Murtagh · 2 years, 9 months ago
  30. eb5f810 IVGCVSW-6165 Add Support for Conv3d to TfLiteParser by Matthew Sloyan · 2 years, 9 months ago
  31. b8a26d8 IVGCVSW-6300 'IMemoryOptimizerStrategy Add strategy library and add support in BackendRegistry' by Sadik Armagan · 2 years, 9 months ago
  32. bc3bb62 IVGCVSW-6382 Add Concat operator support to ONNX parser by Narumol Prangnawarat · 2 years, 10 months ago
  33. 1b2654f IVGCVSW-5985 Remove deprecated code by Jan Eilers · 2 years, 10 months ago
  34. b63a311 IVGCVSW-6163 Add Conv3d FrontEnd and Ref Implementation by Matthew Sloyan · 2 years, 10 months ago
  35. eb852bb IVGCVSW-6293 Add Unit test int8 Channel Shuffle by Teresa Charlin · 2 years, 9 months ago
  36. d561ac1 Check for GNU-like compiler before appending arguments by Rob Hughes · 2 years, 9 months ago
  37. fe6aa2f IVGCVSW-6382 Add Unsqueeze operator support to ONNX parser by Narumol Prangnawarat · 2 years, 10 months ago
  38. 43baf50 IVGCVSW-3716 Add EndToEnd Layer test for Channel Shuffle Workload by Teresa Charlin · 2 years, 9 months ago
  39. e89dd69 IVGCVSW-3707 Add Channel Shuffle Workload to CpuAcc backend by Teresa Charlin · 2 years, 10 months ago
  40. 1222dbd IVGCVSW-3706 Add Channel Shuffle Workload to GpuAcc backend by Teresa Charlin · 2 years, 10 months ago
  41. 51f6777 IVGCVSW-3705 Add Channel Shuffle Front end and Ref Implementation by Simon Obute · 2 years, 10 months ago
  42. f10b15a IVGCVSW-6382 Add Gather operator support to ONNX parser by Narumol Prangnawarat · 2 years, 10 months ago
  43. fca233e IVGCVSW-6181 patch to allow building against tflite > v2.3 by Jim Flynn · 2 years, 10 months ago
  44. ce083d2 Fix catch by value by Finn Williams · 2 years, 10 months ago
  45. febc20f Fix undefined reinterpret_cast in BFloat16.hpp by Diego Lopez Recas · 2 years, 10 months ago
  46. a3268f1 Revert "IVGCVSW-6181 patch to allow building against tflite > v2.3" by Jim Flynn · 2 years, 10 months ago
  47. cdc495e IVGCVSW-6382 Add Shape operator support to ONNX parser by Narumol Prangnawarat · 2 years, 10 months ago
  48. f106ab7 Add support for Clip with attribute on ONNX parser by Narumol Prangnawarat · 2 years, 10 months ago
  49. 7ba84d6 GitHub #577 slice layer does not handle a size of -1 by Mike Kelly · 2 years, 10 months ago
  50. af97352 IVGCVSW-6331 Fixup include directive in RedirectMembersToConstantInputs by Francis Murtagh · 2 years, 10 months ago
  51. 22f601b Fix incorrect string name for workload construct by Keith Davis · 2 years, 11 months ago
  52. f37b970 IVGCVSW-6312 Support pre-importing inputs by Finn Williams · 2 years, 10 months ago
  53. fc8d434 IVGCVSW-6181 patch to allow building against tflite > v2.3 by Jim Flynn · 2 years, 10 months ago
  54. 932cf3f IVGCVSW-6298 'IMemoryOptimizerStrategy Add declarations and constant layer strategy' by Sadik Armagan · 2 years, 10 months ago
  55. c840263 IVGCVSW-6339 'IMemoryOptimizerStrategy Add backend capabilities' by Sadik Armagan · 2 years, 10 months ago
  56. 6e33041 IVGCVSW-4578 Initialise m_PacketDataLength in constructor for SendTimelinePacket by Jim Flynn · 2 years, 10 months ago
  57. 4e3e831 IVGCVSW-6262 Add support for Reduce Prod by Teresa Charlin · 3 years ago
  58. 14bef9f IVGCVSW-6344 Remove definition of CapabilityTestHelper if no backends are enabled by Finn Williams · 2 years, 10 months ago
  59. 31dce2b IVGCVSW-6294 Added support for LRN to TfLiteParser by Mike Kelly · 2 years, 10 months ago
  60. bd575b2 MLCE-530 Add support of int8 weight for UnidirectionalSequenceLstm by Narumol Prangnawarat · 2 years, 10 months ago
  61. dbf5f31 IVGCVSW-6311 Add the pre-import backend capability by Finn Williams · 2 years, 10 months ago
  62. 4e62750 IVGCVSW-6216 PCA: Documentation Updates by David Monahan · 2 years, 11 months ago
  63. 0c0019c IVGCVSW-6294 Detect and remove extraneous fp16 conversion layers by Jan Eilers · 2 years, 11 months ago
  64. 4914d0c IVGCVSW-6249 Add ProfilingDetails Macros to all workloads in Ref, Neon, CL by Keith Davis · 2 years, 11 months ago
  65. 080d5b7 IVGCVSW-6119: Restore FullyConnectedDescriptor::GetNumViews for backward compatibility by Francis Murtagh · 2 years, 11 months ago
  66. 380c1a0 IVGCVSW-6317 Cleaning up BackendRegistry following negative tests. by Colm Donelan · 2 years, 11 months ago
  67. b80eaff Bugfix: Only run ClCustomAllocatorCpuAccNegativeTest if Neon Enabled by Francis Murtagh · 2 years, 11 months ago
  68. 9db96e0 IVGCVSW-6076 PCA: Add support for Importing Protected DMA buffers by Francis Murtagh · 2 years, 11 months ago
  69. 9f23711 IVGCVSW-6291 'Issue parsing profiling layer details' by Sadik Armagan · 2 years, 11 months ago
  70. 80211a4 Fixed logic error. by Mike Kelly · 2 years, 11 months ago
  71. e9b1230 IVGCVSW-6078 Add support for Dma_buf CustomMemoryAllocator by David Monahan · 2 years, 11 months ago
  72. 62573b6 IVGCVSW-6077 Add Custom Allocator tests by Francis Murtagh · 2 years, 11 months ago
  73. 293de18 IVGCVSW-6297 'Issue with Profiling output' by Sadik Armagan · 2 years, 11 months ago
  74. 75b981d IVGCVSW-6087 Add an Assertion check to make sure we aren't given null allocators by David Monahan · 2 years, 11 months ago
  75. e5339e7 MLCE-530 Add support for UnidirectionalSequenceLstm to RefWorkload by Narumol Prangnawarat · 3 years ago experimental/daves_custom_allocator_dmabuf
  76. c1c872f Adds CustomAllocator interface and Sample App by Jan Eilers · 3 years ago
  77. f487486 IVGCVSW-6292 Allow profiling details to be switched off during profiling by Keith Davis · 2 years, 11 months ago
  78. bcd860a IVGCVSW-6249 Add ProfilingDetails Macros to all workloads in CL by Keith Davis · 3 years ago
  79. 2d0679f IVGCVSW-6249 Add ProfilingDetails Macros to all workloads in Neon by Keith Davis · 3 years ago
  80. d218d98 IVGCVSW-6289 Separate tensor shape inference and validation calls by Finn Williams · 2 years, 11 months ago
  81. b20d1d4 IVGCVSW-6119 ConstTensorsAsInput: FullyConnected Bug Fix by Matthew Sloyan · 2 years, 11 months ago
  82. d812a31 Replace use of non-standard variable length arrays by Rob Hughes · 2 years, 11 months ago
  83. 84e025a Infer tensor shapes before graph optimization by Finn Williams · 3 years ago
  84. 81beae3 IVGCVSW-6119 ConstTensorsAsInput: FullyConnected by Matthew Sloyan · 3 years ago
  85. 95e9efc IVGCVSW-6258 'Unittest failures' by Sadik Armagan · 3 years ago
  86. be2ce55 Fix for gcc 9.3.0 compiler warning by Jim Flynn · 3 years ago
  87. 5a64f22 IVGCVSW-5980 Add Descriptor, TensorInfo and Convolution algorithm to JSON by Keith Davis · 3 years ago
  88. 8c999df Fixed bugs in PreCompiledLayer by Mike Kelly · 3 years ago
  89. 554fa09 IVGCVSW-5980 JSON profiling output by Keith Davis · 3 years ago
  90. 96fd98c Fix use of non-standard datatypes by Rob Hughes · 3 years ago
  91. a0162e1 MLCE-530 Add Serializer and Deserializer for UnidirectionalSequenceLstm by Narumol Prangnawarat · 3 years ago
  92. f5d5e6c IVGCVSW-6011 Update Mali to r30p0 on debian hikeys by Francis Murtagh · 3 years ago
  93. da245eb IVGCVSW-5966 'Update all the documentation' by Sadik Armagan · 3 years ago
  94. 8ed39ae MLCE-530 Add front end support for UnidirectionalSequenceLstm on ArmNN by Narumol Prangnawarat · 3 years ago
  95. 15fcc7e IVGCVSW-6073 Add protected mode to ArmNN CreationOptions by Jan Eilers · 3 years ago
  96. b49ed18 IVGCVSW-6176 Add support for shape_signature in the tflite parser by Finn Williams · 3 years ago
  97. 9542f90 NNXSW-3081 Move Filesystem.hpp and Threads.hpp to public include by Rob Hughes · 3 years ago
  98. 9021125 Fixed RunTest's TfliteParser with boolean output by Bruno Goncalves · 3 years ago
  99. 2d0eb86 Added comparison operators to TfLiteParser by Bruno Goncalves · 3 years ago
  100. a34c98d Avoid empty test suites by Matthew Bentham · 3 years ago