1. 38a9258 IVGCVSW-2758 Instructions for cross-compiling ArmNN for arm64 should install cross-compiling toolchain earlier by Ruomei Yan · 5 years ago
  2. d00883b IVGCVSW-3116 Fix failing NN Driver Tests on Android Q by Sadik Armagan · 5 years ago
  3. e0ca861 IVGCVSW-3081 Quantizer min>=max error & missing layers by Les Bell · 5 years ago
  4. ed73504 IVGCVSW-3088 Update the backends README file by Matteo Martincigh · 5 years ago
  5. 05349c5 IVGCVSW-3015 Fix duplicate input/output slots in sub-graph by Matteo Martincigh · 5 years ago
  6. 1b3eb7e IVGCVSW-3123 Remove duplicate step from CrossCompilation guide by Surabhi Mehta · 5 years ago
  7. 005288d IVGCVSW-3033 New unit tests to ensure the Optimizer can by David Monahan · 5 years ago
  8. 997dd8c IVGCVSW-3088 Update Readme for 19.05 by Nina Drozd · 5 years ago
  9. 825af45 IVGCVSW-3125 Deprecate CreateMergerDescriptorForConcatenation function by Jim Flynn · 5 years ago
  10. f02e6cd IVGCVSW-3030 Add unit testing for the Optimization API by Matteo Martincigh · 5 years ago
  11. 4ed6c83 IVGCVSW-3124 Rename workloadFactory CreateMerger to CreateConcat by Jim Flynn · 5 years ago
  12. ac73760 IVGCVSW-3060 Classification tests display output value as raw float by Derek Lamberti · 5 years ago
  13. 58ef2c6 IVGCVSW-2967 Support QSymm16 for Constant workloads by Nina Drozd · 5 years ago
  14. 39d487d IVGCVSW-3117 Rename NeonMergerWorkload to NeonConcatWorkload by Jim Flynn · 5 years ago
  15. 6905941 IVGCVSW-3117 Rename ClMergerWorkload to ClConcatWorkload by Jim Flynn · 5 years ago
  16. 4ed34ed IVGCVSW-3117 Rename RefMergerWorkload to RefConcatWorkload by Jim Flynn · 5 years ago
  17. b6e1756 IVGCVSW-3036 Change Armnn Quantizer to specify Armnn format by Finn Williams · 5 years ago
  18. 88054f8 IVGCVSW-3030 Add a mock backend for unit testing by Matteo Martincigh · 5 years ago
  19. af000a9 IVGCVSW-2964 Fix issue with Deserializer creating ciruclar graph by Nattapat Chaimanowong · 5 years ago
  20. cbb66aa IVGCVSW-2972 Support QSymm16 for Merger by Jim Flynn · 5 years ago
  21. 6028157 IVGCVSW-3089 Change clframework version to 19.05 Release branch by Narumol Prangnawarat · 5 years ago
  22. 758fe12 IVGCVSW-3087 Changing version to 19.05 by Telmo Soares · 5 years ago
  23. bab2626 IVGCVSW-2911 Add Android Q support to android-nn-driver infrastructure by Sadik Armagan · 5 years ago
  24. da47048 IVGCVSW-3001 Dequantize the output prior to printing by Derek Lamberti · 5 years ago
  25. fc598e1 Use the new deprecation API by Matteo Martincigh · 5 years ago
  26. 906f946 IVGCVSW-3076 Add ConcatLayer methods to public API by Jim Flynn · 5 years ago
  27. 3056202 IVGCVSW-3069 Add documentation for ModelAccuracyTool-Armnn by Conor Kennedy · 5 years ago
  28. eac246d MLCE-101 Add default dilation depthwise convolution implementation by Matteo Martincigh · 5 years ago
  29. 22972f0 MLCE-101 Add dilation support for DepthWiseConv workload by Bruno Goncalves · 5 years ago
  30. acad04e MLCE-101 Add dilation parameter to serializer by Matthew Bentham · 5 years ago
  31. 49cb7d0 MLCE-101 Add dilation support to reference backend by Matthew Bentham · 5 years ago
  32. f0bd683 MLCE-101: Adding dilation support in conv and dconv by Pablo Tello · 5 years ago
  33. 3f9119a IVGCVSW-3035 Correct gamma variable name by Narumol Prangnawarat · 5 years ago
  34. 290eb93 IVGCVSW-3058 Segmentation fault running Resnetv2.50 tfite int8 model by Matteo Martincigh · 5 years ago
  35. b9971c9 IVGCVSW-3013 Add unit tests for QSymm16 LSTM by Conor Kennedy · 5 years ago
  36. 0e26cb5 IVGCVSW-3070 Add Documentation for ImageTensorGenerator & ImageCSVFileGenerator by Conor Kennedy · 5 years ago
  37. cd05f3e IVGCVSW-2834 Fix Input TensorInfo in Quantization DataSet by Narumol Prangnawarat · 5 years ago
  38. bdf2aab IVGCVSW-3034 Adding a unit test to check substituteSubGraph by David Monahan · 5 years ago
  39. 5696bff IVGCVSW-3063 Modify Quantizer tool to take command line input by Éanna Ó Catháin · 5 years ago
  40. 5200afa IVGCVSW-3034 Updates to SubstituteSubGraph and by David Monahan · 5 years ago
  41. afe7889 IVGCVSW-2990 Add deprecation helpers by Derek Lamberti · 5 years ago
  42. 8492433 IVGCVSW-3030 Refactor code and fix OptimizeSubgraphView by Matteo Martincigh · 5 years ago
  43. f3d1021 IVGCVSW-3030 Added move operators to the Graph class by Matteo Martincigh · 5 years ago
  44. 724e480 IVGCVSW-3061 Modify NetworkQuantizer to support option to preserve input/output types by Nattapat Chaimanowong · 5 years ago
  45. 5fa8393 IVGCVSW-3072 Add MergerLayer Deserialise Backcompat test by Jim Flynn · 5 years ago
  46. 77ba3df IVGCVSW-3030 Make the OptimizationViews class move-assignable by Matteo Martincigh · 5 years ago
  47. a563b92 IVGCVSW-2900 Adding the missing option to build the Accuracy Tool by Éanna Ó Catháin · 5 years ago
  48. 8106b7c IVGCVSW-3031 Reparent layer to new graph by Derek Lamberti · 5 years ago
  49. f92dfce IVGCVSW-2833 Add Dynamic Quantization by Jim Flynn · 5 years ago
  50. a4247d5 IVGCVSW-2900 Adding the Accuracy Checker Tool and tests by Éanna Ó Catháin · 5 years ago
  51. c2fe5fb IVGCVSW-3031 Finer grained backend optimization API by Derek Lamberti · 5 years ago
  52. 59f32f9 IVGCVSW-3067 Fix issue with QuantizerVisior not setting TensorShape correctly by Nattapat Chaimanowong · 5 years ago
  53. eb2b329 IVGCVSW-2997 Refactor reference LSTM workload by Nattapat Chaimanowong · 5 years ago
  54. 5cf4d1c IVGCVSW-2989 Generate subgraphs without cyclic dependencies by Derek Lamberti · 5 years ago
  55. 2fd6100 IVGCVSW-3038 Move MakeInputTensors to armnnUtils by Jim Flynn · 5 years ago
  56. 0eea37c IVGCVSW-3030 Update the backend code to create also a list of by Matteo Martincigh · 5 years ago
  57. 8710676 IVGCVSW-3014 Add GetSupportedBackends to IDeviceSpec by Narumol Prangnawarat · 5 years ago
  58. 602af09 IVGCVSW-3029 Remove any AddLayer capabilities from SubgraphView by Matteo Martincigh · 5 years ago
  59. 59e15b0 IVGCVSW-2834 Add dynamic quantization via datasets by Nina Drozd · 5 years ago
  60. 8b194fb IVGCVSW-3003 Fix the bug in setting the same tuningLevel in the constructor by Ruomei Yan · 5 years ago
  61. b4d7eae IVGCVSW-3039 Unify BindingPointInfo declarations by Jim Flynn · 5 years ago
  62. 93e2e40 IVGCVSW-2941 THIRD_PARTY_INCLUDE_DIRS is not set in armnn/tests/CMakeLists.txt for external builds by Sadik Armagan · 5 years ago
  63. 49937f3 IVGCVSW-2773 Integrate new CL tuner into ArmNN by Ruomei Yan · 5 years ago
  64. d78b891d IVGCVSW-3021 Add end-to-end flow control integration test by Matthew Bentham · 5 years ago
  65. 386681a IVGCVSW-2993: Investigate TfLite Parser test output shape validation by Narumol Prangnawarat · 5 years ago
  66. ff05cc5 IVGCVSW-2405 Rename SubGraph to SubgraphView by Derek Lamberti · 5 years ago
  67. 6870b98 IVGCVSW-2948 Add DeepSpeech v1 support to TensorFlowLiteSupport.md by Narumol Prangnawarat · 5 years ago
  68. 18515e2 IVGCVSW-2983 activation layers support for QSymm16 !armnn:1023 by Teresa Charlin · 5 years ago
  69. e05e38e Fixing a broken link to MLPlatform.org by Brian Joyce · 5 years ago
  70. dc2f7f4 IVGCVSW-2843 Support QSymm16 via Command-line quantizer tool by Sadik Armagan · 5 years ago
  71. ae2c5f0 IVGCVSW-2982 Refactor reference Activation workload by Nattapat Chaimanowong · 5 years ago
  72. bb73e57 IVGCVSW-2773 Update clframework pin for the jenkins timing tests by Ruomei Yan · 5 years ago
  73. 13a9fa6 IVGCVSW-2396 Go back to using offset memory manager by Sadik Armagan · 5 years ago
  74. 501f4d4 IVGCVSW-2996 Add Reshape layer to ParseFullyConnected in TfLite parser by Narumol Prangnawarat · 5 years ago
  75. c01b391 IVGCVSW-3007 ArmnnConverter: Fix bug with optional --input-tensor-shape argument by Matthew Bentham · 5 years ago
  76. b855470 IVGCVSW-2657: Fix to force correct quantisation parameters for QASYMM8 Softmax by David Monahan · 5 years ago
  77. 04a8b05 IVGCVSW-3005 Correct the order of inputs and outputs of deepspeech v1 by Narumol Prangnawarat · 5 years ago
  78. 3dcc1c6 MLCE-111: ONNX parser raw data bug by Pablo Tello · 5 years ago
  79. d49b70f IVGCVSW-2993: Investigate TfLite Parser test output shape validation by Nina Drozd · 5 years ago
  80. 672de57 IVGCVSW-2994 Add Reshape layer to ParseUnpack in TfLite parser by Narumol Prangnawarat · 5 years ago
  81. 4a95611 Remove incorrect documentation line by Matthew Bentham · 5 years ago
  82. a820e02 IVGCVSW-2657: New Mobilenet Timings test which includes quantisation and softmax by David Monahan · 5 years ago
  83. dc27979 IVGCVSW-2657: Model update to fix failing timings test: TfLiteVGG16Quantized by David Monahan · 5 years ago
  84. 4de9f67 IVGCVSW-2918 Implement ExecutionFrame. by Teresa Charlin · 5 years ago
  85. 8271f81 IVGCVSW-2899 Create a tool to preprocess the images, generating the RAW tensor data from the image files by Sadik Armagan · 5 years ago
  86. 861985f IVGCVSW-2925: Combine Pad with Convolution2d in the Optimizer by Nina Drozd · 5 years ago
  87. 17660e6 IVGCVSW-2987 Modify ParseSplit in TfLite parser by Narumol Prangnawarat · 5 years ago
  88. 7997a35 IVGCVSW-2980 Build ArmNN with the latest version of the driver stack library by Matteo Martincigh · 5 years ago
  89. c2ebc63 IVGCVSW-2855 Update Command Line Processing of commonOptions by Jim Flynn · 5 years ago
  90. 4818d46 IVGCVSW-2849 Add TfLite Parser support for Rank-0 operands and unit tests by Narumol Prangnawarat · 5 years ago
  91. 0790dce IVGCVSW-2957 MergerLayer subtensor optimization now backend agnostic by Derek Lamberti · 5 years ago
  92. b98bbcf IVGCVSW-2425 Add unit test for Logistic (Sigmoid) in NEON by Narumol Prangnawarat · 5 years ago
  93. e571d33 IVGCVSW-2855 Create TfLite reference test for DeepSpeechV1 by Jim Flynn · 5 years ago
  94. aab6aff IVGCVSW-2959: Update TfLiteResNetV2-50-Quantized-Armnn test by Nina Drozd · 5 years ago
  95. 507f39d MLCE-103: MDK changes for running multiple inferences qasymm8 by Pablo Tello · 5 years ago
  96. 472d4e0 IVGCVSW-2965: Add ResnetV2 50 Timings job in CI by Nina Drozd · 5 years ago
  97. 3e68b97 IVGCVSW-2928 Fix issue with GPU profiling by Matthew Bentham · 5 years ago
  98. 200e380 IVGCVSW-2848 - Add TfLite Parser support for Unpack layer by Nina Drozd · 5 years ago
  99. b1390fc IVGCVSW-2959 Update TfLiteResNetV2-50-Quantized-Armnn test by nikraj01 · 5 years ago
  100. 2b03d64 IVGCVSW-2955 Update the Quantizer Tool to take an additional parameter for the user to specify a CSV file by Sadik Armagan · 5 years ago