1. 3504e42 IVGCVSW-7605 IVGCVSW-7604 Implement Squeeze and ExpandDims operators for Classic and Opaque Delegate by Matthew Sloyan · 1 year, 2 months ago
  2. c49aacc IVGCVSW-7603 Implement Reshape operators for Opaque Delegate by Matthew Sloyan · 1 year, 2 months ago
  3. 2b04ec3 IVGCVSW-7579 IVGCVSW-7581 IVGCVSW-7583 Implement Comparison, Concat and Mean in Opaque Delegate by Matthew Sloyan · 1 year, 2 months ago
  4. 1157232 IVGCVSW-7558 Implement Delegate Utils by Matthew Sloyan · 1 year, 4 months ago
  5. ad1b3d7 IVGCVSW-7555 Restructure Delegate by Teresa Charlin · 1 year, 4 months ago[Renamed from delegate/src/DelegateUtils.hpp]
  6. a544f0f MLCE-753 Expand Tensorshape for relevent layers before verifying support by Ryan OShea · 1 year, 5 months ago
  7. 4c231de IVGCVSW-7501 Allow constant tensors as inputs for input data in the delegate by Ryan OShea · 1 year, 5 months ago
  8. 475c7a8 IVGCVSW-7475 Fix uncaught warnings treated as errors in delegate release build by Ryan OShea · 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. 5383767 Optimize the calling of IsLayerSupported(). by Cathal Corbett · 1 year, 10 months ago
  11. 90a119b IVGCVSW-7154 'Constant Tensors As Inputs' by Sadik Armagan · 1 year, 11 months ago
  12. 84d6378 IVGCVSW-6929 Fix for segfault in tflite delegate by Mike Kelly · 2 years, 2 months ago
  13. bfa767c MLCE-754 'Improve operator support error/warning from Arm NN Delegate' by Sadik Armagan · 2 years, 5 months ago
  14. adeebaa IVGCVSW-6717 'Inference Passes on Tflite-Parser but fails when using Arm NN Delegate' by Sadik Armagan · 2 years, 5 months ago
  15. 5b8093c IVGCVSW-6420: Constant flag in tensor info is not set correctly by Cathal Corbett · 2 years, 8 months ago
  16. 4b2f347 IVGCVSW-6457 Add FLOOR_DIV Support to the TfLiteDelegate by Jim Flynn · 2 years, 9 months ago
  17. 81ec994 IVGCVSW-6166 Add Support for Conv3d to TFLite Delegate by Matthew Sloyan · 2 years, 9 months ago
  18. 9a701c8 IVGCVSW-6160 Support building tensorflowlite 2.5 through cmake by Keith Davis · 2 years, 9 months ago
  19. 7684b18 MLCE-530 Add support for UnidirectionalSequenceLstm to armnn delegate by Narumol Prangnawarat · 2 years, 11 months ago
  20. 81beae3 IVGCVSW-6119 ConstTensorsAsInput: FullyConnected by Matthew Sloyan · 3 years ago
  21. 53ef795 IVGCVSW-5826 Change weights layout for depthwise to [1,H,W,I*M] by Jan Eilers · 3 years, 1 month ago
  22. 67ac7fa IVGCVSW-5418 'ExecuteNetwork test for MobileBERT' by Sadik Armagan · 3 years, 2 months ago
  23. f7ac72c IVGCVSW-5418 'ExecuteNetwork test for MobileBERT' by Sadik Armagan · 3 years, 2 months ago
  24. 7612bd6 IVGCVSW-5842 Remove cross-wiring in depthwise by Jan Eilers · 3 years, 3 months ago
  25. d30bfb5 IVGCVSW-5829 Segfault in TfLiteDelegate by Matthew Sloyan · 3 years, 2 months ago
  26. 1f140f7 MLCE-328 Serializer/Deserializer does not support Signed64 by Mike Kelly · 3 years, 3 months ago
  27. f806c4d IVGCVSW-5612 Fix tiny_wav2letter_relu_fixed_int8 delegate output by Finn Williams · 3 years, 4 months ago experimental/abi-tests
  28. 7909c53 IVGCVSW-4874 Provide LayerSupportHandle to frontend users by Francis Murtagh · 3 years, 5 months ago
  29. 0b51d5a IVGCVSW-5619 Add OptimizerOptions and NetworkProperties to ArmNN Delegate by Narumol Prangnawarat · 3 years, 5 months ago
  30. 892fafe IVGCVSW-5374 Provide Android Build for Delegate by Keith Davis · 3 years, 7 months ago
  31. 34fa1bd IVGCVSW-5393 'TfLiteDelegate: Implement the split operators' by Sadik Armagan · 3 years, 7 months ago
  32. 15f7fae IVGCVSW-5377 'Add ArmNN TfLite delegate to ExecuteNetwork' by Sadik Armagan · 3 years, 7 months ago
  33. 05e9fd2 IVGCVSW-5539 'Elementwise layers with const tensors are not connecting up' by Sadik Armagan · 3 years, 7 months ago
  34. 6f9f990 IVGCVSW-5508 Activate compiler warnings in ArmNN TfLite Delegate by Finn Williams · 3 years, 8 months ago
  35. 32ca144 IVGCVSW-5338 TfLiteDelegate: Implement the Convolution operators by Sadik Armagan · 3 years, 8 months ago
  36. 4189cc5 IVGCVSW-5504 'TfLiteDelegate: Introduce FP16 and BackendOptions' by Sadik Armagan · 3 years, 8 months ago
  37. 6e36a64 IVGCVSW-5389 'TfLiteDelegate: Implement the FullyConnected operator' by Sadik Armagan · 3 years, 8 months ago
  38. 50c87d3 IVGCVSW-5387 TfLiteDelegate: Implement the Pooling operators by Narumol Prangnawarat · 3 years, 8 months ago
  39. 0d35a93 IVGCVSW-5398 TfLiteDelegate: Implement the Quantization operators by Matthew Sloyan · 3 years, 8 months ago
  40. 8b9858d IVGCVSW-5380 'TfLiteDelegate: Implement the Comparison operators' by Sadik Armagan · 3 years, 8 months ago
  41. 67e95f2 IVGCVSW-5379 'TfLiteDelegate: Implement the ElementWiseBinary operators' by Sadik Armagan · 3 years, 8 months ago
  42. 62483be IVGCVSW-5366 'Add a do nothing SubGraph class' by Sadik Armagan · 3 years, 8 months ago