1. ce7f51f IVGCVSW-8231 ScatterNd added to TFLite parser by Teresa Charlin · 4 months ago
  2. a9c3267 IVGCVSW-8159 Fixed issues building with NDK r26 by Mike Kelly · 7 months ago
  3. 5812504 IVGCVSW-7861 Updating tflite parser to ignore VALIDATION: subgraphs. by Colm Donelan · 8 months ago
  4. ed0604e IVGCVSW-8140 Prelu restriction in quantization not needed by Teresa Charlin · 8 months ago
  5. 2210136 IVGCVSW-8103 SquareDiff restriction in quantization not needed by Teresa Charlin · 8 months ago
  6. 363b572 Revert "Revert "MLCE-1093 Reshape and concat invalid results"" by Mike Kelly · 9 months ago
  7. 2077348 IVGCVSW-7749 DTS: Fix reshape floating point exception by Tianle Cheng · 9 months ago
  8. 077cddb IVGCVSW-8055 Add support for GELU activation function. by Teresa Charlin · 9 months ago
  9. 564c13d IVGCVSW-7525 Add broadcast_to to TFLite Parser by Idriss Chaouch · 10 months ago
  10. 5f94124 IVGCVSW-7964 Fix UnidirectionalSequenceLstm by Narumol Prangnawarat · 11 months ago
  11. 008270f Revert "MLCE-1093 Reshape and concat invalid results" by Nikhil Raj Arm · 11 months ago
  12. 4980e21 MLCE-1093 Reshape and concat invalid results by Mike Kelly · 11 months ago
  13. 6627703 IVGCVSW-7635 Remove deprecated code due to be removed in 23.08 (ILayerSupport) by Francis Murtagh · 11 months ago
  14. c229b3f IVGCVSW-7676 Audit the use of ARMNN_ASSERT by Ryan OShea · 12 months ago
  15. 39085f7 IVGCVSW-7860 - Fix segfault with some models in the TfLiteParser by David Monahan · 11 months ago
  16. 777008b IVGCVSW-7885 Add TILE to TFLite parser by Teresa Charlin · 11 months ago
  17. bb8d759 IVGCVSW-7879 Change REVERSE_V2 from LayerWithParameters with 1 input, to Layer with 2 inputs by Tracy Narine · 12 months ago
  18. 6963b33 Add Square as Mul in the TfLite Parser by Teresa Charlin · 12 months ago
  19. e5a30ff IVGCVSW-7833 Add ReverseV2 support to TFLite Parser by Tianle Cheng · 12 months ago
  20. 0dfb265 IVGCVSW-7666 Add a FileComparisonExecutor to ExecuteNetwork. by Colm Donelan · 1 year ago
  21. 16e27cf Bugfix: -Werror=unused-result - unnecessary line, previously called above by Francis Murtagh · 1 year ago
  22. a7a605a IVGCVSW-7785 BugFix: ExpandDims not working when batch!=1 by Teresa Charlin · 1 year ago
  23. d04873f BugFix: check for options!=null before adding fused activation in TfLite parser by Teresa Charlin · 1 year, 1 month ago
  24. 0ec0087 IVGCVSW-7400 POW IVGCVSW-7278 SQUARED_DIFFERENCE. by John Mcloughlin · 1 year, 1 month ago
  25. a3dc95e Improve reusability of code that is defined out by cmake build paths by Ryan OShea · 1 year, 3 months ago
  26. 024ef0b BugFix: calculate explicit padding for Transpose Convolution using output size by Teresa Charlin · 1 year, 2 months ago
  27. 93f0ad0 GitHub #640 Add support for CEIL operator by Teresa Charlin · 1 year, 3 months ago
  28. acb3ec5 GitHub #719 Set quantization parameter scale to 1.0, instead of 0.0. by Teresa Charlin · 1 year, 3 months ago
  29. 046e2cb BugFix: Mean layer reading negative axis incorrectly in TFLite parser by Teresa Charlin · 1 year, 3 months ago
  30. 3ec3077 IVGCVSW-3808 Add ElementwiseBinaryLayer by Mike Kelly · 1 year, 4 months ago
  31. 2a764ad IVGCVSW-7546 SPACE_TO_DEPTH support added in tflite parser by Teresa Charlin · 1 year, 4 months ago
  32. f0a35b8 Fix segfault in ParseTransposeConv2d when output_shape is not constant by Ryan OShea · 1 year, 4 months ago
  33. b229370 IVGCVSW-7427 Execute network unable to correctly determine by Mike Kelly · 1 year, 4 months ago
  34. 04d8229 IVGCVSW-7277 Fixed issues with FullyConnected on certain TFLite models by Mike Kelly · 1 year, 5 months ago
  35. 377fb21 IVGCVSW-7244 ConcatLayer overlapping views on TFLiteParser by Mike Kelly · 1 year, 6 months ago
  36. 9c843c3 Catch exception by reference instead of by value. by Cathal Corbett · 1 year, 6 months ago
  37. b554054 IVGCVSW-7031 Generate static execute network by Ryan OShea · 2 years ago
  38. 0506ef0 GitHub #543 Problem Parsing Mixed-Precision Model by Mike Kelly · 1 year, 6 months ago
  39. 839b932 IVGCVSW-6980 Delegate support for slice operator by Cathal Corbett · 1 year, 7 months ago
  40. 2b922e2 IVGCVSW-7158 TfLiteParser supports reshape when output 'shape_signature' param contains a value of -1. by Cathal Corbett · 1 year, 9 months ago
  41. bc37a6b IVGCVSW-7240 Adjoint is Transpose in TFLite. Change in TFLite parser by Teresa Charlin · 1 year, 9 months ago
  42. de33dda IVGCVSW-7040 TfLiteParser fails to prepare model due to unspecified size buffer data for Slice operator. by Cathal Corbett · 1 year, 9 months ago
  43. fd3ba5a IVGCVSW-6497: BatchMatMul TfLite Parser by Samuel Yap · 1 year, 10 months ago
  44. d4d1c31 IVGCVSW-7103 ExecuteNetwork failed while doing Yolov4 execution by Nikhil Raj · 1 year, 11 months ago
  45. 80b4ef0 Fix '#if defined(ARMNN_POST_TFLITE_2_3)' in TfLiteParser Conv3D test. by Cathal Corbett · 2 years, 1 month ago
  46. 28aa669 IVGCVSW-7094 Add LOG and SIN support to tflite parser by Teresa Charlin · 2 years ago
  47. 6217c3d IVGCVSW-7024 Add missing license info for reuse lint by Jim Flynn · 2 years ago
  48. fd33a69 IVGCVSW-7040 Add support for LOG_SOFTMAX to the TFLiteParser by Teresa Charlin · 2 years ago
  49. c0800a3 GitHub 653: Segfault when parsing Unidirectional Sequence LSTM by Mike Kelly · 2 years ago
  50. 80512b0 IVGCVSW-6929 Support for models with implicit expanded dimensions by Mike Kelly · 2 years, 1 month ago
  51. b4dd5cc IVGCVSW-6124 ConstTensorsAsInput: Conv2d - FrontEnd by Keith Davis · 2 years, 3 months ago
  52. 0690265 IVGCVSW-6127 ConstTensorsAsInput: DepthwiseConvolution2d by Cathal Corbett · 2 years, 2 months ago
  53. 725728e IVGCVSW-6938 Do not add Floor when FloorDiv is int32 in Tfliteparser by Teresa Charlin · 2 years, 2 months ago
  54. f0fce5b IVGCVSW-6936 Add SQRT support to tflite parser by Teresa Charlin · 2 years, 2 months ago
  55. 91a53ea IVGCVSW-6857 Add GATHERNd Support to the TfLiteParser by Teresa Charlin · 2 years, 2 months ago
  56. 5880b91 MLCE-604 Add Unidirectional Sequence Lstm support to TFLite by Mike Kelly · 2 years, 5 months ago
  57. 502ab94 Bug fix in ParseConv3D dilationZ by Teresa Charlin · 2 years, 3 months ago
  58. cdbd40b IVGCVSW-6454 Add FLOOR_DIV Support to the TfLiteParser by Teresa Charlin · 2 years, 4 months ago
  59. c42a987 IVGCVSW-6635 Move MemCopyTestImpl from acl to armnnTestUtils. by Colm Donelan · 2 years, 5 months ago
  60. d963603 IVGCVSW-6727 Updating error messages from the flatbuffers parser. by Colm Donelan · 2 years, 5 months ago
  61. 0d77ae1 GitHub #603 Add PADV2 support to TFLite Parser by Mike Kelly · 2 years, 6 months ago
  62. 940932d IVGCVSW-6727 Change asserts to CHECK in ParserFlatbuffersFixture.hpp. by Colm Donelan · 2 years, 5 months ago
  63. d2f7323 IVGCVSW-6252 Armnn Error: Failed to parse operator #1 within by Cathal Corbett · 2 years, 7 months ago
  64. a097d2a IVGCVSW-6453 'Move the ArmNN Test Utils code to a physically separate directory' by Sadik Armagan · 2 years, 7 months ago
  65. 6a056a4 Revert "IVGCVSW-6252 Armnn Error: Failed to parse operator #1 within subgraph #0 error: Operator not supported" by Teresa Charlin · 2 years, 7 months ago
  66. 9fc2596 IVGCVSW-6252 Armnn Error: Failed to parse operator #1 within subgraph #0 error: Operator not supported by Tamas Nyiri · 2 years, 7 months ago
  67. 4bc993b IVGCVSW-6420 Setting a const tensor flag was missing inthe TfLite parser. by Colm Donelan · 2 years, 8 months ago
  68. 5b8093c IVGCVSW-6420: Constant flag in tensor info is not set correctly by Cathal Corbett · 2 years, 8 months ago
  69. af3a4ef IVGCVSW-6469 Add MirrorPad TfLiteParser and TfLiteDelegate Support by Matthew Sloyan · 2 years, 8 months ago
  70. 5d7b0a3 Add ConstTensorsAsInput support for Conv3d by Matthew Sloyan · 2 years, 8 months ago
  71. 4d217c0 IVGCVSW-6461 Building Arm NN failed after adding Conv3d to TFLiteparser by Matthew Sloyan · 2 years, 9 months ago
  72. eb5f810 IVGCVSW-6165 Add Support for Conv3d to TfLiteParser by Matthew Sloyan · 2 years, 9 months ago
  73. 1b2654f IVGCVSW-5985 Remove deprecated code by Jan Eilers · 2 years, 9 months ago
  74. d561ac1 Check for GNU-like compiler before appending arguments by Rob Hughes · 2 years, 9 months ago
  75. fca233e IVGCVSW-6181 patch to allow building against tflite > v2.3 by Jim Flynn · 2 years, 9 months ago
  76. a3268f1 Revert "IVGCVSW-6181 patch to allow building against tflite > v2.3" by Jim Flynn · 2 years, 9 months ago
  77. 7ba84d6 GitHub #577 slice layer does not handle a size of -1 by Mike Kelly · 2 years, 10 months ago
  78. fc8d434 IVGCVSW-6181 patch to allow building against tflite > v2.3 by Jim Flynn · 2 years, 10 months ago
  79. 4e3e831 IVGCVSW-6262 Add support for Reduce Prod by Teresa Charlin · 2 years, 11 months ago
  80. 31dce2b IVGCVSW-6294 Added support for LRN to TfLiteParser by Mike Kelly · 2 years, 10 months ago
  81. d812a31 Replace use of non-standard variable length arrays by Rob Hughes · 2 years, 11 months ago
  82. 81beae3 IVGCVSW-6119 ConstTensorsAsInput: FullyConnected by Matthew Sloyan · 3 years ago
  83. be2ce55 Fix for gcc 9.3.0 compiler warning by Jim Flynn · 2 years, 11 months ago
  84. b49ed18 IVGCVSW-6176 Add support for shape_signature in the tflite parser by Finn Williams · 3 years ago
  85. 9542f90 NNXSW-3081 Move Filesystem.hpp and Threads.hpp to public include by Rob Hughes · 3 years ago
  86. 9021125 Fixed RunTest's TfliteParser with boolean output by Bruno Goncalves · 3 years ago
  87. 2d0eb86 Added comparison operators to TfLiteParser by Bruno Goncalves · 3 years ago
  88. c013bc8 Fix some compile warnings & errors by Rob Hughes · 3 years ago
  89. 3ab8548 IVGCVSW-6075 Add ParseExpandDims to TfliteParser by Teresa Charlin · 3 years, 1 month ago
  90. 0176fd8 MLCE-510 Add CpuRef Shape Operator to ArmNN by Keith Davis · 3 years, 1 month ago
  91. 53ef795 IVGCVSW-5826 Change weights layout for depthwise to [1,H,W,I*M] by Jan Eilers · 3 years, 1 month ago
  92. 1625efc IVGCVSW-5963 'Move unit tests to new framework' by Sadik Armagan · 3 years, 1 month ago
  93. 483c811 IVGCVSW-5962 Remove boost::multi_array by Sadik Armagan · 3 years, 1 month ago
  94. bf99b5f IVGCVSW-6079 Fix circular dependency by Narumol Prangnawarat · 3 years, 1 month ago
  95. 4a4af11 IVGCVSW-3649 Add Prelu with different alpha dimension test to TfLiteParser by Narumol Prangnawarat · 3 years, 1 month ago
  96. bfaee6b IVGCVSW-3649 Add TfLite parser support for Prelu layer by Narumol Prangnawarat · 3 years, 1 month ago
  97. 25ab3a8 IVGCVSW-5964 Removing some remaining boost utility usages from tests. by Colm Donelan · 3 years, 1 month ago
  98. ea835e7 IVGCVSW-5826 Add per channel tests by Jan Eilers · 3 years, 2 months ago
  99. c21025d IVGCVSW-5882 Turn off Bias when data location equals -1 by mathad01 · 3 years, 2 months ago
  100. bf7edb6 IVGCVSW-5418 ExecuteNetwork test for MobileBERT by mathad01 · 3 years, 2 months ago