1. 5e90aab COMPMID-3059: Add TF parser support for StridedSlice by Georgios Pinitas · 4 years, 5 months ago
  2. a0d1896 Updates to Filesystem.cpp/hpp and NetworkSockets.cpp/hpp to fix failing master by David Monahan · 4 years, 5 months ago
  3. 5277ad5 Add check to NetworkSockets.cpp to fix failing Android build by David Monahan · 4 years, 5 months ago
  4. bdee426 Add thin abstraction layer for processes and filesystem by Rob Hughes · 4 years, 6 months ago
  5. 25b7436 Add thin abstraction layer for network sockets by Rob Hughes · 4 years, 6 months ago
  6. ff130e2 Remove use of ArmNN.hpp from other public headers by Matthew Bentham · 4 years, 5 months ago
  7. ba25aee IVGCVSW-4246 Enable -Wextra by default by Derek Lamberti · 4 years, 7 months ago
  8. baa177f IVGCVSW-4246 Clean build of parsers with -Wextra by Derek Lamberti · 4 years, 7 months ago
  9. e5b8eb9 IVGCVSW-4210 Create a public API for the common backend files by Matteo Martincigh · 4 years, 7 months ago
  10. 0844697 Replace boost logging with simple logger by Derek Lamberti · 4 years, 7 months ago
  11. e011d20 IVGCVSW-4209 Create a public API for the ArmNN Utils by Matteo Martincigh · 4 years, 7 months ago
  12. 3fec1ea IVGCVSW-4067 Change LayerGuid to use ProfilingGuid by janeil01 · 4 years, 8 months ago
  13. 362e032 Escape angle brackets in dot file labels by Rob Hughes · 4 years, 8 months ago
  14. 5edc881 IVGCVSW-3837 Add support for per-axis quantization to reference Convolution2d workload by Aron Virginas-Tar · 4 years, 8 months ago
  15. b67f957 IVGCVSW-3836 Add support for Int32 per-axis scales by Aron Virginas-Tar · 4 years, 8 months ago
  16. 5236e1d IVGCVSW-3835 Create Encoder and Decoder for QSymm8PerAxis by Keith Davis · 4 years, 8 months ago
  17. 9a5f9f2 GitHub #292 Build the ML-examples using only ArmNN's public frontend API by Matteo Martincigh · 4 years, 8 months ago
  18. d6f26fc Fix ExecuteNetwork no longer printing out the inference results, by Matteo Martincigh · 4 years, 8 months ago
  19. 48623a0 IVGCVSW-4018 Move QuantizeHelper.hpp to armnnUtils by Aron Virginas-Tar · 4 years, 8 months ago
  20. 4dc64a6 IVGCVSW-3694 Add ArgMinMax implementation for Ref by Narumol Prangnawarat · 4 years, 10 months ago
  21. 0280785 IVGCVSW-3663 Add utility function to expand tensor dimension by Narumol Prangnawarat · 4 years, 10 months ago
  22. 898a324 MLCE-103 Add necessary enhancements to ModelAccuracyTool by SiCong Li · 5 years ago
  23. 4cefc41 IVGCVSW-3307 Introduce RefTensorHandle by Matthew Bentham · 5 years ago
  24. e440329 MLCE-103 Fix out-of-bound bug in ModelAccuracyChecker by SiCong Li · 5 years ago
  25. f2aaab3 IVGCVSW-3223 Fix ref convolution performance regression by Matteo Martincigh · 5 years ago
  26. ee423ce IVGCVSW-3142 Refactor DataLayoutIndexed and TensorBufferArrayView by Matteo Martincigh · 5 years ago
  27. f92dfce IVGCVSW-2833 Add Dynamic Quantization by Jim Flynn · 5 years ago
  28. a4247d5 IVGCVSW-2900 Adding the Accuracy Checker Tool and tests by Éanna Ó Catháin · 5 years ago
  29. 2fd6100 IVGCVSW-3038 Move MakeInputTensors to armnnUtils by Jim Flynn · 5 years ago
  30. b4d7eae IVGCVSW-3039 Unify BindingPointInfo declarations by Jim Flynn · 5 years ago
  31. 5e9d298 IVGCVSW-2563 Fix bug in TfLiteParser::ParseConcatenation by Nattapat Chaimanowong · 5 years ago
  32. 2b4d88e IVGCVSW-2503 Refactor RefElementwiseWorkload around Equal and Greater by kevmay01 · 5 years ago
  33. 4057d91 IVGCVSW-2515 Fix compilation when TfParser is disabled by Matthew Bentham · 5 years ago
  34. 649dd95 IVGCVSW-2467 Remove GetDataType<T> function by Nattapat Chaimanowong · 5 years ago
  35. 51dd62f IVGCVSW-1656 Add Mean support to Tf Parser by Ferran Balaguer · 5 years ago
  36. d5b9e64 IVGCVSW-2421 Remove the template-based version of armnnUtils::Permute by Matteo Martincigh · 5 years ago
  37. 747ef82 MLCE-77 Depthwise Convolution with depth multiplier > 1 doesn't work by Matteo Martincigh · 6 years ago
  38. 6f37f83 IVGCVSW-2353 Ignore control inputs in TensorFlow parser by narpra01 · 6 years ago
  39. 2135015 IVGCVSW-2264 Move DataLayoutIndexed to armnnUtils by Matteo Martincigh · 6 years ago
  40. d41b259 IVGCVSW-2144: Adding TensorUtils class by Nina Drozd · 6 years ago
  41. 1d67a690 IVGCVSW-2167: Run parser unit tests on the reference backend only by Aron Virginas-Tar · 6 years ago
  42. c9cc804 IVGCVSW-1946: Remove armnn/src from the include paths by Aron Virginas-Tar · 6 years ago
  43. 9c5db11 IVGCVSW-2058: Remove ARMCOMPUTE(CL/NEON)_ENABLED and ARMCOMPUTENEON_ENABLED from src/armnnUtils/ParserPrototxtFixture.hpp by Aron Virginas-Tar · 6 years ago
  44. 29c75de IVGCVSW-2067 : dynamically create workload factories based on the backends in the network by David Beck · 6 years ago
  45. f0b4845 IVGCVSW-2019 : replace Compute enum in the backend preferences list by David Beck · 6 years ago
  46. b6cce4f IVGCVSW-1914 Investigate CONV_2D failure on FP16 on Android by Sadik Armagan · 6 years ago
  47. 6b0b53d IVGCVSW-1929: Fix for this defect (QASYM8 no scale) by jimfly01 · 6 years ago
  48. 616e775 IVGCVSW-1913: Fix for ValidationTest.concat_float_3_relaxed by arovir01 · 6 years ago
  49. 479045b IVGCVSW-1787 Add Support for Concatenation on TfLite parser by Sadik Armagan · 6 years ago
  50. ecb56cd IVGCVSW-1807 : change license text in file headers by David Beck · 6 years ago
  51. c577f2c Release 18.08 by telsoa01 · 6 years ago
  52. 3537c2c Release 18.05 by surmeh01 · 6 years ago
  53. bceff2f Release 18.03 by surmeh01 · 6 years ago
  54. 4fcda01 Release 18.02 by telsoa01 · 6 years ago