1. fc598e1 Use the new deprecation API by Matteo Martincigh · 5 years ago
  2. 906f946 IVGCVSW-3076 Add ConcatLayer methods to public API by Jim Flynn · 5 years ago
  3. f0bd683 MLCE-101: Adding dilation support in conv and dconv by Pablo Tello · 5 years ago
  4. b4d7eae IVGCVSW-3039 Unify BindingPointInfo declarations by Jim Flynn · 5 years ago
  5. 386681a IVGCVSW-2993: Investigate TfLite Parser test output shape validation by Narumol Prangnawarat · 5 years ago
  6. ff05cc5 IVGCVSW-2405 Rename SubGraph to SubgraphView by Derek Lamberti · 5 years ago
  7. 6870b98 IVGCVSW-2948 Add DeepSpeech v1 support to TensorFlowLiteSupport.md by Narumol Prangnawarat · 5 years ago
  8. 501f4d4 IVGCVSW-2996 Add Reshape layer to ParseFullyConnected in TfLite parser by Narumol Prangnawarat · 5 years ago
  9. d49b70f IVGCVSW-2993: Investigate TfLite Parser test output shape validation by Nina Drozd · 5 years ago
  10. 672de57 IVGCVSW-2994 Add Reshape layer to ParseUnpack in TfLite parser by Narumol Prangnawarat · 5 years ago
  11. 4a95611 Remove incorrect documentation line by Matthew Bentham · 5 years ago
  12. 17660e6 IVGCVSW-2987 Modify ParseSplit in TfLite parser by Narumol Prangnawarat · 5 years ago
  13. 4818d46 IVGCVSW-2849 Add TfLite Parser support for Rank-0 operands and unit tests by Narumol Prangnawarat · 5 years ago
  14. 200e380 IVGCVSW-2848 - Add TfLite Parser support for Unpack layer by Nina Drozd · 5 years ago
  15. d4f0fea IVGCVSW-2947 Remove boost dependency from include/TypesUtils.hpp by Aron Virginas-Tar · 5 years ago
  16. 9985176 IVGCVSW-2845: Add TfLite Parser support for TanH activation layer by Nina Drozd · 5 years ago
  17. 0324f48 IVGCVSW-2844: Add TfLite Parser support for Split layer by Nina Drozd · 5 years ago
  18. 83add21 MLCE-101 Deeplab v3+ (Add Tf Lite Parser Dilation Check) by Kevin May · 5 years ago
  19. 9fc8c0f Use unique names for temporary files by Matthew Bentham · 5 years ago
  20. 222c753 IVGCVSW-2429 Add Detection PostProcess Parser to TensorFlow Lite Parser by keidav01 · 5 years ago
  21. db7c391 IVGCVSW-2735 Failure to find flatbuffers is not a fatal build error by Ruomei Yan · 5 years ago
  22. 7733c57 IVGCVSW-2560 Add support of SSD MobileNet to TensorFlowLiteSupport.md by Narumol Prangnawarat · 5 years ago
  23. 4628d05 IVGCVSW-2560 Verify Inference test for TensorFlow Lite MobileNet SSD by Narumol Prangnawarat · 5 years ago
  24. 07d58c7 IVGCVSW-2429 Add Detection PostProcess Parser to TensorFlow Lite Parser by keidav01 · 5 years ago
  25. 757b0d9 IVGCVSW-2525 *Update TfLite supported operator list by Derek Lamberti · 5 years ago
  26. 451d95b Add strided-slice parser to tf-lite by Bruno Goncalves · 5 years ago
  27. 8f6d7a7 Add minimum parser to tf-lite by Bruno Goncalves · 5 years ago
  28. b8d805e Add maximum parser to tf-lite by Bruno Goncalves · 5 years ago
  29. baded14 Add space-to-batch-nd parser to tf-lite by Bruno Goncalves · 5 years ago
  30. db947e2 Add batch-to-space-nd parser to tf-lite by Bruno Goncalves · 5 years ago
  31. 3f58ddb Add resize-bilinear parser to tf-lite by Bruno Goncalves · 5 years ago
  32. bbeae26 Add sub parser to tf-lite by Bruno Goncalves · 5 years ago
  33. c64ea9f IVGCVSW-2588 Update README files for 19.02 by Nattapat Chaimanowong · 5 years ago
  34. 1b3e2ea IVGCVSW-2429 Add Detection PostProcess Parser to TensorFlow Lite Parser by keidav01 · 5 years ago
  35. 3d7efe9 Added ConstantLayer support to TfLiteParser by Bruno Goncalves · 6 years ago
  36. 5e9d298 IVGCVSW-2563 Fix bug in TfLiteParser::ParseConcatenation by Nattapat Chaimanowong · 5 years ago
  37. c42c384 IVGCVSW-2430 Add logistic parser to tf-lite by Finn Williams · 5 years ago
  38. 70672f6 IVGCVSW-2534 Fix bug TfLiteParser::ParseReshape() by Aron Virginas-Tar · 5 years ago
  39. 0edd467 Fix compilation wrt IVGCVSW-2467 by Matthew Bentham · 5 years ago
  40. 9c761a6 Added AddBroadcastReshapeLayer method to TfLiteParser by Bruno Goncalves · 6 years ago
  41. 649dd95 IVGCVSW-2467 Remove GetDataType<T> function by Nattapat Chaimanowong · 5 years ago
  42. 6c2355b Added ParsePad method to TfLiteParser by Bruno Goncalves · 6 years ago
  43. 2235cee Added ParseMean method to TfLiteParser by Bruno Goncalves · 6 years ago
  44. f803f78 Added ParseMul method to TfLiteParser by Bruno Goncalves · 6 years ago
  45. d4ac6a4 Added ParseAdd method to TfLiteParser by Bruno Goncalves · 6 years ago
  46. 6c8e8e7 Github issue #120 - Embed TfLite schema by Matthew Bentham · 5 years ago
  47. d5b9e64 IVGCVSW-2421 Remove the template-based version of armnnUtils::Permute by Matteo Martincigh · 5 years ago
  48. 747ef82 MLCE-77 Depthwise Convolution with depth multiplier > 1 doesn't work by Matteo Martincigh · 6 years ago
  49. 71972a8 IVGCVSW-2395 TfLiteParse::ParseReshape doesn't support reshape input by kevmay01 · 6 years ago
  50. 1d67a690 IVGCVSW-2167: Run parser unit tests on the reference backend only by Aron Virginas-Tar · 6 years ago
  51. c25411c IVGCVSW-2152: Convert TfLiteParser to NHWC by jimfly01 · 6 years ago
  52. c9cc804 IVGCVSW-1946: Remove armnn/src from the include paths by Aron Virginas-Tar · 6 years ago
  53. d8eee59 IVGCVSW-2029 Fix fully connected layer support in TfLite Parser and implement test for TfLite VGG16 quantized by Nattapat Chaimanowong · 6 years ago
  54. 54e9572 IVGCVSW-2057: Remove ARMCOMPUTE(CL/NEON)_ENABLED and ARMCOMPUTENEON_ENABLED from src/armnnTfliteParser/test/ParserFlatBufferFixture.hpp by Aron Virginas-Tar · 6 years ago
  55. 8853c1f IVGCVSW-2026 + IVGCVSW-2027 Add FullyConnected Support to TfLiteParser by Sadik Armagan · 6 years ago
  56. 5610661 IVGCVSW-2063 Documentation for new operations in TfLite Parser by Sadik Armagan · 6 years ago
  57. f0b4845 IVGCVSW-2019 : replace Compute enum in the backend preferences list by David Beck · 6 years ago
  58. b66504b IVGCVSW-2030 and IVGCVSW-2031 Add MaxPooling support and unit test to TfLite Parser by Nattapat Chaimanowong · 6 years ago
  59. 479045b IVGCVSW-1787 Add Support for Concatenation on TfLite parser by Sadik Armagan · 6 years ago
  60. b94967b IVGCVSW-1650 Add Support for Reshape layer on TF Lite parser by Sadik · 6 years ago
  61. 58f3919 IVGCVSW-1651 Add Support for Relu on TF Lite parser by Sadik Armagan · 6 years ago
  62. ecb56cd IVGCVSW-1807 : change license text in file headers by David Beck · 6 years ago
  63. c577f2c Release 18.08 by telsoa01 · 6 years ago