1. ba424d2 IVGCVSW-1530 Add TfLite slice parser and fix transpose perm vector creation by josh minor · 4 years, 8 months ago
  2. c601aa6 GitHub #292 Move BackendRegistry.hpp to the public API by Matteo Martincigh · 4 years, 8 months ago
  3. 48623a0 IVGCVSW-4018 Move QuantizeHelper.hpp to armnnUtils by Aron Virginas-Tar · 4 years, 8 months ago
  4. c975f92 IVGCVSW-4007 Add StandInLayer for unsupported operations in TfLiteParser by Aron Virginas-Tar · 4 years, 8 months ago
  5. 98d6b3d IVGCVSW-3669 Fix TfLiteParser to set Splitter layer outputs' quantization params by Francis Murtagh · 4 years, 8 months ago
  6. 2c52646 Fix Unpack in TfLiteParser missing quantization parameters by Narumol Prangnawarat · 4 years, 8 months ago
  7. bccc345 Github #275 Generate versionned libraries by Matteo Martincigh · 4 years, 9 months ago
  8. 85d9260 IVGCVSW-3909 Fix Transpose perm vector not parsed by Tflite parser by Kevin May · 4 years, 9 months ago
  9. 44a0142 IVGCVSW-3879 Fix output shape inference formula for TransposeConvolution2d by Aron Virginas-Tar · 4 years, 10 months ago
  10. 4cd29a0 IVGCVSW-3712 Add Transpose into TfLite Parser by Keith Davis · 4 years, 10 months ago
  11. cddc906 IVGCVSW-3507 Removed partially supported networks by Mike Kelly · 4 years, 10 months ago
  12. 91e1d89 Fix Windows build: by Rob Hughes · 4 years, 10 months ago
  13. a42d1b9 IVGCVSW-3507 Fix error in list of tested networks for Tf and TfLite parsers by Aron Virginas-Tar · 4 years, 11 months ago
  14. 187fac0 IVGCVSW-3507 Revise and update readmes for 19.08 by Aron Virginas-Tar · 4 years, 11 months ago
  15. ccb25ea IVGCVSW-3650 Fix Transpose Convolution inputs in TfLite parser by Matthew Jackson · 4 years, 11 months ago
  16. 74bf7da IVGCVSW-3650 Add TfLite Parser support for Transpose Convolution layer by Matthew Jackson · 4 years, 11 months ago
  17. dba634f IVGCVSW-3639 Add 5d tensor support by Matthew Jackson · 4 years, 11 months ago
  18. aab709b Github #229 Remove unused include by Mike Kelly · 5 years ago
  19. d6a9dee IVGCVSW-3368 Add reference support for depthwise multiplier > 3 by Matthew Jackson · 5 years ago
  20. 28c9457 IVGCVSW-3383 - Add TfLite Parser support for L2 Normalization layer by Matthew Jackson · 5 years ago
  21. bcca1f4 IVGCVSW-3423 Add TfLite parser support for Stack (Pack) layer by Matthew Jackson · 5 years ago
  22. 169d2f1 IVGCVSW-3382 Deprecate ResizeBilinear and use Resize with Bilinear method by Aron Virginas-Tar · 5 years ago
  23. a7b7928 MLCE-124 Fix install target wrt serializer and tflite parser by Matthew Bentham · 5 years ago
  24. e0200da MLCE-119: Allow deph multipliers 2 and 3 by Pablo Tello · 5 years ago
  25. 15eb583 IVGCVSW-2771 Fix SubTensor error in vgg16 ExecuteNetwork NEON by Narumol Prangnawarat · 5 years ago
  26. fc598e1 Use the new deprecation API by Matteo Martincigh · 5 years ago
  27. 906f946 IVGCVSW-3076 Add ConcatLayer methods to public API by Jim Flynn · 5 years ago
  28. f0bd683 MLCE-101: Adding dilation support in conv and dconv by Pablo Tello · 5 years ago
  29. b4d7eae IVGCVSW-3039 Unify BindingPointInfo declarations by Jim Flynn · 5 years ago
  30. 386681a IVGCVSW-2993: Investigate TfLite Parser test output shape validation by Narumol Prangnawarat · 5 years ago
  31. ff05cc5 IVGCVSW-2405 Rename SubGraph to SubgraphView by Derek Lamberti · 5 years ago
  32. 6870b98 IVGCVSW-2948 Add DeepSpeech v1 support to TensorFlowLiteSupport.md by Narumol Prangnawarat · 5 years ago
  33. 501f4d4 IVGCVSW-2996 Add Reshape layer to ParseFullyConnected in TfLite parser by Narumol Prangnawarat · 5 years ago
  34. d49b70f IVGCVSW-2993: Investigate TfLite Parser test output shape validation by Nina Drozd · 5 years ago
  35. 672de57 IVGCVSW-2994 Add Reshape layer to ParseUnpack in TfLite parser by Narumol Prangnawarat · 5 years ago
  36. 4a95611 Remove incorrect documentation line by Matthew Bentham · 5 years ago
  37. 17660e6 IVGCVSW-2987 Modify ParseSplit in TfLite parser by Narumol Prangnawarat · 5 years ago
  38. 4818d46 IVGCVSW-2849 Add TfLite Parser support for Rank-0 operands and unit tests by Narumol Prangnawarat · 5 years ago
  39. 200e380 IVGCVSW-2848 - Add TfLite Parser support for Unpack layer by Nina Drozd · 5 years ago
  40. d4f0fea IVGCVSW-2947 Remove boost dependency from include/TypesUtils.hpp by Aron Virginas-Tar · 5 years ago
  41. 9985176 IVGCVSW-2845: Add TfLite Parser support for TanH activation layer by Nina Drozd · 5 years ago
  42. 0324f48 IVGCVSW-2844: Add TfLite Parser support for Split layer by Nina Drozd · 5 years ago
  43. 83add21 MLCE-101 Deeplab v3+ (Add Tf Lite Parser Dilation Check) by Kevin May · 5 years ago
  44. 9fc8c0f Use unique names for temporary files by Matthew Bentham · 5 years ago
  45. 222c753 IVGCVSW-2429 Add Detection PostProcess Parser to TensorFlow Lite Parser by keidav01 · 5 years ago
  46. db7c391 IVGCVSW-2735 Failure to find flatbuffers is not a fatal build error by Ruomei Yan · 5 years ago
  47. 7733c57 IVGCVSW-2560 Add support of SSD MobileNet to TensorFlowLiteSupport.md by Narumol Prangnawarat · 5 years ago
  48. 4628d05 IVGCVSW-2560 Verify Inference test for TensorFlow Lite MobileNet SSD by Narumol Prangnawarat · 5 years ago
  49. 07d58c7 IVGCVSW-2429 Add Detection PostProcess Parser to TensorFlow Lite Parser by keidav01 · 5 years ago
  50. 757b0d9 IVGCVSW-2525 *Update TfLite supported operator list by Derek Lamberti · 5 years ago
  51. 451d95b Add strided-slice parser to tf-lite by Bruno Goncalves · 5 years ago
  52. 8f6d7a7 Add minimum parser to tf-lite by Bruno Goncalves · 5 years ago
  53. b8d805e Add maximum parser to tf-lite by Bruno Goncalves · 5 years ago
  54. baded14 Add space-to-batch-nd parser to tf-lite by Bruno Goncalves · 5 years ago
  55. db947e2 Add batch-to-space-nd parser to tf-lite by Bruno Goncalves · 5 years ago
  56. 3f58ddb Add resize-bilinear parser to tf-lite by Bruno Goncalves · 5 years ago
  57. bbeae26 Add sub parser to tf-lite by Bruno Goncalves · 5 years ago
  58. c64ea9f IVGCVSW-2588 Update README files for 19.02 by Nattapat Chaimanowong · 5 years ago
  59. 1b3e2ea IVGCVSW-2429 Add Detection PostProcess Parser to TensorFlow Lite Parser by keidav01 · 5 years ago
  60. 3d7efe9 Added ConstantLayer support to TfLiteParser by Bruno Goncalves · 6 years ago
  61. 5e9d298 IVGCVSW-2563 Fix bug in TfLiteParser::ParseConcatenation by Nattapat Chaimanowong · 5 years ago
  62. c42c384 IVGCVSW-2430 Add logistic parser to tf-lite by Finn Williams · 5 years ago
  63. 70672f6 IVGCVSW-2534 Fix bug TfLiteParser::ParseReshape() by Aron Virginas-Tar · 5 years ago
  64. 0edd467 Fix compilation wrt IVGCVSW-2467 by Matthew Bentham · 5 years ago
  65. 9c761a6 Added AddBroadcastReshapeLayer method to TfLiteParser by Bruno Goncalves · 6 years ago
  66. 649dd95 IVGCVSW-2467 Remove GetDataType<T> function by Nattapat Chaimanowong · 5 years ago
  67. 6c2355b Added ParsePad method to TfLiteParser by Bruno Goncalves · 6 years ago
  68. 2235cee Added ParseMean method to TfLiteParser by Bruno Goncalves · 6 years ago
  69. f803f78 Added ParseMul method to TfLiteParser by Bruno Goncalves · 6 years ago
  70. d4ac6a4 Added ParseAdd method to TfLiteParser by Bruno Goncalves · 6 years ago
  71. 6c8e8e7 Github issue #120 - Embed TfLite schema by Matthew Bentham · 5 years ago
  72. d5b9e64 IVGCVSW-2421 Remove the template-based version of armnnUtils::Permute by Matteo Martincigh · 5 years ago
  73. 747ef82 MLCE-77 Depthwise Convolution with depth multiplier > 1 doesn't work by Matteo Martincigh · 6 years ago
  74. 71972a8 IVGCVSW-2395 TfLiteParse::ParseReshape doesn't support reshape input by kevmay01 · 6 years ago
  75. 1d67a690 IVGCVSW-2167: Run parser unit tests on the reference backend only by Aron Virginas-Tar · 6 years ago
  76. c25411c IVGCVSW-2152: Convert TfLiteParser to NHWC by jimfly01 · 6 years ago
  77. c9cc804 IVGCVSW-1946: Remove armnn/src from the include paths by Aron Virginas-Tar · 6 years ago
  78. d8eee59 IVGCVSW-2029 Fix fully connected layer support in TfLite Parser and implement test for TfLite VGG16 quantized by Nattapat Chaimanowong · 6 years ago
  79. 54e9572 IVGCVSW-2057: Remove ARMCOMPUTE(CL/NEON)_ENABLED and ARMCOMPUTENEON_ENABLED from src/armnnTfliteParser/test/ParserFlatBufferFixture.hpp by Aron Virginas-Tar · 6 years ago
  80. 8853c1f IVGCVSW-2026 + IVGCVSW-2027 Add FullyConnected Support to TfLiteParser by Sadik Armagan · 6 years ago
  81. 5610661 IVGCVSW-2063 Documentation for new operations in TfLite Parser by Sadik Armagan · 6 years ago
  82. f0b4845 IVGCVSW-2019 : replace Compute enum in the backend preferences list by David Beck · 6 years ago
  83. b66504b IVGCVSW-2030 and IVGCVSW-2031 Add MaxPooling support and unit test to TfLite Parser by Nattapat Chaimanowong · 6 years ago
  84. 479045b IVGCVSW-1787 Add Support for Concatenation on TfLite parser by Sadik Armagan · 6 years ago
  85. b94967b IVGCVSW-1650 Add Support for Reshape layer on TF Lite parser by Sadik · 6 years ago
  86. 58f3919 IVGCVSW-1651 Add Support for Relu on TF Lite parser by Sadik Armagan · 6 years ago
  87. ecb56cd IVGCVSW-1807 : change license text in file headers by David Beck · 6 years ago
  88. c577f2c Release 18.08 by telsoa01 · 6 years ago