1. 8ab53f0 IVGCVSW-3625 Updated ACL pin to the 19.08 release branch by Sadik Armagan · 4 years, 11 months ago
  2. c3c5fc2 IVGCVSW-3620 Fix Hal 1.2 Softmax test failures on GpuAcc and CpuAcc by Colm Donelan · 4 years, 11 months ago
  3. dba634f IVGCVSW-3639 Add 5d tensor support by Matthew Jackson · 4 years, 11 months ago
  4. 11f99b4 IVGCVSW-3425 Create the Command Handler Functor base class by Francis Murtagh · 4 years, 11 months ago
  5. bc62605 IVGCVSW-3415 Create the Packet Class by Nikhil Raj · 4 years, 11 months ago
  6. 4e3e818 IVGCVSW-3622 Add Neon TensorHandleFactory by Narumol Prangnawarat · 4 years, 11 months ago
  7. 4992c34 IVGCVSW-3633 Fixed possible driver crash by Mike Kelly · 4 years, 11 months ago
  8. 9752010 IVGCVSW-3636 Fix Graph and WorkloaData to support backend Import functionality by Ferran Balaguer · 4 years, 11 months ago
  9. 4f77ac2 MLCE-126 Delete unused Protobuf header import by James Conroy · 4 years, 11 months ago
  10. 0558ca4 IVGCVSW-3610 Remove unused leftover variable from TransposeConvolution2dImpl by Aron Virginas-Tar · 4 years, 11 months ago
  11. bb590b4 IVGCVSW-3474 Refactor Lstm and QuantizedLstm Param Getters by Francis Murtagh · 4 years, 11 months ago
  12. d65cb80 IVGCVSW-3546 Extend the backend docs by Matteo Martincigh · 4 years, 11 months ago
  13. 1f7db45 IVGCVSW-3416 Create Command Handler Key class by Francis Murtagh · 4 years, 11 months ago
  14. 566e4ad IVGCVSW-3635 Remove temporary check from RefLayerSupport::IsTransposeConvolution2dSupported() by Aron Virginas-Tar · 4 years, 11 months ago
  15. d8edabb IVGCVSW-3616 Add multi-channel unit test for TransposeConvolution2d by Aron Virginas-Tar · 4 years, 11 months ago
  16. a24d9c7 IVGCVSW-3615 Update Transpose Convolution algorithm by Mike Kelly · 4 years, 11 months ago
  17. 68db21f IVGCVSW-3620 Fix VTS CpuRef failures by Sadik Armagan · 4 years, 11 months ago
  18. 11bd261 IVGCVSW-3607 Add CreateWorkloadFactory with TensorHandleFactoryRegistry by Narumol Prangnawarat · 4 years, 11 months ago
  19. f97a5de IVGCVSW-3541 Treat an empty list of backend paths as a special case by Matteo Martincigh · 4 years, 11 months ago
  20. 4e73b42 IVGCVSW-3546 Create a reference dynamic backend to use for testing and as by Matteo Martincigh · 4 years, 11 months ago
  21. 1fa1919 IVGCVSW-3598 Add Neon backend support for Strided_Slice by FinnWilliamsArm · 5 years ago
  22. b3fc252 IVGCVSW-3474 Add end to end tests for Quantized_LSTM by Francis Murtagh · 4 years, 11 months ago
  23. 6b4dfc2 IVGCVSW-3603 *Json printer prints full profiling hierarchy by Derek Lamberti · 4 years, 11 months ago
  24. 3d8a9ed IVGCVSW-3597 Add complete test suite for the dynamic backends by Matteo Martincigh · 4 years, 11 months ago
  25. 0c2b289 IVGCVSW-3596 Register the dynamic backends in the BackendRegistry by Matteo Martincigh · 5 years ago
  26. e54aa06 IVGCVSW-3595 Implement the LoadDynamicBackends function in the Runtime class by Matteo Martincigh · 5 years ago
  27. 5488cfa IVGCVSW-3608 Fix Neon depthwise convolution 5x5 failure by Matthew Jackson · 5 years ago
  28. 3c4eb35 IVGCVSW-3614 Remove limitation of axis=1 support for Softmax in Cl and Neon by Narumol Prangnawarat · 5 years ago
  29. c2291fc GitHub #240 Fix bias shape in CreatePreCompiledWorkloadTest() by Aron Virginas-Tar · 5 years ago
  30. ff9cb79 IVGCVSW-3600 Update the docs with the naming convention for dynamic by Matteo Martincigh · 5 years ago
  31. 0493a7b IVGCVSW-3612 Update the docs to include description of dynamic by Matteo Martincigh · 5 years ago
  32. 4a539fc IVGCVSW-3599 Create the GetSharedObjects method in DynamicBackendUtils by Jan Eilers · 5 years ago
  33. e7d4498 IVGCVSW-3541 Get the paths where to load the dynamic backends from by Matteo Martincigh · 5 years ago
  34. 4fc3c48 IVGCVSW-3341 Add Neon backend support for Quantized_LSTM (16bit cell state) by Francis Murtagh · 5 years ago
  35. f0a0a9e IVGCVSW-3541 Change the makefiles to generate the necessary test files by Matteo Martincigh · 5 years ago
  36. f674aa0 IVGCVSW-3277 Mem export/import suppor for Tensors by Derek Lamberti · 5 years ago
  37. 737d9ff IVGCVSW-3342 Add CL backend support for Quantized_LSTM (16bit cell state) by Ferran Balaguer · 5 years ago
  38. 651aafe IVGCVSW-3611 Report TransposeConvolution2d as unsupported on CpuRef when channel multiplier != 1 by Aron Virginas-Tar · 5 years ago
  39. 198ee40 IVGCVSW-3609 Fix decoding and encoding of INT32 tensors by Aron Virginas-Tar · 5 years ago
  40. d0dc770 IVGCVSW-3561 Fix the linker issues of the test shared objects in by Matteo Martincigh · 5 years ago
  41. ae7b832 IVGCVSW-3604 Fix channel shape calculation in TransposeConvolution2dLayer::InferOutputShapes by Narumol Prangnawarat · 5 years ago
  42. 87f65ea IVGCVSW-3539 Add Neon support and tests for Stack by Matthew Jackson · 5 years ago
  43. 9c3cae8 IVGCVSW-3470 Add Quantized_LSTM tests by James Conroy · 5 years ago
  44. 61c6da2 IVGCVSW-3577 Update ACL pin to include NEON convolution output multiplier fix by Aron Virginas-Tar · 5 years ago
  45. 1da0236 IVGCVSW-3571 Fix VTS Test Skips by Mike Kelly · 5 years ago
  46. d516610 IVGCVSW-3539 Add CL support and tests for Stack by Matthew Jackson · 5 years ago
  47. 2208b60 IVGCVSW-3571 Add Gpu backend to CI tests for Android Q by Sadik Armagan · 5 years ago
  48. a77d80e IVGCVSW-3561 Use absolute path of unit tests by Matteo Martincigh · 5 years ago
  49. 0cf01dc IVGCVSW-3581 Fix AddCopyLayers and associated tests by Matthew Bentham · 5 years ago
  50. bc2e210 IVGCVSW-3561 Test the DynamicBackend class by Matteo Martincigh · 5 years ago
  51. 986c186 IVGCVSW-3555 Add unit tests for the dynamic backend utility functions by Matteo Martincigh · 5 years ago
  52. 1a81630 IVGCVSW-3592 Add Support for Quantize to HAL 1.2 Driver by Sadik Armagan · 5 years ago
  53. 5b01a89 IVGCVSW-3471 Add Serialization support for Quantized_LSTM by Jan Eilers · 5 years ago
  54. 61e71aa IVGCVSW-3574 Update the docs with the backend versioning info by Matteo Martincigh · 5 years ago
  55. 2e7f6ad IVGCVSW-3556 Create the DynamicBackend class by Matteo Martincigh · 5 years ago
  56. b38ed40 MLCE-130: Enabled optimized path for DepthwiseConv 5x5 by Pablo Tello · 5 years ago
  57. 3b93835 IVGCVSW-3554 Update workloads to pass Softmax Axis Parameter to Backends by Francis Murtagh · 5 years ago
  58. 82b15ed IVGCVSW-3537 Add support for L2 Normalization with < 4 dimensional tensors by Matthew Jackson · 5 years ago
  59. 9910792 IVGCVSW-3368 Add Neon and CL unit tests for depth multiplier = 64 by Matthew Jackson · 5 years ago
  60. e30c16e IVGCVSW-3566 Fix LSTM with normalization and Cifg WorkloadFactory by Ferran Balaguer · 5 years ago
  61. 23700bb Fix ModelAccuracyTool and ImageTensorGenerator's command line option typo by SiCong Li · 5 years ago
  62. ac60d28 IVGCVSW-3543 Implement the backend versioning algorithm by Matteo Martincigh · 5 years ago
  63. b19d2e9 IVGCVSW-3555 Fix string formatting in DynamicBackendUtils by Matteo Martincigh · 5 years ago
  64. 0a08ec6 IVGCVSW-3521 CpuAcc V1.2 pad Failures by Mike Kelly · 5 years ago
  65. d73cecb IVGCVSW-3563 + IVGCVSW-3555 Create new utility functions for dynamic backends by Matteo Martincigh · 5 years ago
  66. ee18dc8 IVGCVSW-3469 Add front end for Quantized LSTM layer by James Conroy · 5 years ago
  67. 7b18452 IVGCVSW-3476 Add InferOutputShapes unit tests for convolution workloads by Teresa Charlin · 5 years ago
  68. 9e10c2b Fix various uses of non-standard C++: by Rob Hughes · 5 years ago
  69. b0f1dd7 Add DLL copy commands for armnnTfLiteParser.dll by Rob Hughes · 5 years ago
  70. 65c3226 NNXSW-1697 Remove use of SubgraphView that may become invalid. by Rob Hughes · 5 years ago
  71. 588973f Fix and clean up ImageTensorGenerator by SiCong Li · 5 years ago
  72. f8c6297 IVGCVSW-3526 Add layer norm support for lstm serialization by Jan Eilers · 5 years ago
  73. 07f2121 IVGCVSW-3536 Add Axis parameter to reference Softmax implementation by Francis Murtagh · 5 years ago
  74. 6f3785d IVGCVSW-3548 Use BuildArmComputePadStrideInfo() in CL and NEON convolution workloads by Aron Virginas-Tar · 5 years ago
  75. aab709b Github #229 Remove unused include by Mike Kelly · 5 years ago
  76. d6a9dee IVGCVSW-3368 Add reference support for depthwise multiplier > 3 by Matthew Jackson · 5 years ago
  77. 28c9457 IVGCVSW-3383 - Add TfLite Parser support for L2 Normalization layer by Matthew Jackson · 5 years ago
  78. 84062b7 IVGCVSW-3311 Refactor Validate() methods in WorkloadData.cpp by Aron Virginas-Tar · 5 years ago
  79. 1c8adac IVGCVSW-3481 Add End to End test for Prelu in the Neon backend by Nikhil Raj · 5 years ago
  80. 2ec73ac IVGCVSW-3480 Add End to End test for Prelu in the CL backend by Nikhil Raj · 5 years ago
  81. 747f586 IVGCVSW-3479 Add End to End test for Prelu by Nikhil Raj · 5 years ago
  82. 598950d IVGCVSW-3453 Fix VTS quant_output_multiplier_gt_1 test failures by FinnWilliamsArm · 5 years ago
  83. 37e6868 IVGCVSW-3297 Add Neon backend support for ResizeNearestNeighbour by Ellen Norris-Thompson · 5 years ago
  84. bcca1f4 IVGCVSW-3423 Add TfLite parser support for Stack (Pack) layer by Matthew Jackson · 5 years ago
  85. 81e601c IVGCVSW-3419 Add reference workload support for the new Stack layer by Matthew Jackson · 5 years ago
  86. 01bfd17 Remove unnecessary include from ClResizeWorkload.cpp by Aron Virginas-Tar · 5 years ago
  87. 90bb7ab MLCE-103 Clean up ModelAccuracyTool and ImageTensorGenerator by SiCong Li · 5 years ago
  88. f54c946 IVGCVSW-3478 Refactor armnn to make new Lstm parameters available in android-nn-driver through ILayerSupport.h by Ferran Balaguer · 5 years ago
  89. b5433ee IVGCVSW-3420 Add Serialization support for the new Stack layer by Matthew Jackson · 5 years ago
  90. 15a9a8f IVGCVSW-3513 Update CL pin that fixes impl_base.hpp not found issue by Nikhil Raj · 5 years ago
  91. b6a9ecc IVGCVSW-3519 Refactor TransposeConvolution2dWorkload for CL backed by Nikhil Raj · 5 years ago
  92. 97fb2de Github #226 Use correct paths returned by FindBoost.cmake by Matthew Bentham · 5 years ago
  93. 0bf6b23 IVGCVSW-3495 Refactor names of convolution2d unit tests by Jan Eilers · 5 years ago
  94. 898a324 MLCE-103 Add necessary enhancements to ModelAccuracyTool by SiCong Li · 5 years ago
  95. 454d1f5 IVGCVSW-3421 Add Quantizer support for the new Stack layer by Matthew Jackson · 5 years ago
  96. d907f4b Github #227 Remove unnecessary includes by Matthew Bentham · 5 years ago
  97. cc0cefb IVGCVSW-3296 Add CL backend support for ResizeNearestNeighbour by Aron Virginas-Tar · 5 years ago
  98. 59c6670 IVGCVSW-3300 Add Neon backend support for dilated Convolution2d by Jan Eilers · 5 years ago
  99. 974e5b6 Update ACL pin to d473386e4d5e0edcf55e13a2bf3c422a23fac0de by Aron Virginas-Tar · 5 years ago
  100. 05bfbd3 IVGCVSW-3454 Fix VTS dilated conv2d test failures by Mike Kelly · 5 years ago