1. 6963b33 Add Square as Mul in the TfLite Parser by Teresa Charlin · 12 months ago
  2. 9f62d33 IVGCVSW-7783 Add check for FP16 infinity values by Narumol Prangnawarat · 12 months ago
  3. f183acd IVGCVSW-7844 Remove unnecessary warnings for certain models by Ryan OShea · 12 months ago
  4. 2ea403d IVGCVSW-7785 3D tensors in BATCH_TO_SPACE and SPACE_TO_BATCH in CpuAcc & GpuAcc by Teresa Charlin · 1 year ago
  5. 944fb50 IVGCVSW-7832 Add REVERSE_V2 to Serializer and Deserializer by Tracy Narine · 12 months ago
  6. f39f3f4 MLCE - Fix for duplicate definitions in cross compialtion build by David Monahan · 12 months ago
  7. e5a30ff IVGCVSW-7833 Add ReverseV2 support to TFLite Parser by Tianle Cheng · 12 months ago
  8. 988354d IVGCVSW-7831: Front end and Reference Implementation for REVERSE_V2 by Tianle Cheng · 1 year ago
  9. a9ac6ba IVGCVSW-7828 Add an Optional TensorInfo to InputSlot by Mike Kelly · 12 months ago
  10. 0dfb265 IVGCVSW-7666 Add a FileComparisonExecutor to ExecuteNetwork. by Colm Donelan · 1 year ago
  11. 16e27cf Bugfix: -Werror=unused-result - unnecessary line, previously called above by Francis Murtagh · 1 year, 1 month ago
  12. d29d09d Update ACL pin to c952596e70f2fe0073029f053e329a4e930ced8c by Nikhil Raj · 1 year ago
  13. f77cab5 IVGCVSW-7785 Extend support for 3D tensors BATCH_TO_SPACE and SPACE_TO_BATCH in CpuRef by Teresa Charlin · 1 year, 1 month ago
  14. a7a605a IVGCVSW-7785 BugFix: ExpandDims not working when batch!=1 by Teresa Charlin · 1 year, 1 month ago
  15. a9c5c16 Update ACL pin to 043613fbb199e2c4fdd12c2c9a1785db9b0c45fa by Nikhil Raj · 1 year ago
  16. 88644e6 Add DataType to .dot files for constant layers by Teresa Charlin · 1 year, 1 month ago
  17. 8eece0a IVGCVSW-7791 Enable dynamic bias in Conv in CpuAcc and GpuAcc by Kevin May · 1 year, 1 month ago
  18. 9953db8 IVGCVSW-7790 - Enable dynamic bias in DWConv in GpuAcc by Kevin May · 1 year, 1 month ago
  19. 49f8d6a IVGCVSW-7691 Replace asserts with exceptions in Ref Gather by Kevin May · 1 year, 1 month ago
  20. 5b70184 IVGCVSW-7789 Enable dynamic bias in Depthwise Convolution in CpuAcc by Teresa Charlin · 1 year, 1 month ago
  21. 71311e4 Fix incorrect validation of Unidirectional Sequence LSTM on Cl and Neon by Narumol Prangnawarat · 1 year, 1 month ago
  22. 270641b MLCE-1022 Fix failure on UnidirectionalSequenceLstm Operator by Narumol Prangnawarat · 1 year, 1 month ago
  23. d04873f BugFix: check for options!=null before adding fused activation in TfLite parser by Teresa Charlin · 1 year, 1 month ago
  24. f663d48 IVGCVSW-7732 Enable dynamic bias in FullyConnected in CpuAcc and GpuAcc by Teresa Charlin · 1 year, 2 months ago
  25. 34c1c38 IVGCVSW-7400 POW IVGCVSW-7278 SQUARED_DIFFERENCE to CpuAcc and GpuAcc by John Mcloughlin · 1 year, 1 month ago
  26. 0ec0087 IVGCVSW-7400 POW IVGCVSW-7278 SQUARED_DIFFERENCE. by John Mcloughlin · 1 year, 2 months ago
  27. acedd85 Revert "IVGCVSW-7454 Enable dynamic bias in CpuAcc and GpuAcc in Conv2d DWConv and FC" by TeresaARM · 1 year, 2 months ago
  28. fecd9ed IVGCVSW-7454 Enable dynamic bias in CpuAcc and GpuAcc in Conv2d DWConv and FC by Teresa Charlin · 1 year, 2 months ago
  29. 1bc497e Removing "shiftID" from BackendProfilingCounterRegisterMockBackendTest by Nikhil Raj · 1 year, 2 months ago
  30. f658554 IVGCVSW-5846 Remove TODO statements from Armnn Code by David Monahan · 1 year, 2 months ago
  31. 6fba294 IVGCVSW-7454 Fix CpuAcc FC dynamic weights by Teresa Charlin · 1 year, 2 months ago
  32. ee1497c IVGCVSW-7454 Enable NonConstWeights in GpuAcc by Teresa Charlin · 1 year, 3 months ago
  33. a3dc95e Improve reusability of code that is defined out by cmake build paths by Ryan OShea · 1 year, 3 months ago
  34. 97a3aef IVGCVSW-7308 Add GpuAcc Batch MatMul workload by Teresa Charlin · 1 year, 6 months ago
  35. 1fe6c81 IVGCVSW-7307 Add CpuAcc Batch MatMul Workload by Teresa Charlin · 1 year, 8 months ago
  36. a9bea1a IVGCVSW-7404 Replacing asserts with exceptions in CopyTensorContentsGeneric by Colm Donelan · 1 year, 2 months ago
  37. 34336f9 Make Convert workloads use arm_compute::NECast in CpuAcc backend by Matthew Bentham · 1 year, 2 months ago
  38. cfbb271 Add unit test for Neon Convert workloads by Matthew Bentham · 1 year, 2 months ago
  39. 024ef0b BugFix: calculate explicit padding for Transpose Convolution using output size by Teresa Charlin · 1 year, 2 months ago
  40. 357add2 Update cxxopts from 3.0 to 3.1.1 by Jim Flynn · 1 year, 3 months ago
  41. 93f0ad0 GitHub #640 Add support for CEIL operator by Teresa Charlin · 1 year, 3 months ago
  42. acb3ec5 GitHub #719 Set quantization parameter scale to 1.0, instead of 0.0. by Teresa Charlin · 1 year, 3 months ago
  43. 4296927 IVGCVSW-7197 Implement Pimpl Idiom OptimizerOptions TOSA tests by John Mcloughlin · 1 year, 3 months ago
  44. c5ee0d7 IVGCVSW-7197 Implement Pimpl Idiom for OptimizerOptions by John Mcloughlin · 1 year, 3 months ago
  45. ca5c82a IVGCVSW-7507 Pass m_Crops in BatchToSpaceND CpuAcc and GpuAcc workloads by Teresa Charlin · 1 year, 3 months ago
  46. 40847fc IVGCVSW-7674 Fixing include paths in sample dynamic backend. by Colm Donelan · 1 year, 3 months ago
  47. 35fedc5 IVGCVSW-7672 Arm NN build failures in Main by Mike Kelly · 1 year, 3 months ago
  48. 1ec5f85 IVGCVSW-7673 Fix for failing build by Mike Kelly · 1 year, 3 months ago
  49. 1bf35f5 Fix gcc 13 compiler errors by Pablo Marquez Tello · 1 year, 3 months ago
  50. 6fe9ef9 IVGCVSW-7662 Update BuildGuideAndroidNDK.md by Mike Kelly · 1 year, 3 months ago
  51. c1c5f2a Remove GetGraph and include of Graph.hpp header from public header by Matthew Bentham · 1 year, 3 months ago
  52. 2c14db6 IVGCVSW-3808 Deprecation notices for old ElementwiseBinary layers by Mike Kelly · 1 year, 4 months ago
  53. 1a05aad Revert "IVGCVSW-3808 Deprecation notices for old ElementwiseBinary layers" by Mike Kelly · 1 year, 3 months ago
  54. b75fc93 IVGCVSW-7454 Enable NonConstWeights in CpuAcc by Teresa Charlin · 1 year, 5 months ago
  55. 52e90bf IVGCVSW-3808 Deprecation notices for old ElementwiseBinary layers by Mike Kelly · 1 year, 4 months ago
  56. 046e2cb BugFix: Mean layer reading negative axis incorrectly in TFLite parser by Teresa Charlin · 1 year, 3 months ago
  57. 3ec3077 IVGCVSW-3808 Add ElementwiseBinaryLayer by Mike Kelly · 1 year, 4 months ago
  58. aeec3ce Add constant version of IConnectableLayer::GetConstantTensorsByRef by Matthew Bentham · 1 year, 4 months ago
  59. 2a764ad IVGCVSW-7546 SPACE_TO_DEPTH support added in tflite parser by Teresa Charlin · 1 year, 4 months ago
  60. f0a35b8 Fix segfault in ParseTransposeConv2d when output_shape is not constant by Ryan OShea · 1 year, 4 months ago
  61. df15c4e Report errors when running LoadedNetwork in End to End tests by Teresa Charlin · 1 year, 4 months ago
  62. a544f0f MLCE-753 Expand Tensorshape for relevent layers before verifying support by Ryan OShea · 1 year, 5 months ago
  63. b229370 IVGCVSW-7427 Execute network unable to correctly determine by Mike Kelly · 1 year, 5 months ago
  64. ca36123 GitHub #714: OnnxParser FullyConnectedLayer inferred shape doesn't match by Matthew Sloyan · 1 year, 4 months ago
  65. b5ea589 IVGCVSW-7510 Delete temporary files created by DebugTestImpl. by Colm Donelan · 1 year, 5 months ago
  66. 87231be IVGCVSW-7155: Fix Slot replacement during UpdateSubgraphViewSlotPointers by Francis Murtagh · 1 year, 5 months ago
  67. 6dd0702 Fix incorrect copyright notices by Matthew Sloyan · 1 year, 5 months ago
  68. 04d8229 IVGCVSW-7277 Fixed issues with FullyConnected on certain TFLite models by Mike Kelly · 1 year, 5 months ago
  69. 0e3fe10 IVGCVSW-7455 Workaround to allow CLBatchMatMul to parse some 4D models by Mike Kelly · 1 year, 5 months ago
  70. 2542a26 IVGCVSW-7453 Comparison does not Calculate its shape properly by Mike Kelly · 1 year, 5 months ago
  71. c01da45 Refactor TOSA Common to be built without enabling the TOSA Reference backend by Matthew Sloyan · 1 year, 5 months ago
  72. e814821 IVGCVSW-7013 Removing the check for constant layer in FoldPad by Teresa Charlin · 1 year, 5 months ago
  73. d97db7e Github #700: Fix order of optimizations so dequantization works with folding by Francis Murtagh · 1 year, 5 months ago
  74. e27983c IVGCVSW-7405 Improving error handling around creating directories. by Colm Donelan · 1 year, 5 months ago
  75. 4e54e9c IVGCVSW-7435 Making optional some CL code in Acl Common. by Colm Donelan · 1 year, 6 months ago
  76. c074cdb IVGCVSW-6493 Bug Fix on RHS permute GpuAcc Batch MatMul workload Fp32 by Teresa Charlin · 1 year, 6 months ago
  77. 9c4c449 Do the same for both ShapeInferenceMethod in Elementwise inferOutputShape by Teresa Charlin · 1 year, 6 months ago
  78. d7fca09 IVGCVSW-7173 Add Rsqrt to Tosa Ref Backend by David Monahan · 1 year, 6 months ago
  79. c17a35f IVGCVSW-5128 Add EndToEnd test for REDUCE_SUM by Teresa Charlin · 1 year, 6 months ago
  80. 377fb21 IVGCVSW-7244 ConcatLayer overlapping views on TFLiteParser by Mike Kelly · 1 year, 6 months ago
  81. 01f7269 IVGCVSW-7418 Allow working copy SubgraphView to get Original Slots by Francis Murtagh · 1 year, 6 months ago
  82. d9e55f0 Move tuning and IClTensorHandle code from cl to aclCommon backend. by Cathal Corbett · 1 year, 6 months ago
  83. 9c843c3 Catch exception by reference instead of by value. by Cathal Corbett · 1 year, 6 months ago
  84. 4512b92 IVGCVSW-7418: Can't call SubstituteSubgraph on working copy of subgraph in Optimize by Matthew Bentham · 1 year, 6 months ago
  85. 94916a5 IVGCVSW-6493 Add GpuAcc Batch MatMul workload Fp32 by Teresa Charlin · 1 year, 8 months ago
  86. 5b2145c IVGCVSW-6632 Return INetwork* not INetworkPtr& from OptimizationViews::GetINetwork() by Francis Murtagh · 1 year, 6 months ago
  87. b554054 IVGCVSW-7031 Generate static execute network by Ryan OShea · 2 years ago
  88. 7000d67 Deregistering custom allocators in RuntimeImpl destructor. by Colm Donelan · 1 year, 6 months ago
  89. 0506ef0 GitHub #543 Problem Parsing Mixed-Precision Model by Mike Kelly · 1 year, 6 months ago
  90. 8b4a483 Revert "IVGCVSW-7297 When creating multiple Executors only the last" by TeresaARM · 1 year, 6 months ago
  91. 9d1786e Fix Npu main build issue by Nikhil Raj · 1 year, 6 months ago
  92. 80f71a8 IVGCVSW-7211 Fix float16 operators being wrongly unsupported with android-nn-driver. by Cathal Corbett · 1 year, 6 months ago
  93. 2ae3224 GitHub #709 Provide a CreateNetworkFromBinary method for the ONNX parser by Mike Kelly · 1 year, 7 months ago
  94. 0bb096d IVGCVSW-7343 Add Transpose support to TOSA Reference Backend by Cathal Corbett · 1 year, 6 months ago
  95. 56fb21e Remove Network.cpp debug message merged in "Optimize the calling of IsLayerSupported()." by Cathal Corbett · 1 year, 6 months ago
  96. 9a33946 IVGCVSW-7172 Add ElementwiseBinary (Subtraction & Multiplication) support to TOSA Reference Backend by Nikhil Raj · 1 year, 7 months ago
  97. b42a2b4 Refactor, remove m_ImportFlags from ClTensorHandleFactory by Matthew Bentham · 1 year, 7 months ago
  98. bf3e36f Add profile data for explicit copy of input and outputs by Matthew Bentham · 1 year, 7 months ago
  99. cb223b7 Github #712: Use static libraries not object libraries for support library by Francis Murtagh · 1 year, 7 months ago
  100. 5b58e31 IVGCVSW-7170 Add Concat support to TOSA Reference Backend by Kevin May · 1 year, 7 months ago