1. 649dd95 IVGCVSW-2467 Remove GetDataType<T> function by Nattapat Chaimanowong · 5 years ago
  2. 382e21c IVGCVSW-2535 Fix crash in ExecuteNetwork when no compute device is specified by Aron Virginas-Tar · 5 years ago
  3. 6c2355b Added ParsePad method to TfLiteParser by Bruno Goncalves · 6 years ago
  4. 2235cee Added ParseMean method to TfLiteParser by Bruno Goncalves · 6 years ago
  5. f803f78 Added ParseMul method to TfLiteParser by Bruno Goncalves · 6 years ago
  6. d4ac6a4 Added ParseAdd method to TfLiteParser by Bruno Goncalves · 6 years ago
  7. b89b05f IVGCVSW-2508 Add no-op factory implementations and layer for Gather operator by narpra01 · 5 years ago
  8. 6c8e8e7 Github issue #120 - Embed TfLite schema by Matthew Bentham · 5 years ago
  9. e5caff1 IVGCVSW-1656 Add Mean support to Tf Parser by Ferran Balaguer · 5 years ago
  10. 4912402 IVGCVSW-2454 Merge together the pluggable backends work (was in a by Matteo Martincigh · 5 years ago
  11. 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
  12. 51dd62f IVGCVSW-1656 Add Mean support to Tf Parser by Ferran Balaguer · 5 years ago
  13. 992d6dc IVGCVSW-2454 Refactor ArmNN to support pluggable backends from a separate by Matteo Martincigh · 5 years ago
  14. 1f0ff35 MLCE-82 Add IsLayerSupported tests for MEAN by Matthew Bentham · 5 years ago
  15. 60f9064 IVGCVSW-2466 Update compute library pin by Matthew Bentham · 5 years ago
  16. 7a8892f IVGCVSW-2345 Add Rsqrt support in Tensorflow Parser by Mohamed Nour Abouelseoud · 5 years ago
  17. 9292aa3 IVGCVSW-2438 Add Minimum operator support (CL) * Added CL unit tests by saoste01 · 5 years ago
  18. 54b2169 IVGCVSW-2441 Add Minimum operator support (NEON) by Conor Kennedy · 5 years ago
  19. d80a712 Refactor: Don't include all ComputeLibrary function definitions everywhere. by Matthew Bentham · 5 years ago
  20. a1d3c6a IVGCVSW-2371 Add Rsqrt Ref implementation by Mohamed Nour Abouelseoud · 6 years ago
  21. d5b9e64 IVGCVSW-2421 Remove the template-based version of armnnUtils::Permute by Matteo Martincigh · 5 years ago
  22. 2ad6cb4 IVGCVSW-2384 Add Split parser function to Tensor flow parser by Sadik Armagan · 6 years ago
  23. 747ef82 MLCE-77 Depthwise Convolution with depth multiplier > 1 doesn't work by Matteo Martincigh · 6 years ago
  24. 7608927 IVGCVSW-2383: code cleanup, remove unnecessary isSupported implementations, by Nina Drozd · 5 years ago
  25. f9426b3 IVGCVSW-2370 Code clean up after Equal operator implementation where necessary by ruoyan01 · 5 years ago
  26. c79fa1b IVGCVSW-2205 Reversed workaround for COMPMID-1813 by Mohamed Nour Abouelseoud · 5 years ago
  27. 7332ed8 IVGCVSW-2308 Add Conv2d tests where stride > 1 by Mike Kelly · 6 years ago
  28. fd89996 MLCE-82 Add Neon Mean support and unit tests by Matthew Bentham · 5 years ago
  29. 6f37f83 IVGCVSW-2353 Ignore control inputs in TensorFlow parser by narpra01 · 6 years ago
  30. c48ac8c MLCE-80 Remove strong typing from NeonBatchNormalization by Matthew Bentham · 6 years ago
  31. fbdad03 IVGCVSW-2375 Add ParseAddN function to TfParser by Ferran Balaguer · 6 years ago
  32. d591801 Update to latest compute library by Matthew Bentham · 5 years ago
  33. bf86d51 IVGCVSW-2389 WorkloadUtils: Add profiling to tensor mapping. by Sadik Armagan · 6 years ago
  34. 9c78f94 Update README.md by Mark O'Connor · 6 years ago
  35. 35052ae IVGCVSW-59 Add documentation to the public API by Conor Kennedy · 6 years ago
  36. a06bf31 IVGCVSW-2380 Add Greater operator to TfParser by jimfly01 · 6 years ago
  37. f446432 IVGCVSW-2164 Added ACL implementation of SpaceToBatchNd operation to ArmNN by Sadik Armagan · 6 years ago
  38. 2262bbd IVGCVSW-2401 & IVGCVSW-2402 Add end-to-end test for Greater/Equal Operator by FrancisMurtagh · 6 years ago
  39. 4e6597a IVGCVSW-2212 Add Neon support for Maximum operator by Nattapat Chaimanowong · 6 years ago
  40. a959ee5 IVGCVSW-2211 Maximum operator support (CL) by keidav01 · 6 years ago
  41. 84c70e6 IVGCVSW-2367 Add Equal Operator to TfParser by jimfly01 · 6 years ago
  42. 4fa0916 Update CL pin to the latest master by Nattapat Chaimanowong · 6 years ago
  43. 878f023 IVGCVSW-2379 Add Greater Ref workload implementation by FrancisMurtagh · 6 years ago
  44. 30cdfca IVGCVSW-2365 Add Reference Equal Workload Implementation by FrancisMurtagh · 6 years ago
  45. d74dc91 IVGCVSW-2131 Implementation of StridedSlice operation by keidav01 · 6 years ago
  46. 2099595 IVGCVSW-2398 Add no-op factory implementations for all backends for the by FrancisMurtagh · 6 years ago
  47. 6c46dd3 IVGCVSW-2399 Margin of error too severe for ValidateBiasTensorQuantisation by kevmay01 · 6 years ago
  48. 71972a8 IVGCVSW-2395 TfLiteParse::ParseReshape doesn't support reshape input by kevmay01 · 6 years ago
  49. 69352c1 Update the CL pin to the latest master by Matteo Martincigh · 6 years ago
  50. 42bad95 IVGCVSW-2386 Work around Compute Library Arm v7 issue by Matthew Bentham · 6 years ago
  51. 59a950c IVGCVSW-2377 Add no-op factory implementations for all backends for the by Matteo Martincigh · 6 years ago
  52. 20e984f IVGCVSW-2348 Support boolean data type by ruoyan01 · 6 years ago
  53. 482ca85 IVGCVSW-2363 Remove swizzling option from GetConstTensor in TfParser.cpp by Matteo Martincigh · 6 years ago
  54. 738c2e6 IVGCVSW-1434 Add debug mode to Optimizer by keidav01 · 6 years ago
  55. 44a7167 Fix the ONNX parser tests issues due to a change in the latest ONNx master by Matteo Martincigh · 6 years ago
  56. 6a669d7 IVGCVSW-2266 Remove the input swizzling from ParseDepthwiseConv2D by Ferran Balaguer · 6 years ago
  57. e355dc2 Fix the ONNX parser build by Matteo Martincigh · 6 years ago
  58. f8d6301 IVGCVSW-2346 Fix test wrt NEFillBorderKernel index by Matthew Bentham · 6 years ago
  59. cf22ca9 IVGCVSW-2354 Remove dimension validation from softmax by Mohamed Nour Abouelseoud · 6 years ago
  60. 955258d MLCE-79 NEON QASYMM8 Addition Support by Matthew Bentham · 6 years ago
  61. 679efda IVGCVSW-2346 Fix test wrt NEFillBorderKernel by Matthew Bentham · 6 years ago
  62. f9afc79 IVGCVSW-2268 Remove the input swizzling from ParseConcat by Matteo Martincigh · 6 years ago
  63. ba563c6 IVGCVSW-836 Remove 2D validation in Softmax by Mohamed Nour Abouelseoud · 6 years ago
  64. cfdcadf IVGCVSW-2316 Add reference implementation and unit tests for Debug by Nattapat Chaimanowong · 6 years ago
  65. 23be07e IVGCVSW-2333 Add ParseSub method to TfParser by jimfly01 · 6 years ago
  66. 8a12150 IVGCVSW-2275 Remove swizzling from ParseResizeBilinear by jimfly01 · 6 years ago
  67. f005e31 IVGCVSW-2277 Remove the input swizzling from ParsePooling2d by FrancisMurtagh · 6 years ago
  68. ba8815f Removed square kernel in range validation in CaffeParser by Mohamed Nour Abouelseoud · 6 years ago
  69. d7cceeb IVGCVSW-2193 ExpandDims operation implementation by Matteo Martincigh · 6 years ago
  70. ac5aa1f IVGCVSW-2315 Add descriptor for Debug by Nattapat Chaimanowong · 6 years ago
  71. 8174f36 IVGCVSW-2276: Remove the input swizzling in ParseLrn by ruoyan01 · 6 years ago
  72. 075c750 IVGCVSW-2267 Remove the input swizzling from ParseFusedBatchNorm by Matteo Martincigh · 6 years ago
  73. 4631582 IVGCVSW-2264 Remove input swizzling from ParseConv2D in the TF parser by Matteo Martincigh · 6 years ago
  74. c2130a0 IVGCVSW-2193 ExpandDims operation implementation by Conor Kennedy · 6 years ago
  75. f6ba747 IVGCVSW-2296 Add ParsePad method to TfParser by jimfly01 · 6 years ago
  76. 2135015 IVGCVSW-2264 Move DataLayoutIndexed to armnnUtils by Matteo Martincigh · 6 years ago
  77. 24df822 IVGCVSW-2251 Add support for Minimum operator in TfParser by Nattapat Chaimanowong · 6 years ago
  78. 20e5880 IVGCVSW-2247 Adding a min Elementwise Workload and tests by Éanna Ó Catháin · 6 years ago
  79. 975c09a IVGCVSW-2256 Add parser function in TensorFlow Parser (Maximum) by Sadik Armagan · 6 years ago
  80. a9a1cf1 IVGCVSW-2315 Add DebugLayer and no-op factory method by Nattapat Chaimanowong · 6 years ago
  81. de70558 IVGCVSW-2255 Add unit test for maximum reference workload by Éanna Ó Catháin · 6 years ago
  82. a1b463f IVGCVSW-2118 L2Normalization ACL function used for Neon by FrancisMurtagh · 6 years ago
  83. 6460c27 IVGCVSW-2312 Update CL pin to include their L2Normalization Neon changes by FrancisMurtagh · 6 years ago
  84. 2df12b3 IVGCVSW-2254 Add Reference workload for Maximum by saoste01 · 6 years ago
  85. 9053969 IVGCVSW-2245 Add Minimum Layer and no-op Factory implementation by kevmay01 · 6 years ago
  86. d57415d IVGCVSW-2202 Refactoring Arithmetic* names to Elementwise* names for workloads and workload functions by Éanna Ó Catháin · 6 years ago
  87. 5a4304a IVGCVSW-2253 Add maximum layer and corresponding no-op factory implementation by Nattapat Chaimanowong · 6 years ago
  88. 831faed IVGCVSW-1199: BATCH_TO_SPACE_ND integrate Arm Compute CL by Mike Kelly · 6 years ago
  89. 7e7261e IVGCVSW-2205 Fixed a bug in DepthWiseConv workload where NCHW layout was assumed by Mohamed Nour Abouelseoud · 6 years ago
  90. 1216b58 IVGCVSW-2087 Reference implementation and unit tests for StridedSlice by Nattapat Chaimanowong · 6 years ago
  91. 144c01b Fix documentation for depthwise convolution by Rob Hughes · 6 years ago
  92. 0214d7e Fix compile errors on Windows by Rob Hughes · 6 years ago
  93. e02d601 IVGCVSW-2199 Call Resize only if H and/or W changes by James Conroy · 6 years ago
  94. 4b19381 IVGCVSW-2141 BuildGuideCrossCompilation.md Documentation update by surmeh01 · 6 years ago
  95. 0e76ed0 IVGCVSW-2183 BuildGuideCrossCompilation.md Documentation update by FrancisMurtagh · 6 years ago
  96. 69362cc Refactor JSON printer test implementation by Aron Virginas-Tar · 6 years ago
  97. 5fdfe82 Refactor inlined utility functions in NetworkUtils by Aron Virginas-Tar · 6 years ago
  98. 574bf0a IVGCVSW-2135: Update Readme to include links to new ONNX and TensorFlow Lite guides by Brian Joyce · 6 years ago
  99. a0d2844 IVGCVSW-2086 Update StridedSliceLayer and StridedSliceDescriptor by Nattapat Chaimanowong · 6 years ago
  100. 3d93bc4 IVGCVSW-1837: Enable broadcast tests for SUB CL/NEON Workload by Mohamed Nour Abouelseoud · 6 years ago