1. d8f5fc2 IVGCVSW-2615 Support static quantization of Pooling2d by FrancisMurtagh · 5 years ago
  2. 7b53b69 IVGCVSW-2714 Fix armv7 build by Nattapat Chaimanowong · 5 years ago
  3. ac9cadc IVGCVSW-2662 Create ISerializer class and refactor Serializer by Nattapat Chaimanowong · 5 years ago
  4. fa6e9e0 IVGCVSW-2617 Add static quantization of SpaceToBatch by Jim Flynn · 5 years ago
  5. 5f45027 IVGCVSW-2640 Add Serializer & Deserializer for Mul by Sadik Armagan · 5 years ago
  6. fb1437e IVGCVSW-2614 Support static quantization of Permute by FrancisMurtagh · 5 years ago
  7. 8a4ca10 IVGCVSW-2607 Refactor range tracking into own class by Derek Lamberti · 5 years ago
  8. 64e4ccb IVGCVSW-2663 Enable ExecuteNetwork to load ArmNN files by Aron Virginas-Tar · 5 years ago
  9. 4249515 IVGCVSW-2623 Support static quantization of DepthwiseConv2d by FrancisMurtagh · 5 years ago
  10. 8c1701a IVGCVSW-2531 Serialize a simple ArmNN Network by Mike Kelly · 5 years ago
  11. a40521a IVGCVSW-2625 Support static quantization of softmax by ruoyan01 · 5 years ago
  12. 0085978 IVGCVSW-2676 Make biases optional in ILayerVisitor for Convolution2D, DepthwiseConvolution2D and FullyConnected by Aron Virginas-Tar · 5 years ago
  13. 3dad5ac IVGCVSW-2622 Add static quantization of 2DConvolution by Jim Flynn · 5 years ago
  14. e604cde IVGCVSW-2624 Support static quantization of FullyConnected by FrancisMurtagh · 5 years ago
  15. 43a799c IVGCVSW-2581 Create Deserializer by Kevin May · 5 years ago
  16. c602f29 IVGCVSW-2529 DeepSpeech v1 test by Ferran Balaguer · 5 years ago
  17. 9c5d33a IVGCVSW-2672 Code cleanup after changes by Matteo Martincigh · 5 years ago
  18. a8d572d IVGCVSW-2607 Implement Input range override mechanism by Matteo Martincigh · 5 years ago
  19. e0a4ad8 IVGCVSW-2557 Add layer tests for Ref Detection PostProcess by Narumol Prangnawarat · 5 years ago
  20. 0c702a1 Github #123 Catch exceptions by reference by Matthew Bentham · 5 years ago
  21. 6d302bf IVGCVSW-2559 End to end tests for Detection PostProcess by Narumol Prangnawarat · 5 years ago
  22. 61980d4 Added TfLiteParser test for MnasNet by Bruno Goncalves · 5 years ago
  23. a00a4ec IVGCVSW-2553 Change BOOST_TEST to BOOST_CHECK_MESSAGE in CheckConstTensorPtrs by Jim Flynn · 5 years ago
  24. 92e754f IVGCVSW-2608: support static quantization of Activation by Nina Drozd · 5 years ago
  25. aebf2e7 IVGCVSW-2553 Add Unit Test for ConstTensor layer visitors by jimfly01 · 5 years ago
  26. 857aa45 IVGCVSW-2609 Quantize BatchNormalizationLayer by Derek Lamberti · 5 years ago
  27. 49dbe0e IVGCVSW-2581 Update Schema.fbs to refer to vector of tables by Saoirse Stewart · 5 years ago
  28. ccbde0e Added TfLiteParser test for InceptionV4Quantized by Bruno Goncalves · 5 years ago
  29. 8f29338 Added TfLiteParser test for ResNetV2 by Bruno Goncalves · 6 years ago
  30. 7205fed IVGCVSW-2654 Test quantization of addition, input and output by Derek Lamberti · 5 years ago
  31. 949f125 IVGCVSW-2580 Integrate serialization schema code generation to build process by Nattapat Chaimanowong · 5 years ago
  32. 27d8307 IVGCVSW-2606 Produce quantized InputNetwork from simple FP32 InputNetwork by Derek Lamberti · 5 years ago
  33. f08876f IVGCVSW-2551 Add Descriptor and name only unit tests for Visitor by FrancisMurtagh · 5 years ago
  34. bc67cef IVGCVSW-2557 Ref Workload Implementation for Detection PostProcess by Narumol Prangnawarat · 5 years ago
  35. c981df3 Added TfLiteParser test for InceptionV3Quantized by Bruno Goncalves · 6 years ago
  36. 0630411 Added TfLiteParser test for MobilenetV2Quantized by Bruno Goncalves · 6 years ago
  37. 531ef94 IVGCVSW-2552 Add unit tests for the input and output layers for Visitor by FrancisMurtagh · 5 years ago
  38. dc1c082 IVGCVSW-2280 Add unit tests for RESIZE_BILINEAR NEON operator by Conor Kennedy · 5 years ago
  39. d95e906 IVGCVSW-2603 The macros ARMCOMPUTECL_ENABLED and ARMCOMPUTENEON_ENABLED by Matteo Martincigh · 5 years ago
  40. 339bcae IVGCVSW-2604 Fix bug that made it impossible to execute inference tests on certain backends by Aron Virginas-Tar · 5 years ago
  41. 0c051f9 IVGCVSW-2471 Code cleanup where necessary by Matteo Martincigh · 5 years ago
  42. 4a55201 MLCE-90 Fixing issues with NEON pad tests by Éanna Ó Catháin · 5 years ago
  43. 93f5f97 IVGCVSW-2601 Fix for ExecuteNetwork output data printing bug by Aron Virginas-Tar · 5 years ago
  44. 9b93747 IVGCVSW-2564 Fix output buffer initialization bug in ExecuteNetwork by Aron Virginas-Tar · 5 years ago
  45. b5f7df5 IVGCVSW-2522 Add DCO requirement to Contributor Guide by Matthew Bentham · 5 years ago
  46. 969eea3 IVGCVSW-2579 Create Flatbuffers schema for simple Armnn network by Nattapat Chaimanowong · 5 years ago
  47. adddddb IVGCVSW-2458 Refactor the Optimize function (Network.cpp) so that by Matteo Martincigh · 5 years ago
  48. d089b74 IVGCVSW-2437 Inference test for TensorFlow Lite MobileNet SSD by Aron Virginas-Tar · 5 years ago
  49. 7cf0eaa IVGCVSW-2564 Add support for multiple input and output bindings in InferenceModel by Aron Virginas-Tar · 5 years ago
  50. 28d3d63 IVGCVSW-2549 Add name only layer unit tests for Visitor by FrancisMurtagh · 5 years ago
  51. 3d7efe9 Added ConstantLayer support to TfLiteParser by Bruno Goncalves · 6 years ago
  52. d161ba0 IVGCVSW-2569 Add implementation of ConstTensor Accept functions by jimfly01 · 5 years ago
  53. c6a41ff IVGCVSW-2443 Add Cl support for Greater operator by Nattapat Chaimanowong · 5 years ago
  54. eed8592 IVGCVSW-2447 Add Greater Workload to Neon by kevmay01 · 5 years ago
  55. cd7544e IVGCVSW-2548 Add member function to check layer pointer not null by FrancisMurtagh · 5 years ago
  56. a8a840b IVGCVSW-2575 Update CL pin to latest master by Conor Kennedy · 5 years ago
  57. 1306b19 IVGCVSW-2548 Add the TestLayerVisitor class by FrancisMurtagh · 5 years ago
  58. a0d56c7 IVGCVSW-2556 Add Layer implementation for Detection PostProcess by Narumol Prangnawarat · 5 years ago
  59. 1205574 MLCE-84 Add Neon Pad support and unit tests by Éanna Ó Catháin · 5 years ago
  60. e9e7bfd IVGCVSW-2547 Add Accept function to IConnectableLayer by jimfly01 · 5 years ago
  61. 5e9d298 IVGCVSW-2563 Fix bug in TfLiteParser::ParseConcatenation by Nattapat Chaimanowong · 5 years ago
  62. 6e2f606 Github issue #127 - Use https to check out ComputeLibrary by Matthew Bentham · 5 years ago
  63. 1fcb4ff IVGCVSW-2503 Fix end to end test support for Boolean output type by Nattapat Chaimanowong · 5 years ago
  64. 19bd47d IVGCVSW-2554 Update NEON scheduler to output workload names rather than unknown by saoste01 · 5 years ago
  65. 94dd5d8 IVGCVSW-2555 Add no-op implementation for Detection PostProcess by Narumol Prangnawarat · 5 years ago
  66. 2b4d88e IVGCVSW-2503 Refactor RefElementwiseWorkload around Equal and Greater by kevmay01 · 5 years ago
  67. 94412af IVGCVSW-2512 Add Gather operator parser to TfParser by FrancisMurtagh · 5 years ago
  68. 5f4e41f IVGCVSW-2546 Add ILayerVisitor to the public API by jimfly01 · 5 years ago
  69. c42c384 IVGCVSW-2430 Add logistic parser to tf-lite by Finn Williams · 5 years ago
  70. db2b160 IVGCVSW-2511 Add end to end Gather layer test by narpra01 · 5 years ago
  71. c625f00 IVGCVSW-1048 RESIZE_BILINEAR NEON operator by Sadik Armagan · 6 years ago
  72. 70672f6 IVGCVSW-2534 Fix bug TfLiteParser::ParseReshape() by Aron Virginas-Tar · 5 years ago
  73. 6392a77 IVGCVSW-2545 Update CL pin to latest master by saoste01 · 5 years ago
  74. 3d6898c IVGCVSW-2455 Move the extra backend code to a new git repo by Matteo Martincigh · 5 years ago
  75. 8c76cc1 IVGCVSW-2467 Update Boolean type support by Nattapat Chaimanowong · 5 years ago
  76. 4057d91 IVGCVSW-2515 Fix compilation when TfParser is disabled by Matthew Bentham · 5 years ago
  77. 4951d84 IVGCVSW-2510 Ref workload implementation for Gather operator by narpra01 · 5 years ago
  78. 0edd467 Fix compilation wrt IVGCVSW-2467 by Matthew Bentham · 5 years ago
  79. 9c761a6 Added AddBroadcastReshapeLayer method to TfLiteParser by Bruno Goncalves · 6 years ago
  80. 33f8e3b IVGCVSW-2509 Add GatherLayer implementation by narpra01 · 5 years ago
  81. 649dd95 IVGCVSW-2467 Remove GetDataType<T> function by Nattapat Chaimanowong · 5 years ago
  82. 382e21c IVGCVSW-2535 Fix crash in ExecuteNetwork when no compute device is specified by Aron Virginas-Tar · 5 years ago
  83. 6c2355b Added ParsePad method to TfLiteParser by Bruno Goncalves · 6 years ago
  84. 2235cee Added ParseMean method to TfLiteParser by Bruno Goncalves · 6 years ago
  85. f803f78 Added ParseMul method to TfLiteParser by Bruno Goncalves · 6 years ago
  86. d4ac6a4 Added ParseAdd method to TfLiteParser by Bruno Goncalves · 6 years ago
  87. b89b05f IVGCVSW-2508 Add no-op factory implementations and layer for Gather operator by narpra01 · 5 years ago
  88. 6c8e8e7 Github issue #120 - Embed TfLite schema by Matthew Bentham · 5 years ago
  89. e5caff1 IVGCVSW-1656 Add Mean support to Tf Parser by Ferran Balaguer · 5 years ago
  90. 4912402 IVGCVSW-2454 Merge together the pluggable backends work (was in a by Matteo Martincigh · 5 years ago
  91. d0a1608 MLCE-86 Reversing the pad list in the ClPadValidate function similarly to whats done in the constructor. by Éanna Ó Catháin · 5 years ago
  92. 51dd62f IVGCVSW-1656 Add Mean support to Tf Parser by Ferran Balaguer · 5 years ago
  93. 992d6dc IVGCVSW-2454 Refactor ArmNN to support pluggable backends from a separate by Matteo Martincigh · 5 years ago
  94. 1f0ff35 MLCE-82 Add IsLayerSupported tests for MEAN by Matthew Bentham · 5 years ago
  95. 60f9064 IVGCVSW-2466 Update compute library pin by Matthew Bentham · 5 years ago
  96. 7a8892f IVGCVSW-2345 Add Rsqrt support in Tensorflow Parser by Mohamed Nour Abouelseoud · 5 years ago
  97. 9292aa3 IVGCVSW-2438 Add Minimum operator support (CL) * Added CL unit tests by saoste01 · 5 years ago
  98. 54b2169 IVGCVSW-2441 Add Minimum operator support (NEON) by Conor Kennedy · 5 years ago
  99. d80a712 Refactor: Don't include all ComputeLibrary function definitions everywhere. by Matthew Bentham · 5 years ago
  100. a1d3c6a IVGCVSW-2371 Add Rsqrt Ref implementation by Mohamed Nour Abouelseoud · 6 years ago