1. a274748 MLCE-347 'REDUCE_MIN, REDUCE_MAX, REDUCE_SUM Support' by Sadik Armagan · 3 years, 5 months ago
  2. ac001ee IVGCVSW-4901 Add semantic versioning to Parsers and TfLite Delegate by Matthew Sloyan · 3 years, 5 months ago
  3. 7d96b16 IVGCVSW-5592 Implement Pimpl Idiom for Tf and TfLite Parsers by Kevin May · 3 years, 5 months ago
  4. 0c3ea5b backends/reference: Add ReduceSum operation support by Sadik Armagan · 3 years, 5 months ago
  5. 2686849 MLCE-335 'DEPTH_TO_SPACE and GATHER operator support in TfLiteParser' by Sadik Armagan · 3 years, 5 months ago
  6. 19a1c03 MLCE-336 'TfLite parser and ExecuteNetwork issues' by Sadik Armagan · 3 years, 5 months ago
  7. 6168380 IVGCVSW-5424 TFLite parser not parsing new TransposeConv by David Monahan · 3 years, 6 months ago
  8. 7515d07 IVGCVSW-5614 Enable Hard Swish and Elu activations by Matthew Sloyan · 3 years, 7 months ago
  9. 8719d22 IVGCVSW-5595 Fix incorrect padding value for asymmetric quantized type by Narumol Prangnawarat · 3 years, 7 months ago
  10. 58dec6b IVGCVSW-5296 Remove boost::format armnn parsers by James Ward · 3 years, 10 months ago
  11. d4619e2 Add int32 and int64 ArgMax op support by Inki Dae · 3 years, 10 months ago
  12. 16f82f9 IVGCVSW-5305 AddBroadcastReshapeLayer as optimizer by Narumol Prangnawarat · 3 years, 10 months ago
  13. 589e3e8 IVGCVSW-5302 Remove some boost::numeric_cast from parsers by Matthew Sloyan · 3 years, 10 months ago
  14. bbf71a6 IVGCVSW-5244 Load-scope dynamic tensor TfLite tests by Narumol Prangnawarat · 3 years, 10 months ago
  15. d109a4d IVGCVSW-4932 Introduce ShapeInferenceMethod to TfLite Parser by Sadik Armagan · 4 years ago
  16. 2f746b3 Github#433 Add HardSwish support to TfLiteParser by Jan Eilers · 4 years ago
  17. bac9b35 IVGCVSW-4847, Github #393 Fix TfLite reshape operator by Jan Eilers · 4 years ago
  18. 3d5672f Github #388 Remove TfLite Concat quant validation by James Conroy · 4 years ago
  19. 0510239 GitHub #388 Add matching quant checks in TfLite parser by James Conroy · 4 years ago
  20. c5789ca GitHub #418 AddBroadcastReshapeLayer can cause inputs to be connected incorrectly by Mike Kelly · 4 years ago
  21. 0ad3ef1 IVGCVSW-4988 Add handling output shape parameter to TransposeConvolution2d by Colm Donelan · 4 years ago
  22. 532a29d IVGCVSW-4487 Remove boost::filesystem by Francis Murtagh · 4 years ago
  23. c0761e9 IVGCVSW-5021 Fix failure in SplitV by Jan Eilers · 4 years ago
  24. 6350d27 IVGCVSW-4968 Fix exception handling in TfLiteParser. by Colm Donelan · 4 years, 1 month ago
  25. 8670473 IVGCVSW-4190 Add SplitV to Tflite Parser by Ryan OShea · 4 years, 1 month ago
  26. 4a0c9b9 IVGCVSW-4888 Update Resize Front end for new parameters by David Monahan · 4 years, 1 month ago
  27. 83fcf98 Add NEG support to TFLite parser by Darshan Patel · 4 years, 1 month ago
  28. 12239e7 IVGCVSW-4187 Add LEAKY_RELU to TFLite parser by Sadik Armagan · 4 years, 1 month ago
  29. 42b3d7d Add DIV support to TFLite parser by Darshan Patel · 4 years, 1 month ago
  30. f017699 IVGCVSW-4186 Parse TfLite Exp and Split_V operators by Derek Lamberti · 4 years, 2 months ago
  31. ac2770a IVGCVSW-4485 Remove Boost assert by Narumol Prangnawarat · 4 years, 3 months ago
  32. f4a953f IVGCVSW-4545 Relax check on ParseReshape by Derek Lamberti · 4 years, 4 months ago
  33. c9e5279 IVGCVSW-4545 Fix segfault parsing reshape layer by Derek Lamberti · 4 years, 4 months ago
  34. 8eb2560 IVGCVSW-4482 Remove boost::ignore_unused by Jan Eilers · 4 years, 4 months ago
  35. bdeabf8 IVGCVSW-4213 Enable split along any dimension by Ryan OShea · 4 years, 4 months ago
  36. 08759e2 IVGCVSW-4375 Add parser support for Transpose by Mike Kelly · 4 years, 4 months ago
  37. 67e6c54 IVGCVSW-4472 Yolo v3 ExecuteNetwork failing by Keith Davis · 4 years, 4 months ago
  38. 0c2eeac IVGCVSW-4436 Add ExecuteNetwork test for mobilenet_v2_int8 by Keith Davis · 4 years, 5 months ago
  39. 03181ff IVGCVSW-4409 Fix TfLiteParser to handle all datatypes correctly by Ryan OShea · 4 years, 5 months ago
  40. 820eb14 MLCE-139: add capability to align corners for bilinear resize by Sang-Hoon Park · 4 years, 6 months ago
  41. d305e1a IVGCVSW-4335 Add support for per-channel QSymm8 to TfLite parser by Keith Davis · 4 years, 5 months ago
  42. 39ef3e5 Remove use of ArmNN.hpp where it is unnecessary. by Matthew Bentham · 4 years, 5 months ago
  43. 66dedc7 IVGCVSW-4193 Add QUANTIZE to the TfLite parser by Sadik Armagan · 4 years, 7 months ago
  44. f90c56d Rename quantized data types to remove ambiguity for signed/unsigned payloads by Derek Lamberti · 4 years, 6 months ago
  45. baa177f IVGCVSW-4246 Clean build of parsers with -Wextra by Derek Lamberti · 4 years, 7 months ago
  46. ed66d14 IVGCVSW-4191 Add DEQUANTIZE to the TfLite Parser by Finn Williams · 4 years, 7 months ago
  47. 0844697 Replace boost logging with simple logger by Derek Lamberti · 4 years, 7 months ago
  48. a3b31f0 IVGCVSW-4179 Add RESIZE_NEAREST_NEIGHBOUR to the TfLite parser by Sadik Armagan · 4 years, 7 months ago
  49. e011d20 IVGCVSW-4209 Create a public API for the ArmNN Utils by Matteo Martincigh · 4 years, 7 months ago
  50. ba424d2 IVGCVSW-1530 Add TfLite slice parser and fix transpose perm vector creation by josh minor · 4 years, 8 months ago
  51. c975f92 IVGCVSW-4007 Add StandInLayer for unsupported operations in TfLiteParser by Aron Virginas-Tar · 4 years, 8 months ago
  52. 98d6b3d IVGCVSW-3669 Fix TfLiteParser to set Splitter layer outputs' quantization params by Francis Murtagh · 4 years, 8 months ago
  53. 2c52646 Fix Unpack in TfLiteParser missing quantization parameters by Narumol Prangnawarat · 4 years, 8 months ago
  54. 85d9260 IVGCVSW-3909 Fix Transpose perm vector not parsed by Tflite parser by Kevin May · 4 years, 9 months ago
  55. 4cd29a0 IVGCVSW-3712 Add Transpose into TfLite Parser by Keith Davis · 4 years, 10 months ago
  56. ccb25ea IVGCVSW-3650 Fix Transpose Convolution inputs in TfLite parser by Matthew Jackson · 4 years, 11 months ago
  57. 74bf7da IVGCVSW-3650 Add TfLite Parser support for Transpose Convolution layer by Matthew Jackson · 4 years, 11 months ago
  58. d6a9dee IVGCVSW-3368 Add reference support for depthwise multiplier > 3 by Matthew Jackson · 5 years ago
  59. 28c9457 IVGCVSW-3383 - Add TfLite Parser support for L2 Normalization layer by Matthew Jackson · 5 years ago
  60. bcca1f4 IVGCVSW-3423 Add TfLite parser support for Stack (Pack) layer by Matthew Jackson · 5 years ago
  61. 169d2f1 IVGCVSW-3382 Deprecate ResizeBilinear and use Resize with Bilinear method by Aron Virginas-Tar · 5 years ago
  62. e0200da MLCE-119: Allow deph multipliers 2 and 3 by Pablo Tello · 5 years ago
  63. fc598e1 Use the new deprecation API by Matteo Martincigh · 5 years ago
  64. 906f946 IVGCVSW-3076 Add ConcatLayer methods to public API by Jim Flynn · 5 years ago
  65. f0bd683 MLCE-101: Adding dilation support in conv and dconv by Pablo Tello · 5 years ago
  66. ff05cc5 IVGCVSW-2405 Rename SubGraph to SubgraphView by Derek Lamberti · 5 years ago
  67. 501f4d4 IVGCVSW-2996 Add Reshape layer to ParseFullyConnected in TfLite parser by Narumol Prangnawarat · 5 years ago
  68. 672de57 IVGCVSW-2994 Add Reshape layer to ParseUnpack in TfLite parser by Narumol Prangnawarat · 5 years ago
  69. 17660e6 IVGCVSW-2987 Modify ParseSplit in TfLite parser by Narumol Prangnawarat · 5 years ago
  70. 4818d46 IVGCVSW-2849 Add TfLite Parser support for Rank-0 operands and unit tests by Narumol Prangnawarat · 5 years ago
  71. 200e380 IVGCVSW-2848 - Add TfLite Parser support for Unpack layer by Nina Drozd · 5 years ago
  72. d4f0fea IVGCVSW-2947 Remove boost dependency from include/TypesUtils.hpp by Aron Virginas-Tar · 5 years ago
  73. 9985176 IVGCVSW-2845: Add TfLite Parser support for TanH activation layer by Nina Drozd · 5 years ago
  74. 0324f48 IVGCVSW-2844: Add TfLite Parser support for Split layer by Nina Drozd · 5 years ago
  75. 83add21 MLCE-101 Deeplab v3+ (Add Tf Lite Parser Dilation Check) by Kevin May · 5 years ago
  76. 4628d05 IVGCVSW-2560 Verify Inference test for TensorFlow Lite MobileNet SSD by Narumol Prangnawarat · 5 years ago
  77. 07d58c7 IVGCVSW-2429 Add Detection PostProcess Parser to TensorFlow Lite Parser by keidav01 · 5 years ago
  78. 451d95b Add strided-slice parser to tf-lite by Bruno Goncalves · 5 years ago
  79. 8f6d7a7 Add minimum parser to tf-lite by Bruno Goncalves · 5 years ago
  80. b8d805e Add maximum parser to tf-lite by Bruno Goncalves · 5 years ago
  81. baded14 Add space-to-batch-nd parser to tf-lite by Bruno Goncalves · 5 years ago
  82. db947e2 Add batch-to-space-nd parser to tf-lite by Bruno Goncalves · 5 years ago
  83. 3f58ddb Add resize-bilinear parser to tf-lite by Bruno Goncalves · 5 years ago
  84. bbeae26 Add sub parser to tf-lite by Bruno Goncalves · 5 years ago
  85. 1b3e2ea IVGCVSW-2429 Add Detection PostProcess Parser to TensorFlow Lite Parser by keidav01 · 5 years ago
  86. 3d7efe9 Added ConstantLayer support to TfLiteParser by Bruno Goncalves · 6 years ago
  87. 5e9d298 IVGCVSW-2563 Fix bug in TfLiteParser::ParseConcatenation by Nattapat Chaimanowong · 5 years ago
  88. c42c384 IVGCVSW-2430 Add logistic parser to tf-lite by Finn Williams · 5 years ago
  89. 70672f6 IVGCVSW-2534 Fix bug TfLiteParser::ParseReshape() by Aron Virginas-Tar · 5 years ago
  90. 9c761a6 Added AddBroadcastReshapeLayer method to TfLiteParser by Bruno Goncalves · 6 years ago
  91. 6c2355b Added ParsePad method to TfLiteParser by Bruno Goncalves · 6 years ago
  92. 2235cee Added ParseMean method to TfLiteParser by Bruno Goncalves · 6 years ago
  93. f803f78 Added ParseMul method to TfLiteParser by Bruno Goncalves · 6 years ago
  94. d4ac6a4 Added ParseAdd method to TfLiteParser by Bruno Goncalves · 6 years ago
  95. d5b9e64 IVGCVSW-2421 Remove the template-based version of armnnUtils::Permute by Matteo Martincigh · 5 years ago
  96. 747ef82 MLCE-77 Depthwise Convolution with depth multiplier > 1 doesn't work by Matteo Martincigh · 6 years ago
  97. 71972a8 IVGCVSW-2395 TfLiteParse::ParseReshape doesn't support reshape input by kevmay01 · 6 years ago
  98. c25411c IVGCVSW-2152: Convert TfLiteParser to NHWC by jimfly01 · 6 years ago
  99. d8eee59 IVGCVSW-2029 Fix fully connected layer support in TfLite Parser and implement test for TfLite VGG16 quantized by Nattapat Chaimanowong · 6 years ago
  100. 8853c1f IVGCVSW-2026 + IVGCVSW-2027 Add FullyConnected Support to TfLiteParser by Sadik Armagan · 6 years ago