1. c24bb03 IVGCVSW-5445 Fix for Android-NN-Driver cmd line parameters by Mike Kelly · 3 years, 7 months ago
  2. 6df71fd IVGCVSW-5335 Documentation for fast_math by Mike Kelly · 3 years, 8 months ago
  3. 8fe50c6 IVGCVSW-5359 Fix Transpose Conv2d Dynamic tests by Finn Williams · 3 years, 8 months ago
  4. b033117 IVGCVSW-5357 Fix skipping Dynamic Grouped Conv2d tests by Finn Williams · 3 years, 8 months ago
  5. 9bf0d32 IVGCVSW-5278 Fixing an error in the definition of fp16-enabled parameter. by Colm Donelan · 3 years, 8 months ago
  6. 0cc6178 IVGCVSW-5278 Switch Android-nn-driver/DriverOptions.cpp over to cxxopts by Colm Donelan · 3 years, 8 months ago
  7. 08d9a1c IVGCVSW-5298 Remove boost::format from Android-nn-driver by Colm Donelan · 3 years, 9 months ago
  8. 4918446 IVGCVSW-5356 Fix skipping VTS DynamicOutputShape FullyConnected by Finn Williams · 3 years, 8 months ago
  9. cb31b3b IVGCVSW-4566 Add support for EXP operator by Teresa Charlin · 3 years, 8 months ago
  10. 7ed56dd MLCE-233 Added ability to enable fast_math through the NNAPI driver by Mike Kelly · 3 years, 8 months ago
  11. 9b088d9 IVGCVSW-5304 Remove boost::numeric_cast from Android-nn-driver by Matthew Sloyan · 3 years, 9 months ago
  12. fcf2a15 IVGCVSW-5245 Support Fused Activations for Dynamic Tensors by Kevin May · 3 years, 9 months ago
  13. 6e4081f IVGCVSW-5270 Update ConvertConcatenation function to use ShapeInferenceMethod by Keith Davis · 3 years, 9 months ago
  14. 34db187 IVGCVSW-5274 'Update ConvertQuantizedLstm function to use ShapeInferenceMethod' by Sadik Armagan · 3 years, 9 months ago
  15. baa1f9f IVGCVSW-5271 'Update ConvertQuantized16BitLstm function to use ShapeInferenceMethod' by Sadik Armagan · 3 years, 9 months ago
  16. dbda4b7 IVGCVSW-5272 'Update ConvertLstm function to use ShapeInferenceMethod' by Sadik Armagan · 3 years, 9 months ago
  17. 346e811 IVGCVSW-5276 'Update ConvertSqueeze function to use ShapeInferenceMethod' by Sadik Armagan · 3 years, 9 months ago
  18. 8260956 IVGCVSW-4917 Adding Unit test to Android-nn-driver for Hal1.3 Qos by David Monahan · 3 years, 9 months ago
  19. 5ccbdf1 Remove mention of lack of support for HAL1.3 in GpuAcc by Teresa Charlin · 3 years, 9 months ago
  20. 77229c6 android-nn-driver: modify init.rc files by Kevin DuBois · 4 years, 1 month ago
  21. dd8270c android-nn-driver: disable unused warnings by Sean Callanan · 4 years, 4 months ago
  22. 36a647a android-nn-driver: Depend on libGLES_mali by Sean Callanan · 4 years, 4 months ago
  23. 686fd0e Minor update to docs/FAQ.md by Nikhil Raj · 3 years, 9 months ago
  24. d7377bb Update Integrator guide in android nn driver by Nikhil Raj · 3 years, 9 months ago
  25. fdeaaa1 Subject: [PATCH] android-nn-driver: Strip boost from Android.bp by Kevin DuBois · 4 years ago
  26. b218ebe Update FAQ in android-nn-driver by Nikhil Raj · 3 years, 9 months ago
  27. 7cc2bc5 IVGCVSW-4809 Update Nnapisupport.txt by Ryan OShea · 3 years, 9 months ago
  28. 291a16b IVGCVSW-5220 Set all operations to unsupported after encountering an unsupported operation with with dynamic inputs by Finn Williams · 3 years, 9 months ago
  29. 81f27fd IVGCVSW-5224 Fix for UnknownDimensionsTest in CpuRef and GpuAcc by Kevin May · 3 years, 9 months ago
  30. 9a04441 IVGCVSW-5220 Fix UnknownCombinationsTest/UnknownDimensionsTest by Finn Williams · 3 years, 10 months ago
  31. 1910a18 IVGCVSW-5182 Bug fix for Comparison layer introduced by dynamic tensors by Teresa Charlin · 3 years, 10 months ago
  32. 4bd9a74 IVGCVSW-5182 Update Convert functions to use ShapeInferenceMethod. 1/2. by Teresa Charlin · 3 years, 10 months ago
  33. a4983ce IVGCVSW-4931 Update NN Driver to support dynamic tensors by Finn Williams · 3 years, 10 months ago
  34. bf866e2 IVGCVSW-3568 Eliminate rank and axis restriction in Softmax. by Teresa Charlin · 3 years, 10 months ago
  35. ced14d1 android-nn-driver: import to tag v20.02 by Kevin DuBois · 3 years, 10 months ago
  36. 9208d55 Initial empty repository by Inna Palant · 3 years, 10 months ago
  37. f057e6f IVGCVSW-4709 Re-enable Android-NN Resize Parameters by David Monahan · 4 years ago
  38. cbc20d3 IVGCVSW-4891 CTS Q 1.2 CpuRef LargeGraph_TENSOR_FLOAT16_Rank2/20 failure. by Teresa Charlin · 3 years, 10 months ago
  39. 896572b IVGCVSW-5105 Fix CTS R 1.3 all backends Graph INT32 RANK1 ArgMinMax by Teresa Charlin · 3 years, 11 months ago
  40. 8f3d33e IVGCVSW-4988 Add handling output shape parameter to TransposeConvolution2d by Colm Donelan · 3 years, 11 months ago
  41. fc884b4 Add support for Rank and scalar tensors by Finn Williams · 4 years ago
  42. 00b586b IVGCVSW-4920 Invalid Negative Stride fix by Ryan OShea · 4 years ago
  43. 5d4873f IVGCVSW-4903 Gather support for axis != 0 by Teresa Charlin · 4 years ago
  44. 2e32961 IVGCVSW-4623 Add android-nn-driver Support for FILL by Sadik Armagan · 4 years ago
  45. 0cc2b31 IVGCVSW-4912 Enable CL in Android.mk for Android R by Kevin May · 4 years ago
  46. 594b283 IVGCVSW-4836 Build EthosNRef on Android and run VTS and CTS test suites on it by FrancisMurtagh · 4 years ago
  47. 57aebf6 IVGCVSW-4850 Create QLSTM unit test in android-nn-driver by Sadik Armagan · 4 years ago
  48. 157f8f4 IVGCVSW-4871 Update Android.mk file to build with platform version 11 by Kevin May · 4 years ago
  49. cad4e91 IVGCVSW-4780 Add QoS to AndroidNNDriver by Narumol Prangnawarat · 4 years ago
  50. 24a9c58 IVGCVSW-4888 Rename of Resize parameter by David Monahan · 4 years ago
  51. f931af9 IVGCVSW-3847 Add Support for GATHER by Teresa Charlin · 4 years, 2 months ago
  52. e75d09e IVGCVSW-4787 Update NNAPISupport.txt for 20.05 by Teresa Charlin · 4 years ago
  53. e4c7d6f Minor updates to FAQ in the android-nn-driver/docs by Nikhil Raj · 4 years ago
  54. 6a903a7 IVGCVSW-4850 Create QLSTM unit test in android-nn-driver by Sadik Armagan · 4 years ago
  55. a0301f1 Updating boost download URL in the setup.sh by Nikhil Raj · 4 years ago
  56. 352d508 IVGCVSW-4792 Update android-nn-driver README and IntegratorGuide by Narumol Prangnawarat · 4 years ago
  57. 24af8b2 IVGCVSW-4453 Add Support for ANEURALNETWORKS_QLSTM to HAL 1.3 Driver by Sadik Armagan · 4 years ago
  58. c60d0fd IVGCVSW-IVGCVSW-4772 Fixes for android-nn-driver unit tests on Android R by David Monahan · 4 years ago
  59. 813f230 IVGCVSW-4453 Add Support for ANEURALNETWORKS_QLSTM to HAL 1.3 Driver by Sadik Armagan · 4 years ago
  60. abc95d0 IVGCVSW-4837 Add driver service name command line option by Kevin May · 4 years ago
  61. be6b3c2 IVGCVSW-4531 StridedSlice Failures on HAL Drivers by Sadik Armagan · 4 years, 1 month ago
  62. 8a510e8 IVGCVSW-4673 Change ArmNN driver service name to arm-armnn by Kevin May · 4 years, 1 month ago
  63. b248ec1 IVGCVSW-4771 Add support for Boolean and QAsymmS8 in dump files by Teresa Charlin · 4 years, 1 month ago
  64. d463687 IVGCVSW-4692 HAL 1.3 VTS/NNT, Unit test Failures by Sadik Armagan · 4 years, 1 month ago
  65. 949a69e IVGCVSW-4677 Refactor Timepoint duplication by Kevin May · 4 years, 1 month ago
  66. d7be72e IVGCVSW-4677 Fix FencedComputeTest Hal 1.3 by Sadik Armagan · 4 years, 1 month ago
  67. 51e0b13 IVGCVSW-4675 Fix VTS 1.3 GeneratedTest.Test/armnn_resize* by David Monahan · 4 years, 1 month ago
  68. 7b9ce8d IVGCVSW-4679 Fix VTS DeadlineTest failures 1.3 CpuAcc CpuRef by Sadik Armagan · 4 years, 1 month ago
  69. 5c8b8b1 MLCE-186 Adding Android Q VTS and CTS failures to FAQ by Mike Kelly · 4 years, 1 month ago
  70. 2eaa119 IVGCVSW-4672 Fix VTS 1.2/1.3 GetCapabilities test by Kevin May · 4 years, 1 month ago
  71. ef8a393 IVGCVSW-4641 Investigate Hal 1.3 VTS Failures by Sadik Armagan · 4 years, 2 months ago
  72. 185f588 IVGCVSW-4378 Fix transpose outputInfo for skipped Concat VTS in CL and Neon by Teresa Charlin · 4 years, 2 months ago
  73. 4d07e5e IVGCVSW-4485 Remove Boost assert by Narumol Prangnawarat · 4 years, 2 months ago
  74. dbae247 Fixed missed change to libOpenCL exclusion flow by alered01 · 4 years, 2 months ago
  75. 7c395b2 Add flow to exclude libOpenCL when building AndroidnNN by alered01 · 4 years, 2 months ago
  76. 871fe6d IVGCVSW-4641 Investigate Hal 1.3 VTS Failures by Sadik Armagan · 4 years, 2 months ago
  77. 1153d1e IVGCVSW-4441 Add Support for ANEURALNETWORKS_ELU to HAL 1.3 Driver by Sadik Armagan · 4 years, 2 months ago
  78. 352d838 IVGCVSW-4640 Fix HAL 1.3 build issues from update of AOSP master by Kevin May · 4 years, 2 months ago
  79. 51ba2c6 IVGCVSW-4407 HAL 1.3 Operators Support by Sadik Armagan · 4 years, 2 months ago
  80. a984702 Downloading boost from sourceforge instead of boostorg by Nikhil Raj · 4 years, 2 months ago
  81. 42477c1 IVGCVSW-4447 Add Hal 1_3 Support by Kevin May · 4 years, 2 months ago
  82. cae7e92 IVGCVSW-3813 Add Unary Elementwise Operation 'NEG' support to the android-nn-driver by Sadik Armagan · 4 years, 2 months ago
  83. 793a70c IVGCVSW-4565 TENSOR_BOOL8 data type not supported in AndroidNN Driver by Sadik Armagan · 4 years, 2 months ago
  84. 4de83c5 Less code duplication in HAL 1.2 by Derek Lamberti · 4 years, 2 months ago
  85. 0b7a419 IVGCVSW-4482 Remove boost::ignore_unused by Jan Eilers · 4 years, 3 months ago
  86. 9ada14e MLCE-149 Build problems by Mike Kelly · 4 years, 3 months ago
  87. ec1e5b8 IVGCVSW-4473 Android R pre Hal 1_3 build changes by Kevin May · 4 years, 3 months ago
  88. 4a95658 IVGCVSW-4375 Add driver support for Transpose by Mike Kelly · 4 years, 3 months ago
  89. 43a430d IVGCVSW-4525 Adding TPIP comments to source by Jan Eilers · 4 years, 3 months ago
  90. 3a3ce56 Update IntegratorGuide.md file by Nikhil Raj · 4 years, 3 months ago
  91. f74a310 IVGCVSW-4471 ValidationTestIntrospection.DeviceGetType fails in Q NN tests by Sadik Armagan · 4 years, 3 months ago
  92. eec836e IVGCVSW-4375 Fixed driver crashes by Mike Kelly · 4 years, 3 months ago
  93. 5ca1abf IVGCVSW-4432 Update Readme for 20.02 by Sadik Armagan · 4 years, 3 months ago
  94. f0458f4 IVGCVSW-4430 Update NNAPISupport.txt for 20.02 by Sadik Armagan · 4 years, 3 months ago
  95. 0e41513 Partial Revert "IVGCVSW-4130 Remove clframework from android-nn-driver build." by Mike Kelly · 4 years, 4 months ago
  96. 7bdaac5 IVGCVSW-3987 Add armnn::Exception warning and std::exception error by Kevin May · 4 years, 4 months ago
  97. 826dd41 IVGCVSW-4130 Remove clframework from android-nn-driver build. by Colm Donelan · 4 years, 6 months ago
  98. 4a0431a IVGCVSW-4388 Update ACL pin by Teresa Charlin · 4 years, 4 months ago
  99. 26123db MLCE-153 Padding calculation for TransposeConv ignores stride by Mike Kelly · 4 years, 5 months ago
  100. 370b9b7 IVGCVSW-4360 Update ACL pin * Update Android.bp file with new created files. by Sadik Armagan · 4 years, 4 months ago