1. 35052ae IVGCVSW-59 Add documentation to the public API by Conor Kennedy · 6 years ago
  2. a06bf31 IVGCVSW-2380 Add Greater operator to TfParser by jimfly01 · 6 years ago
  3. f446432 IVGCVSW-2164 Added ACL implementation of SpaceToBatchNd operation to ArmNN by Sadik Armagan · 6 years ago
  4. 2262bbd IVGCVSW-2401 & IVGCVSW-2402 Add end-to-end test for Greater/Equal Operator by FrancisMurtagh · 6 years ago
  5. 4e6597a IVGCVSW-2212 Add Neon support for Maximum operator by Nattapat Chaimanowong · 6 years ago
  6. a959ee5 IVGCVSW-2211 Maximum operator support (CL) by keidav01 · 6 years ago
  7. 84c70e6 IVGCVSW-2367 Add Equal Operator to TfParser by jimfly01 · 6 years ago
  8. 878f023 IVGCVSW-2379 Add Greater Ref workload implementation by FrancisMurtagh · 6 years ago
  9. 30cdfca IVGCVSW-2365 Add Reference Equal Workload Implementation by FrancisMurtagh · 6 years ago
  10. d74dc91 IVGCVSW-2131 Implementation of StridedSlice operation by keidav01 · 6 years ago
  11. 2099595 IVGCVSW-2398 Add no-op factory implementations for all backends for the by FrancisMurtagh · 6 years ago
  12. 6c46dd3 IVGCVSW-2399 Margin of error too severe for ValidateBiasTensorQuantisation by kevmay01 · 6 years ago
  13. 71972a8 IVGCVSW-2395 TfLiteParse::ParseReshape doesn't support reshape input by kevmay01 · 6 years ago
  14. 42bad95 IVGCVSW-2386 Work around Compute Library Arm v7 issue by Matthew Bentham · 6 years ago
  15. 59a950c IVGCVSW-2377 Add no-op factory implementations for all backends for the by Matteo Martincigh · 6 years ago
  16. 20e984f IVGCVSW-2348 Support boolean data type by ruoyan01 · 6 years ago
  17. 482ca85 IVGCVSW-2363 Remove swizzling option from GetConstTensor in TfParser.cpp by Matteo Martincigh · 6 years ago
  18. 738c2e6 IVGCVSW-1434 Add debug mode to Optimizer by keidav01 · 6 years ago
  19. 44a7167 Fix the ONNX parser tests issues due to a change in the latest ONNx master by Matteo Martincigh · 6 years ago
  20. 6a669d7 IVGCVSW-2266 Remove the input swizzling from ParseDepthwiseConv2D by Ferran Balaguer · 6 years ago
  21. e355dc2 Fix the ONNX parser build by Matteo Martincigh · 6 years ago
  22. f8d6301 IVGCVSW-2346 Fix test wrt NEFillBorderKernel index by Matthew Bentham · 6 years ago
  23. cf22ca9 IVGCVSW-2354 Remove dimension validation from softmax by Mohamed Nour Abouelseoud · 6 years ago
  24. 955258d MLCE-79 NEON QASYMM8 Addition Support by Matthew Bentham · 6 years ago
  25. 679efda IVGCVSW-2346 Fix test wrt NEFillBorderKernel by Matthew Bentham · 6 years ago
  26. f9afc79 IVGCVSW-2268 Remove the input swizzling from ParseConcat by Matteo Martincigh · 6 years ago
  27. ba563c6 IVGCVSW-836 Remove 2D validation in Softmax by Mohamed Nour Abouelseoud · 6 years ago
  28. cfdcadf IVGCVSW-2316 Add reference implementation and unit tests for Debug by Nattapat Chaimanowong · 6 years ago
  29. 23be07e IVGCVSW-2333 Add ParseSub method to TfParser by jimfly01 · 6 years ago
  30. 8a12150 IVGCVSW-2275 Remove swizzling from ParseResizeBilinear by jimfly01 · 6 years ago
  31. f005e31 IVGCVSW-2277 Remove the input swizzling from ParsePooling2d by FrancisMurtagh · 6 years ago
  32. ba8815f Removed square kernel in range validation in CaffeParser by Mohamed Nour Abouelseoud · 6 years ago
  33. d7cceeb IVGCVSW-2193 ExpandDims operation implementation by Matteo Martincigh · 6 years ago
  34. ac5aa1f IVGCVSW-2315 Add descriptor for Debug by Nattapat Chaimanowong · 6 years ago
  35. 8174f36 IVGCVSW-2276: Remove the input swizzling in ParseLrn by ruoyan01 · 6 years ago
  36. 075c750 IVGCVSW-2267 Remove the input swizzling from ParseFusedBatchNorm by Matteo Martincigh · 6 years ago
  37. 4631582 IVGCVSW-2264 Remove input swizzling from ParseConv2D in the TF parser by Matteo Martincigh · 6 years ago
  38. c2130a0 IVGCVSW-2193 ExpandDims operation implementation by Conor Kennedy · 6 years ago
  39. f6ba747 IVGCVSW-2296 Add ParsePad method to TfParser by jimfly01 · 6 years ago
  40. 2135015 IVGCVSW-2264 Move DataLayoutIndexed to armnnUtils by Matteo Martincigh · 6 years ago
  41. 24df822 IVGCVSW-2251 Add support for Minimum operator in TfParser by Nattapat Chaimanowong · 6 years ago
  42. 20e5880 IVGCVSW-2247 Adding a min Elementwise Workload and tests by Éanna Ó Catháin · 6 years ago
  43. 975c09a IVGCVSW-2256 Add parser function in TensorFlow Parser (Maximum) by Sadik Armagan · 6 years ago
  44. a9a1cf1 IVGCVSW-2315 Add DebugLayer and no-op factory method by Nattapat Chaimanowong · 6 years ago
  45. de70558 IVGCVSW-2255 Add unit test for maximum reference workload by Éanna Ó Catháin · 6 years ago
  46. a1b463f IVGCVSW-2118 L2Normalization ACL function used for Neon by FrancisMurtagh · 6 years ago
  47. 2df12b3 IVGCVSW-2254 Add Reference workload for Maximum by saoste01 · 6 years ago
  48. 9053969 IVGCVSW-2245 Add Minimum Layer and no-op Factory implementation by kevmay01 · 6 years ago
  49. d57415d IVGCVSW-2202 Refactoring Arithmetic* names to Elementwise* names for workloads and workload functions by Éanna Ó Catháin · 6 years ago
  50. 5a4304a IVGCVSW-2253 Add maximum layer and corresponding no-op factory implementation by Nattapat Chaimanowong · 6 years ago
  51. 831faed IVGCVSW-1199: BATCH_TO_SPACE_ND integrate Arm Compute CL by Mike Kelly · 6 years ago
  52. 7e7261e IVGCVSW-2205 Fixed a bug in DepthWiseConv workload where NCHW layout was assumed by Mohamed Nour Abouelseoud · 6 years ago
  53. 1216b58 IVGCVSW-2087 Reference implementation and unit tests for StridedSlice by Nattapat Chaimanowong · 6 years ago
  54. 0214d7e Fix compile errors on Windows by Rob Hughes · 6 years ago
  55. 69362cc Refactor JSON printer test implementation by Aron Virginas-Tar · 6 years ago
  56. 5fdfe82 Refactor inlined utility functions in NetworkUtils by Aron Virginas-Tar · 6 years ago
  57. a0d2844 IVGCVSW-2086 Update StridedSliceLayer and StridedSliceDescriptor by Nattapat Chaimanowong · 6 years ago
  58. 3d93bc4 IVGCVSW-1837: Enable broadcast tests for SUB CL/NEON Workload by Mohamed Nour Abouelseoud · 6 years ago
  59. b3d2fbe Remove leftover header from backendsCommon test by David Beck · 6 years ago
  60. b9546cf IVGCVSW-2173 - Add end to end layer test implementation and example usage by narpra01 · 6 years ago
  61. 8910528 IVGCVSW-1199 Disable auto-flattening of Compute Library tensors by Matthew Bentham · 6 years ago
  62. a52809c Minor improvements and changes in backends/README.md by Aron Virginas-Tar · 6 years ago
  63. d41b259 IVGCVSW-2144: Adding TensorUtils class by Nina Drozd · 6 years ago
  64. 63b0882 IVGCVSW-2175 - Add support for uint8 Concatenation on CL by narpra01 · 6 years ago
  65. e950db6 IVGCVSW-2043 Merger using ACL for innermost concat axis by Matteo Martincigh · 6 years ago
  66. 8800c00 IVGCVSW-2169 Remove DataLayoutIndexed from public API by Matthew Bentham · 6 years ago
  67. 5cdda35 IVGCVSW-2105 - Unit tests for merger * Add LayerTests * Add WorkloadTests by narpra01 · 6 years ago
  68. de8b7b3 IVGCVSW-2168: Remove DataLayout from Layer by Aron Virginas-Tar · 6 years ago
  69. 8599a41 IVGCVSW-2043 - Merger using ACL for innermost concat axis by Nikhil Raj · 6 years ago
  70. 1d67a690 IVGCVSW-2167: Run parser unit tests on the reference backend only by Aron Virginas-Tar · 6 years ago
  71. fca75c3 IVGCVSW-2155 - Always call NEConvolutionLayer in NeonConvolution2dWorkload by narpra01 · 6 years ago
  72. 81f2232 IVGCVSW-2017: CLWorkload to use L2Normalization by FrancisMurtagh · 6 years ago
  73. 5c3e923 IVGCVSW-2162: Remove conditional compilation directives from ArmComputeUtils by Aron Virginas-Tar · 6 years ago
  74. d46e647 IVGCVSW-2157: Remove conditional compilation directives from ClBackendContext by Aron Virginas-Tar · 6 years ago
  75. a65b7ae IVGCVSW-2092 Port LSTMCell::Eval to ArmNN by Matteo Martincigh · 6 years ago
  76. 74ba3dc IVGCVSW-2156: Remove conditional compilation directives from ClContextControl by Aron Virginas-Tar · 6 years ago
  77. 9326aab Adedd load/unload warm-up before the memory lek test to put the runtime into a by Matteo Martincigh · 6 years ago
  78. 430b5d8 IVGCVSW-2086: Add StridedSlice layer & corresponding no-op factory implementations by Conor Kennedy · 6 years ago
  79. 5caf907 IVGCVSW-2136: Remove memory management methods from workload factories by Aron Virginas-Tar · 6 years ago
  80. dd9d8ca IVGCVSW-2064 + IVGCVSW-2066 + IVGCVSW-2125 + IVGCVSW-2128 backend docs update by David Beck · 6 years ago
  81. c25411c IVGCVSW-2152: Convert TfLiteParser to NHWC by jimfly01 · 6 years ago
  82. 07bb521 IVGCVSW-2125 : Consolidate backend registries into one by jimfly01 · 6 years ago
  83. 262553e IVGCVSW-2054: Fixing issue with InferOutputShape implementation in BatchToSpaceNdLayer. by Éanna Ó Catháin · 6 years ago
  84. 3aab7c3 IVGCVSW-2017: Refactored L2Normalisation Tests by jimfly01 · 6 years ago
  85. 5605519 IVGCVSW-2066: Add IMemoryManager and integrate into the backends framework by Aron Virginas-Tar · 6 years ago
  86. 95807ce Tidying up multiple issues by Éanna Ó Catháin · 6 years ago
  87. 111b5d9 IVGCVSW-2125 : Consolidate backend registries into one by David Beck · 6 years ago
  88. 4e1e136 IVGCVSW-2054: BATCH_TO_SPACE_ND Reference implementation and Unit tests. by Éanna Ó Catháin · 6 years ago
  89. f97debb IVGCVSW-2082 - add SimpleConvolution2dAsymmetricPaddingNhwc to CL test after ACL fix the convolution issue. by narpra01 · 6 years ago
  90. 263e349 IVGCVSW-2125 : backends now can return optimizations by David Beck · 6 years ago
  91. 3ea76d5 IVGCVSW-2095 Add reference implementation and unit tests for SpaceToBatchNd by Nattapat Chaimanowong · 6 years ago
  92. 1b61be5 IVGCVSW-2056+IVGCVSW-2064 : move ClContextControl to the ClBackend by David Beck · 6 years ago experimental/nhwc-preview
  93. 6057895 IVGCVSW-1709: Clean up memory manager bodge by Aron Virginas-Tar · 6 years ago
  94. db49a88 IVGCVSW-2037 : Documenting pluggable backends by David Beck · 6 years ago
  95. 09e2f27 IVGCVSW-1949 : Refactor ITensorHandle and move backend specifics to their place by David Beck · 6 years ago
  96. 9efb57d Revert "IVGCVSW-2056 + IVGCVSW-2064 : move ClContextControl to the ClBackend" by David Beck · 6 years ago
  97. 9c6f3af IVGCVSW-2113: Update ClDepthWiseConvolutionWOrkload to suit NCHW/NHWC DataLayout (3*3 Optimization) by saoste01 · 6 years ago
  98. c9cc804 IVGCVSW-1946: Remove armnn/src from the include paths by Aron Virginas-Tar · 6 years ago
  99. 207ef9a IVGCVSW-2093 Add SpaceToBatchNd layer and corresponding no-op factory implementations by Nattapat Chaimanowong · 6 years ago
  100. 6b96582 IVGCVSW-2103: Add 2-Channel unit tests ResizeBilinear by James Conroy · 6 years ago