1. 024ef0b BugFix: calculate explicit padding for Transpose Convolution using output size by Teresa Charlin · 1 year, 2 months ago
  2. 93f0ad0 GitHub #640 Add support for CEIL operator by Teresa Charlin · 1 year, 3 months ago
  3. acb3ec5 GitHub #719 Set quantization parameter scale to 1.0, instead of 0.0. by Teresa Charlin · 1 year, 3 months ago
  4. 046e2cb BugFix: Mean layer reading negative axis incorrectly in TFLite parser by Teresa Charlin · 1 year, 3 months ago
  5. 3ec3077 IVGCVSW-3808 Add ElementwiseBinaryLayer by Mike Kelly · 1 year, 4 months ago
  6. 2a764ad IVGCVSW-7546 SPACE_TO_DEPTH support added in tflite parser by Teresa Charlin · 1 year, 4 months ago
  7. f0a35b8 Fix segfault in ParseTransposeConv2d when output_shape is not constant by Ryan OShea · 1 year, 4 months ago
  8. b229370 IVGCVSW-7427 Execute network unable to correctly determine by Mike Kelly · 1 year, 5 months ago
  9. 04d8229 IVGCVSW-7277 Fixed issues with FullyConnected on certain TFLite models by Mike Kelly · 1 year, 5 months ago
  10. 377fb21 IVGCVSW-7244 ConcatLayer overlapping views on TFLiteParser by Mike Kelly · 1 year, 6 months ago
  11. 9c843c3 Catch exception by reference instead of by value. by Cathal Corbett · 1 year, 6 months ago
  12. 0506ef0 GitHub #543 Problem Parsing Mixed-Precision Model by Mike Kelly · 1 year, 6 months ago
  13. 2b922e2 IVGCVSW-7158 TfLiteParser supports reshape when output 'shape_signature' param contains a value of -1. by Cathal Corbett · 1 year, 9 months ago
  14. bc37a6b IVGCVSW-7240 Adjoint is Transpose in TFLite. Change in TFLite parser by Teresa Charlin · 1 year, 9 months ago
  15. 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
  16. fd3ba5a IVGCVSW-6497: BatchMatMul TfLite Parser by Samuel Yap · 1 year, 10 months ago
  17. d4d1c31 IVGCVSW-7103 ExecuteNetwork failed while doing Yolov4 execution by Nikhil Raj · 1 year, 11 months ago
  18. 80b4ef0 Fix '#if defined(ARMNN_POST_TFLITE_2_3)' in TfLiteParser Conv3D test. by Cathal Corbett · 2 years, 1 month ago
  19. 28aa669 IVGCVSW-7094 Add LOG and SIN support to tflite parser by Teresa Charlin · 2 years ago
  20. fd33a69 IVGCVSW-7040 Add support for LOG_SOFTMAX to the TFLiteParser by Teresa Charlin · 2 years ago
  21. c0800a3 GitHub 653: Segfault when parsing Unidirectional Sequence LSTM by Mike Kelly · 2 years ago
  22. 80512b0 IVGCVSW-6929 Support for models with implicit expanded dimensions by Mike Kelly · 2 years, 1 month ago
  23. b4dd5cc IVGCVSW-6124 ConstTensorsAsInput: Conv2d - FrontEnd by Keith Davis · 2 years, 3 months ago
  24. 0690265 IVGCVSW-6127 ConstTensorsAsInput: DepthwiseConvolution2d by Cathal Corbett · 2 years, 3 months ago
  25. 725728e IVGCVSW-6938 Do not add Floor when FloorDiv is int32 in Tfliteparser by Teresa Charlin · 2 years, 2 months ago
  26. f0fce5b IVGCVSW-6936 Add SQRT support to tflite parser by Teresa Charlin · 2 years, 2 months ago
  27. 91a53ea IVGCVSW-6857 Add GATHERNd Support to the TfLiteParser by Teresa Charlin · 2 years, 2 months ago
  28. 5880b91 MLCE-604 Add Unidirectional Sequence Lstm support to TFLite by Mike Kelly · 2 years, 5 months ago
  29. 502ab94 Bug fix in ParseConv3D dilationZ by Teresa Charlin · 2 years, 3 months ago
  30. cdbd40b IVGCVSW-6454 Add FLOOR_DIV Support to the TfLiteParser by Teresa Charlin · 2 years, 4 months ago
  31. 0d77ae1 GitHub #603 Add PADV2 support to TFLite Parser by Mike Kelly · 2 years, 6 months ago
  32. d2f7323 IVGCVSW-6252 Armnn Error: Failed to parse operator #1 within by Cathal Corbett · 2 years, 7 months ago
  33. 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
  34. 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
  35. 4bc993b IVGCVSW-6420 Setting a const tensor flag was missing inthe TfLite parser. by Colm Donelan · 2 years, 8 months ago
  36. af3a4ef IVGCVSW-6469 Add MirrorPad TfLiteParser and TfLiteDelegate Support by Matthew Sloyan · 2 years, 8 months ago
  37. 5d7b0a3 Add ConstTensorsAsInput support for Conv3d by Matthew Sloyan · 2 years, 8 months ago
  38. 4d217c0 IVGCVSW-6461 Building Arm NN failed after adding Conv3d to TFLiteparser by Matthew Sloyan · 2 years, 9 months ago
  39. eb5f810 IVGCVSW-6165 Add Support for Conv3d to TfLiteParser by Matthew Sloyan · 2 years, 9 months ago
  40. fca233e IVGCVSW-6181 patch to allow building against tflite > v2.3 by Jim Flynn · 2 years, 9 months ago
  41. a3268f1 Revert "IVGCVSW-6181 patch to allow building against tflite > v2.3" by Jim Flynn · 2 years, 9 months ago
  42. 7ba84d6 GitHub #577 slice layer does not handle a size of -1 by Mike Kelly · 2 years, 10 months ago
  43. fc8d434 IVGCVSW-6181 patch to allow building against tflite > v2.3 by Jim Flynn · 2 years, 10 months ago
  44. 4e3e831 IVGCVSW-6262 Add support for Reduce Prod by Teresa Charlin · 2 years, 11 months ago
  45. 31dce2b IVGCVSW-6294 Added support for LRN to TfLiteParser by Mike Kelly · 2 years, 10 months ago
  46. d812a31 Replace use of non-standard variable length arrays by Rob Hughes · 2 years, 11 months ago
  47. 81beae3 IVGCVSW-6119 ConstTensorsAsInput: FullyConnected by Matthew Sloyan · 3 years ago
  48. be2ce55 Fix for gcc 9.3.0 compiler warning by Jim Flynn · 2 years, 11 months ago
  49. b49ed18 IVGCVSW-6176 Add support for shape_signature in the tflite parser by Finn Williams · 3 years ago
  50. 9542f90 NNXSW-3081 Move Filesystem.hpp and Threads.hpp to public include by Rob Hughes · 3 years ago
  51. 2d0eb86 Added comparison operators to TfLiteParser by Bruno Goncalves · 3 years ago
  52. 3ab8548 IVGCVSW-6075 Add ParseExpandDims to TfliteParser by Teresa Charlin · 3 years, 1 month ago
  53. 0176fd8 MLCE-510 Add CpuRef Shape Operator to ArmNN by Keith Davis · 3 years, 1 month ago
  54. 53ef795 IVGCVSW-5826 Change weights layout for depthwise to [1,H,W,I*M] by Jan Eilers · 3 years, 1 month ago
  55. bf99b5f IVGCVSW-6079 Fix circular dependency by Narumol Prangnawarat · 3 years, 1 month ago
  56. bfaee6b IVGCVSW-3649 Add TfLite parser support for Prelu layer by Narumol Prangnawarat · 3 years, 1 month ago
  57. c21025d IVGCVSW-5882 Turn off Bias when data location equals -1 by mathad01 · 3 years, 2 months ago
  58. bf7edb6 IVGCVSW-5418 ExecuteNetwork test for MobileBERT by mathad01 · 3 years, 2 months ago
  59. 7612bd6 IVGCVSW-5842 Remove cross-wiring in depthwise by Jan Eilers · 3 years, 3 months ago
  60. ed7fce4 IVGCVSW-5829 Segfault in tflite-parser, int8 models by Matthew Sloyan · 3 years, 3 months ago
  61. b392e98 IVGCVSW-5410 Add front-end support for CAST by mathad01 · 3 years, 3 months ago
  62. 28f177c IVGCVSW-5804 TfLiteParser fails to correctly parse ArgMinMax by Matthew Sloyan · 3 years, 3 months ago
  63. 1f140f7 MLCE-328 Serializer/Deserializer does not support Signed64 by Mike Kelly · 3 years, 3 months ago
  64. d4fa545 IVGCVSW-5741 Update FullyConnected in TfLiteParser to support NonConstWeights by Finn Williams · 3 years, 4 months ago
  65. 49bdb79 MLCE-360 'ReduceLayer InferOutputShape Issue' by Sadik Armagan · 3 years, 5 months ago
  66. a274748 MLCE-347 'REDUCE_MIN, REDUCE_MAX, REDUCE_SUM Support' by Sadik Armagan · 3 years, 5 months ago
  67. ac001ee IVGCVSW-4901 Add semantic versioning to Parsers and TfLite Delegate by Matthew Sloyan · 3 years, 5 months ago
  68. 7d96b16 IVGCVSW-5592 Implement Pimpl Idiom for Tf and TfLite Parsers by Kevin May · 3 years, 5 months ago
  69. 0c3ea5b backends/reference: Add ReduceSum operation support by Sadik Armagan · 3 years, 5 months ago
  70. 2686849 MLCE-335 'DEPTH_TO_SPACE and GATHER operator support in TfLiteParser' by Sadik Armagan · 3 years, 5 months ago
  71. 19a1c03 MLCE-336 'TfLite parser and ExecuteNetwork issues' by Sadik Armagan · 3 years, 5 months ago
  72. 6168380 IVGCVSW-5424 TFLite parser not parsing new TransposeConv by David Monahan · 3 years, 6 months ago
  73. 7515d07 IVGCVSW-5614 Enable Hard Swish and Elu activations by Matthew Sloyan · 3 years, 7 months ago
  74. 8719d22 IVGCVSW-5595 Fix incorrect padding value for asymmetric quantized type by Narumol Prangnawarat · 3 years, 7 months ago
  75. 58dec6b IVGCVSW-5296 Remove boost::format armnn parsers by James Ward · 3 years, 10 months ago
  76. d4619e2 Add int32 and int64 ArgMax op support by Inki Dae · 3 years, 10 months ago
  77. 16f82f9 IVGCVSW-5305 AddBroadcastReshapeLayer as optimizer by Narumol Prangnawarat · 3 years, 10 months ago
  78. 589e3e8 IVGCVSW-5302 Remove some boost::numeric_cast from parsers by Matthew Sloyan · 3 years, 10 months ago
  79. bbf71a6 IVGCVSW-5244 Load-scope dynamic tensor TfLite tests by Narumol Prangnawarat · 3 years, 10 months ago
  80. d109a4d IVGCVSW-4932 Introduce ShapeInferenceMethod to TfLite Parser by Sadik Armagan · 4 years ago
  81. 2f746b3 Github#433 Add HardSwish support to TfLiteParser by Jan Eilers · 4 years ago
  82. bac9b35 IVGCVSW-4847, Github #393 Fix TfLite reshape operator by Jan Eilers · 4 years ago
  83. 3d5672f Github #388 Remove TfLite Concat quant validation by James Conroy · 4 years ago
  84. 0510239 GitHub #388 Add matching quant checks in TfLite parser by James Conroy · 4 years ago
  85. c5789ca GitHub #418 AddBroadcastReshapeLayer can cause inputs to be connected incorrectly by Mike Kelly · 4 years ago
  86. 0ad3ef1 IVGCVSW-4988 Add handling output shape parameter to TransposeConvolution2d by Colm Donelan · 4 years ago
  87. 532a29d IVGCVSW-4487 Remove boost::filesystem by Francis Murtagh · 4 years ago
  88. c0761e9 IVGCVSW-5021 Fix failure in SplitV by Jan Eilers · 4 years ago
  89. 6350d27 IVGCVSW-4968 Fix exception handling in TfLiteParser. by Colm Donelan · 4 years, 1 month ago
  90. 8670473 IVGCVSW-4190 Add SplitV to Tflite Parser by Ryan OShea · 4 years, 1 month ago
  91. 4a0c9b9 IVGCVSW-4888 Update Resize Front end for new parameters by David Monahan · 4 years, 1 month ago
  92. 83fcf98 Add NEG support to TFLite parser by Darshan Patel · 4 years, 1 month ago
  93. 12239e7 IVGCVSW-4187 Add LEAKY_RELU to TFLite parser by Sadik Armagan · 4 years, 1 month ago
  94. 42b3d7d Add DIV support to TFLite parser by Darshan Patel · 4 years, 1 month ago
  95. f017699 IVGCVSW-4186 Parse TfLite Exp and Split_V operators by Derek Lamberti · 4 years, 2 months ago
  96. ac2770a IVGCVSW-4485 Remove Boost assert by Narumol Prangnawarat · 4 years, 3 months ago
  97. f4a953f IVGCVSW-4545 Relax check on ParseReshape by Derek Lamberti · 4 years, 3 months ago
  98. c9e5279 IVGCVSW-4545 Fix segfault parsing reshape layer by Derek Lamberti · 4 years, 4 months ago
  99. 8eb2560 IVGCVSW-4482 Remove boost::ignore_unused by Jan Eilers · 4 years, 4 months ago
  100. bdeabf8 IVGCVSW-4213 Enable split along any dimension by Ryan OShea · 4 years, 4 months ago