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