1. b5b9bdf IVGCVSW-2424 Add LOGISTIC Operator Support (CL) by Finn Williams · 5 years ago
  2. e0a4ad8 IVGCVSW-2557 Add layer tests for Ref Detection PostProcess by Narumol Prangnawarat · 5 years ago
  3. 6d302bf IVGCVSW-2559 End to end tests for Detection PostProcess by Narumol Prangnawarat · 5 years ago
  4. bc67cef IVGCVSW-2557 Ref Workload Implementation for Detection PostProcess by Narumol Prangnawarat · 5 years ago
  5. dc1c082 IVGCVSW-2280 Add unit tests for RESIZE_BILINEAR NEON operator by Conor Kennedy · 5 years ago
  6. d95e906 IVGCVSW-2603 The macros ARMCOMPUTECL_ENABLED and ARMCOMPUTENEON_ENABLED by Matteo Martincigh · 5 years ago
  7. 4a55201 MLCE-90 Fixing issues with NEON pad tests by Éanna Ó Catháin · 5 years ago
  8. adddddb IVGCVSW-2458 Refactor the Optimize function (Network.cpp) so that by Matteo Martincigh · 5 years ago
  9. c6a41ff IVGCVSW-2443 Add Cl support for Greater operator by Nattapat Chaimanowong · 5 years ago
  10. eed8592 IVGCVSW-2447 Add Greater Workload to Neon by kevmay01 · 5 years ago
  11. 1205574 MLCE-84 Add Neon Pad support and unit tests by Éanna Ó Catháin · 5 years ago
  12. 1fcb4ff IVGCVSW-2503 Fix end to end test support for Boolean output type by Nattapat Chaimanowong · 5 years ago
  13. 19bd47d IVGCVSW-2554 Update NEON scheduler to output workload names rather than unknown by saoste01 · 5 years ago
  14. 94dd5d8 IVGCVSW-2555 Add no-op implementation for Detection PostProcess by Narumol Prangnawarat · 5 years ago
  15. 2b4d88e IVGCVSW-2503 Refactor RefElementwiseWorkload around Equal and Greater by kevmay01 · 5 years ago
  16. db2b160 IVGCVSW-2511 Add end to end Gather layer test by narpra01 · 5 years ago
  17. c625f00 IVGCVSW-1048 RESIZE_BILINEAR NEON operator by Sadik Armagan · 6 years ago
  18. 3d6898c IVGCVSW-2455 Move the extra backend code to a new git repo by Matteo Martincigh · 5 years ago
  19. 8c76cc1 IVGCVSW-2467 Update Boolean type support by Nattapat Chaimanowong · 5 years ago
  20. 4951d84 IVGCVSW-2510 Ref workload implementation for Gather operator by narpra01 · 5 years ago
  21. 649dd95 IVGCVSW-2467 Remove GetDataType<T> function by Nattapat Chaimanowong · 5 years ago
  22. b89b05f IVGCVSW-2508 Add no-op factory implementations and layer for Gather operator by narpra01 · 5 years ago
  23. 4912402 IVGCVSW-2454 Merge together the pluggable backends work (was in a by Matteo Martincigh · 5 years ago
  24. d0a1608 MLCE-86 Reversing the pad list in the ClPadValidate function similarly to whats done in the constructor. by Éanna Ó Catháin · 5 years ago
  25. 992d6dc IVGCVSW-2454 Refactor ArmNN to support pluggable backends from a separate by Matteo Martincigh · 5 years ago
  26. 1f0ff35 MLCE-82 Add IsLayerSupported tests for MEAN by Matthew Bentham · 6 years ago
  27. 9292aa3 IVGCVSW-2438 Add Minimum operator support (CL) * Added CL unit tests by saoste01 · 5 years ago
  28. 54b2169 IVGCVSW-2441 Add Minimum operator support (NEON) by Conor Kennedy · 5 years ago
  29. d80a712 Refactor: Don't include all ComputeLibrary function definitions everywhere. by Matthew Bentham · 5 years ago
  30. a1d3c6a IVGCVSW-2371 Add Rsqrt Ref implementation by Mohamed Nour Abouelseoud · 6 years ago
  31. d5b9e64 IVGCVSW-2421 Remove the template-based version of armnnUtils::Permute by Matteo Martincigh · 6 years ago
  32. 747ef82 MLCE-77 Depthwise Convolution with depth multiplier > 1 doesn't work by Matteo Martincigh · 6 years ago
  33. 7608927 IVGCVSW-2383: code cleanup, remove unnecessary isSupported implementations, by Nina Drozd · 6 years ago
  34. f9426b3 IVGCVSW-2370 Code clean up after Equal operator implementation where necessary by ruoyan01 · 6 years ago
  35. c79fa1b IVGCVSW-2205 Reversed workaround for COMPMID-1813 by Mohamed Nour Abouelseoud · 6 years ago
  36. 7332ed8 IVGCVSW-2308 Add Conv2d tests where stride > 1 by Mike Kelly · 6 years ago
  37. fd89996 MLCE-82 Add Neon Mean support and unit tests by Matthew Bentham · 6 years ago
  38. c48ac8c MLCE-80 Remove strong typing from NeonBatchNormalization by Matthew Bentham · 6 years ago
  39. bf86d51 IVGCVSW-2389 WorkloadUtils: Add profiling to tensor mapping. by Sadik Armagan · 6 years ago
  40. f446432 IVGCVSW-2164 Added ACL implementation of SpaceToBatchNd operation to ArmNN by Sadik Armagan · 6 years ago
  41. 2262bbd IVGCVSW-2401 & IVGCVSW-2402 Add end-to-end test for Greater/Equal Operator by FrancisMurtagh · 6 years ago
  42. 4e6597a IVGCVSW-2212 Add Neon support for Maximum operator by Nattapat Chaimanowong · 6 years ago
  43. a959ee5 IVGCVSW-2211 Maximum operator support (CL) by keidav01 · 6 years ago
  44. 878f023 IVGCVSW-2379 Add Greater Ref workload implementation by FrancisMurtagh · 6 years ago
  45. 30cdfca IVGCVSW-2365 Add Reference Equal Workload Implementation by FrancisMurtagh · 6 years ago
  46. d74dc91 IVGCVSW-2131 Implementation of StridedSlice operation by keidav01 · 6 years ago
  47. 2099595 IVGCVSW-2398 Add no-op factory implementations for all backends for the by FrancisMurtagh · 6 years ago
  48. 6c46dd3 IVGCVSW-2399 Margin of error too severe for ValidateBiasTensorQuantisation by kevmay01 · 6 years ago
  49. 42bad95 IVGCVSW-2386 Work around Compute Library Arm v7 issue by Matthew Bentham · 6 years ago
  50. 59a950c IVGCVSW-2377 Add no-op factory implementations for all backends for the by Matteo Martincigh · 6 years ago
  51. 738c2e6 IVGCVSW-1434 Add debug mode to Optimizer by keidav01 · 6 years ago
  52. f8d6301 IVGCVSW-2346 Fix test wrt NEFillBorderKernel index by Matthew Bentham · 6 years ago
  53. cf22ca9 IVGCVSW-2354 Remove dimension validation from softmax by Mohamed Nour Abouelseoud · 6 years ago
  54. 955258d MLCE-79 NEON QASYMM8 Addition Support by Matthew Bentham · 6 years ago
  55. 679efda IVGCVSW-2346 Fix test wrt NEFillBorderKernel by Matthew Bentham · 6 years ago
  56. ba563c6 IVGCVSW-836 Remove 2D validation in Softmax by Mohamed Nour Abouelseoud · 6 years ago
  57. cfdcadf IVGCVSW-2316 Add reference implementation and unit tests for Debug by Nattapat Chaimanowong · 6 years ago
  58. ac5aa1f IVGCVSW-2315 Add descriptor for Debug by Nattapat Chaimanowong · 6 years ago
  59. 4631582 IVGCVSW-2264 Remove input swizzling from ParseConv2D in the TF parser by Matteo Martincigh · 6 years ago
  60. f6ba747 IVGCVSW-2296 Add ParsePad method to TfParser by jimfly01 · 6 years ago
  61. 2135015 IVGCVSW-2264 Move DataLayoutIndexed to armnnUtils by Matteo Martincigh · 6 years ago
  62. 20e5880 IVGCVSW-2247 Adding a min Elementwise Workload and tests by Éanna Ó Catháin · 6 years ago
  63. a9a1cf1 IVGCVSW-2315 Add DebugLayer and no-op factory method by Nattapat Chaimanowong · 6 years ago
  64. de70558 IVGCVSW-2255 Add unit test for maximum reference workload by Éanna Ó Catháin · 6 years ago
  65. a1b463f IVGCVSW-2118 L2Normalization ACL function used for Neon by FrancisMurtagh · 6 years ago
  66. 2df12b3 IVGCVSW-2254 Add Reference workload for Maximum by saoste01 · 6 years ago
  67. 9053969 IVGCVSW-2245 Add Minimum Layer and no-op Factory implementation by kevmay01 · 6 years ago
  68. d57415d IVGCVSW-2202 Refactoring Arithmetic* names to Elementwise* names for workloads and workload functions by Éanna Ó Catháin · 6 years ago
  69. 5a4304a IVGCVSW-2253 Add maximum layer and corresponding no-op factory implementation by Nattapat Chaimanowong · 6 years ago
  70. 831faed IVGCVSW-1199: BATCH_TO_SPACE_ND integrate Arm Compute CL by Mike Kelly · 6 years ago
  71. 7e7261e IVGCVSW-2205 Fixed a bug in DepthWiseConv workload where NCHW layout was assumed by Mohamed Nour Abouelseoud · 6 years ago
  72. 1216b58 IVGCVSW-2087 Reference implementation and unit tests for StridedSlice by Nattapat Chaimanowong · 6 years ago
  73. 69362cc Refactor JSON printer test implementation by Aron Virginas-Tar · 6 years ago
  74. a0d2844 IVGCVSW-2086 Update StridedSliceLayer and StridedSliceDescriptor by Nattapat Chaimanowong · 6 years ago
  75. 3d93bc4 IVGCVSW-1837: Enable broadcast tests for SUB CL/NEON Workload by Mohamed Nour Abouelseoud · 6 years ago
  76. b3d2fbe Remove leftover header from backendsCommon test by David Beck · 6 years ago
  77. b9546cf IVGCVSW-2173 - Add end to end layer test implementation and example usage by narpra01 · 6 years ago
  78. 8910528 IVGCVSW-1199 Disable auto-flattening of Compute Library tensors by Matthew Bentham · 6 years ago
  79. a52809c Minor improvements and changes in backends/README.md by Aron Virginas-Tar · 6 years ago
  80. d41b259 IVGCVSW-2144: Adding TensorUtils class by Nina Drozd · 6 years ago
  81. 63b0882 IVGCVSW-2175 - Add support for uint8 Concatenation on CL by narpra01 · 6 years ago
  82. 8800c00 IVGCVSW-2169 Remove DataLayoutIndexed from public API by Matthew Bentham · 6 years ago
  83. 5cdda35 IVGCVSW-2105 - Unit tests for merger * Add LayerTests * Add WorkloadTests by narpra01 · 6 years ago
  84. 8599a41 IVGCVSW-2043 - Merger using ACL for innermost concat axis by Nikhil Raj · 6 years ago
  85. fca75c3 IVGCVSW-2155 - Always call NEConvolutionLayer in NeonConvolution2dWorkload by narpra01 · 6 years ago
  86. 81f2232 IVGCVSW-2017: CLWorkload to use L2Normalization by FrancisMurtagh · 6 years ago
  87. 5c3e923 IVGCVSW-2162: Remove conditional compilation directives from ArmComputeUtils by Aron Virginas-Tar · 6 years ago
  88. d46e647 IVGCVSW-2157: Remove conditional compilation directives from ClBackendContext by Aron Virginas-Tar · 6 years ago
  89. a65b7ae IVGCVSW-2092 Port LSTMCell::Eval to ArmNN by Matteo Martincigh · 6 years ago
  90. 74ba3dc IVGCVSW-2156: Remove conditional compilation directives from ClContextControl by Aron Virginas-Tar · 6 years ago
  91. 430b5d8 IVGCVSW-2086: Add StridedSlice layer & corresponding no-op factory implementations by Conor Kennedy · 6 years ago
  92. 5caf907 IVGCVSW-2136: Remove memory management methods from workload factories by Aron Virginas-Tar · 6 years ago
  93. dd9d8ca IVGCVSW-2064 + IVGCVSW-2066 + IVGCVSW-2125 + IVGCVSW-2128 backend docs update by David Beck · 6 years ago
  94. 07bb521 IVGCVSW-2125 : Consolidate backend registries into one by jimfly01 · 6 years ago
  95. 262553e IVGCVSW-2054: Fixing issue with InferOutputShape implementation in BatchToSpaceNdLayer. by Éanna Ó Catháin · 6 years ago
  96. 3aab7c3 IVGCVSW-2017: Refactored L2Normalisation Tests by jimfly01 · 6 years ago
  97. 5605519 IVGCVSW-2066: Add IMemoryManager and integrate into the backends framework by Aron Virginas-Tar · 6 years ago
  98. 95807ce Tidying up multiple issues by Éanna Ó Catháin · 6 years ago
  99. 111b5d9 IVGCVSW-2125 : Consolidate backend registries into one by David Beck · 6 years ago
  100. 4e1e136 IVGCVSW-2054: BATCH_TO_SPACE_ND Reference implementation and Unit tests. by Éanna Ó Catháin · 6 years ago