1. 46dee40 Add deprecation notices for items to be removed in 24.08. by Colm Donelan · 7 weeks ago
  2. 2077348 IVGCVSW-7749 DTS: Fix reshape floating point exception by Tianle Cheng · 9 months ago
  3. c229b3f IVGCVSW-7676 Audit the use of ARMNN_ASSERT by Ryan OShea · 12 months ago
  4. f658554 IVGCVSW-5846 Remove TODO statements from Armnn Code by David Monahan · 1 year, 2 months ago
  5. 3ec3077 IVGCVSW-3808 Add ElementwiseBinaryLayer by Mike Kelly · 1 year, 4 months ago
  6. ca36123 GitHub #714: OnnxParser FullyConnectedLayer inferred shape doesn't match by Matthew Sloyan · 1 year, 4 months ago
  7. 2ae3224 GitHub #709 Provide a CreateNetworkFromBinary method for the ONNX parser by Mike Kelly · 1 year, 7 months ago
  8. 6217c3d IVGCVSW-7024 Add missing license info for reuse lint by Jim Flynn · 2 years ago
  9. 721e629 IVGCVSW-6123 ConstTensorsAsInputs: Conv2d by Keith Davis · 2 years, 1 month ago
  10. 541880f IVGCVSW-6147 ConstTensorsAsInput: Optimizer - FusePermuteIntoConstLayer by Cathal Corbett · 2 years, 1 month ago
  11. b4dd5cc IVGCVSW-6124 ConstTensorsAsInput: Conv2d - FrontEnd by Keith Davis · 2 years, 3 months ago
  12. 0690265 IVGCVSW-6127 ConstTensorsAsInput: DepthwiseConvolution2d by Cathal Corbett · 2 years, 2 months ago
  13. bc14881 IVGCVSW-6581 Inclusive language changes on the OnnxParser.hpp file by Teresa Charlin · 2 years, 7 months ago
  14. 4b536e3 IVGCVSW-6451 Add support for Reshape when the target shape is dynamic by Narumol Prangnawarat · 2 years, 8 months ago
  15. 1b11f32 IVGCVSW-6450 Add Support of Models with Dynamic Batch Tensor to ONNX parser by Narumol Prangnawarat · 2 years, 9 months ago
  16. 1112b01 IVGCVSW-6449 Add GEMM operator support to ONNX parser by Narumol Prangnawarat · 2 years, 9 months ago
  17. 452274c IVGCVSW-6459 Add support of scalar and flexible output datatypes to ONNX parser by Narumol Prangnawarat · 2 years, 9 months ago
  18. bc3bb62 IVGCVSW-6382 Add Concat operator support to ONNX parser by Narumol Prangnawarat · 2 years, 9 months ago
  19. fe6aa2f IVGCVSW-6382 Add Unsqueeze operator support to ONNX parser by Narumol Prangnawarat · 2 years, 9 months ago
  20. f10b15a IVGCVSW-6382 Add Gather operator support to ONNX parser by Narumol Prangnawarat · 2 years, 9 months ago
  21. cdc495e IVGCVSW-6382 Add Shape operator support to ONNX parser by Narumol Prangnawarat · 2 years, 9 months ago
  22. f106ab7 Add support for Clip with attribute on ONNX parser by Narumol Prangnawarat · 2 years, 10 months ago
  23. 81beae3 IVGCVSW-6119 ConstTensorsAsInput: FullyConnected by Matthew Sloyan · 3 years ago
  24. 53ef795 IVGCVSW-5826 Change weights layout for depthwise to [1,H,W,I*M] by Jan Eilers · 3 years, 1 month ago
  25. 1625efc IVGCVSW-5963 'Move unit tests to new framework' by Sadik Armagan · 3 years, 1 month ago
  26. 82c59d7 Point readme files to latest doxygen documentation by Jan Eilers · 3 years, 4 months ago
  27. ac001ee IVGCVSW-4901 Add semantic versioning to Parsers and TfLite Delegate by Matthew Sloyan · 3 years, 5 months ago
  28. 53ca2e5 IVGCVSW-5605 Doxygen: Update parser section by Jan Eilers · 3 years, 5 months ago
  29. 60bb9d8 MLCE-326 'Support Dilation in Conv2D in ONNX and Tensorflow Parsers' by Sadik Armagan · 3 years, 6 months ago
  30. ef33cb1 IVGCVSW-5592 Implement Pimpl Idiom for Caffe and Onnx Parsers by Kevin May · 3 years, 5 months ago
  31. e518153 IVGCVSW-5077 Ensure ArmNN builds successfully with latest protobuf by Nikhil Raj · 3 years, 9 months ago
  32. 58dec6b IVGCVSW-5296 Remove boost::format armnn parsers by James Ward · 3 years, 10 months ago
  33. 589e3e8 IVGCVSW-5302 Remove some boost::numeric_cast from parsers by Matthew Sloyan · 3 years, 10 months ago
  34. a4f45cf MLCE-193 README and FAQ updates. by Colm Donelan · 4 years, 1 month ago
  35. b23b999 IVGCVSW-4496 Updated ONNX documentation by Ryan OShea · 4 years, 2 months ago
  36. ed27ee7 IVGCVSW-4496 Add Flatten support to ONNX parser by Ryan OShea · 4 years, 2 months ago
  37. ac2770a IVGCVSW-4485 Remove Boost assert by Narumol Prangnawarat · 4 years, 3 months ago
  38. 7ee5d2c IVGCVSW-3753 Add Clip support to the onnx parser by Finn Williams · 4 years, 3 months ago
  39. 337c17f IVGCVSW-4307 Onnx Segfault Bug by Ryan OShea · 4 years, 4 months ago
  40. 39ef3e5 Remove use of ArmNN.hpp where it is unnecessary. by Matthew Bentham · 4 years, 5 months ago
  41. caf2bdd Fix possible crash in case of zero dimension tensor in the ONNX parser by Tee Jung · 4 years, 8 months ago
  42. 7ff9a60 Make onnx parser to support TanH / Sigmoid / LeakyRelu layers by Tee Jung · 4 years, 8 months ago
  43. fcf6fd5 Fix crash issue by Tee Jung · 4 years, 8 months ago
  44. d94efa8 Match shape in between initializer and tensor by Tee Jung · 4 years, 8 months ago
  45. 7c1603a IVGCVSW-3307 Add RefMemoryManager by Matthew Bentham · 5 years ago
  46. e242f2d IVGCVSW-3119 Rename MergerLayer to ConcatLayer by Jim Flynn · 5 years ago
  47. fc598e1 Use the new deprecation API by Matteo Martincigh · 5 years ago
  48. b4d7eae IVGCVSW-3039 Unify BindingPointInfo declarations by Jim Flynn · 5 years ago
  49. 3dcc1c6 MLCE-111: ONNX parser raw data bug by Pablo Tello · 5 years ago
  50. d4f0fea IVGCVSW-2947 Remove boost dependency from include/TypesUtils.hpp by Aron Virginas-Tar · 5 years ago
  51. 9c78f94 Update README.md by Mark O'Connor · 6 years ago
  52. 44a7167 Fix the ONNX parser tests issues due to a change in the latest ONNx master by Matteo Martincigh · 6 years ago
  53. e355dc2 Fix the ONNX parser build by Matteo Martincigh · 6 years ago
  54. ecb56cd IVGCVSW-1807 : change license text in file headers by David Beck · 6 years ago
  55. c577f2c Release 18.08 by telsoa01 · 6 years ago