1. 9e136a0 NeuralNetworks: pin cpp_std to gnu++17 by Tomasz Wasilczyk · 1 year, 5 months ago
  2. 5757aa0 Merge Android U (ab/10368041) by Xin Li · 1 year, 8 months ago
  3. 4982d56 Add missing <cassert> and <functional> includes by Ryan Prichard · 1 year, 8 months ago
  4. 5d0e66f Merge "Include NeuralNetworksTest_operations in general-tests" am: 647b99a358 am: 9cb5d52db0 am: 99aa098fb1 by Michael Butler · 2 years, 2 months ago
  5. 647b99a Merge "Include NeuralNetworksTest_operations in general-tests" by Michael Butler · 2 years, 2 months ago
  6. e542086 Include NeuralNetworksTest_operations in general-tests by Michael Butler · 2 years, 2 months ago
  7. c1672ee Merge TQ1A.230205.002 by Xin Li · 2 years, 2 months ago
  8. 5b82755 Add additional bounds checks to NNAPI FMQ deserialize utility functions by Michael Butler · 2 years, 4 months ago
  9. 04ebd64 Merge "Add additional bounds checks to NNAPI FMQ deserialize utility functions" by Michael Butler · 2 years, 4 months ago
  10. 74d7447 Add additional bounds checks to NNAPI FMQ deserialize utility functions by Michael Butler · 2 years, 4 months ago
  11. 9141c15 Remove FP16 compiler workaround for riscv64. am: 265f4ec40e am: 4cfaf0a627 am: 4366f57a4d by Yabin Cui · 2 years, 4 months ago
  12. 265f4ec Remove FP16 compiler workaround for riscv64. by Yabin Cui · 2 years, 4 months ago
  13. 4ce9a64 remove unused mutex dependency am: 6c114d452b am: d2b677e3d2 am: 45d5ada320 by qiaoli · 2 years, 5 months ago
  14. 6c114d4 remove unused mutex dependency by qiaoli · 2 years, 5 months ago
  15. beaac81 Merge changes I094a674d,I51f9e61b,I900354f6,Ic46f3410,Ib24d0af4, ... by Henry Trinh · 2 years, 9 months ago
  16. b0d8e7f Created FlatbufferModelBuilder to convert a NNAPI NDK model to TFLite by Henry Trinh · 2 years, 9 months ago
  17. 49c4787 Fixed typo in NN_TRY doc comment by Henry Trinh · 2 years, 9 months ago
  18. 179280a Set min_sdk_version by Jooyung Han · 2 years, 9 months ago
  19. 03897cd Set min_sdk_version by Jooyung Han · 2 years, 9 months ago
  20. bf3c2e8 Removed unneeded include for portable_tensor_utils.h by Henry Trinh · 2 years, 9 months ago
  21. 38141dd Set min_sdk_version for libneuralnetworks by Jooyung Han · 2 years, 11 months ago
  22. fd1c528 Fix NNAPI compilation time reported by Michael Butler · 3 years ago
  23. 762af8c Relocate NN operation validation code to types/operations by Michael Butler · 3 years ago
  24. bafad58 Update NN types include guards by Michael Butler · 3 years, 1 month ago
  25. d1a137f Simplify NN operation registration by Michael Butler · 3 years, 1 month ago
  26. 1155f1e Relocate neuralnetworks_types to its own directory by Michael Butler · 3 years, 1 month ago
  27. f661369 Merge changes Ie715cbee,Ifc863699 by Michael Butler · 3 years, 1 month ago
  28. 9479b6b Merge "Remove unnecessary NN host defines" by Michael Butler · 3 years, 1 month ago
  29. ad44496 Split validation and execution utils from OperationsUtils.h by Michael Butler · 3 years, 1 month ago
  30. e92967d Fix typo: Multipler -> Multiplier by Michael Butler · 3 years, 1 month ago
  31. 0246a42 Remove unnecessary NN host defines by Michael Butler · 3 years, 1 month ago
  32. e005ee3 Rename operation execution files to *Execution.cpp by Michael Butler · 3 years, 1 month ago
  33. fcfb059 Merge "Fix cert-dcl16-c warnings" by Treehugger Robot · 3 years, 2 months ago
  34. b99a451 Fix cert-dcl16-c warnings by Chih-Hung Hsieh · 3 years, 2 months ago
  35. c96ab33 Make example SL prebuilt build against CL libraries by Michael Butler · 3 years, 2 months ago
  36. 7363175 Move NNAPI HAL CommonUtils to nnapi/SharedMemory -- runtime by Michael Butler · 3 years, 2 months ago
  37. 4ffd660 Deduplicate limited driver utility code by Michael Butler · 3 years, 2 months ago
  38. 0c29ec1 Merge "Create utility code to clean up dead operands" by Michael Butler · 3 years, 2 months ago
  39. 9e8def6 Create utility code to clean up dead operands by Michael Butler · 3 years, 2 months ago
  40. 58f681f Fix licenses and license texts; add package names. by Bob Badour · 3 years, 2 months ago
  41. 8c6ce5a Merge "Allow vendor specific compilation and execution hints" by Miao Wang · 3 years, 2 months ago
  42. e63b970 Fix miscellaneous NNAPI memory bugs by Michael Butler · 3 years, 2 months ago
  43. 824ea66 Allow vendor specific compilation and execution hints by Miao Wang · 3 years, 2 months ago
  44. e083a54 Reusable execution at HAL level -- runtime. by Xusong Wang · 3 years, 2 months ago
  45. 15ff79a Change operation registration to use operation macros by Michael Butler · 3 years, 3 months ago
  46. ca95a77 Consolidate validation operation functions under one function by Michael Butler · 3 years, 3 months ago
  47. cb867b0 Relocate operation validation code by Michael Butler · 3 years, 3 months ago
  48. 5a3b1fc Make Validation.cpp's operations consistent by Michael Butler · 3 years, 3 months ago
  49. 35b1cc5 Separate validation functions from operations by Michael Butler · 3 years, 3 months ago
  50. 222d9ab Copy operation files to relocate validation code by Michael Butler · 3 years, 3 months ago
  51. 4e2a177 Merge "Fix fully connected's reshape validation" by Michael Butler · 3 years, 3 months ago
  52. 01e51d5 Merge "Support AIDL versions for TestCompliance." by Ian Hua · 3 years, 3 months ago
  53. 82acb22 Support AIDL versions for TestCompliance. by Ian Hua · 3 years, 3 months ago
  54. 0220125 Merge "FL7: Add MIRROR_PAD CPU reference implementation and functional testing" by David Gross · 3 years, 3 months ago
  55. a0e7d00 FL7: Add MIRROR_PAD CPU reference implementation and functional testing by David Gross · 3 years, 3 months ago
  56. 5217be0 Fix fully connected's reshape validation by Michael Butler · 3 years, 3 months ago
  57. cab0924 Indicate empty SharedHandle is valid for all versions by Michael Butler · 3 years, 3 months ago
  58. a42db61 Don't use __wur by Colin Cross · 3 years, 4 months ago
  59. 9c003ce Remove dependencies from operation header files by Michael Butler · 3 years, 4 months ago
  60. 467660c Merge "Replace nnAssert with CHECK* and LOG(FATAL)" by Michael Butler · 3 years, 4 months ago
  61. 5e8d416 Replace nnAssert with CHECK* and LOG(FATAL) by Michael Butler · 3 years, 4 months ago
  62. 48a73a8 Merge "FL7: Add REVERSE CPU reference implementation and functional testing" by David Gross · 3 years, 4 months ago
  63. 33cdaae FL7: Add REVERSE CPU reference implementation and functional testing by David Gross · 3 years, 4 months ago
  64. a7d6cf7 Merge "Update libneuralnetworks_driver_fuzzer" by Michael Butler · 3 years, 4 months ago
  65. cd14b1c Merge "Fix Feature Level Flag and related utility code" by Michael Butler · 3 years, 4 months ago
  66. e90acfe Update libneuralnetworks_driver_fuzzer by Michael Butler · 3 years, 4 months ago
  67. c771c05 Fix Feature Level Flag and related utility code by Michael Butler · 3 years, 4 months ago
  68. f1b7121 Merge "FL7: Add quantized RSQRT CPU reference implementation and functional testing" by David Gross · 3 years, 4 months ago
  69. 1c5327f FL7: Add quantized RSQRT CPU reference implementation and functional testing by David Gross · 3 years, 4 months ago
  70. af51708 Add AIDL_V1, AIDL_V2 to HalVersion. by Ian Hua · 3 years, 4 months ago
  71. d9c8bbe Add NNAPI specification and infrastructure for FL7. by David Gross · 3 years, 4 months ago
  72. d33d6e2 Update NNAPI header guards after directory change by Michael Butler · 3 years, 4 months ago
  73. 91d1051 Rename Version::ANDROID_* to kVersionFeatureLevel* -- runtime by Michael Butler · 3 years, 5 months ago
  74. cbc1330 Make NNAPI Version more structured -- runtime by Michael Butler · 3 years, 5 months ago
  75. f1f8685 Merge "Replace NN_VALIDATE* macros with existing NN_RET_CHECK*" by Michael Butler · 3 years, 5 months ago
  76. db12398 Replace NN_VALIDATE* macros with existing NN_RET_CHECK* by Michael Butler · 3 years, 5 months ago
  77. 769ab35 Merge "Remove libneuralnetworks_common_aidl_v1" by Michael Butler · 3 years, 5 months ago
  78. 1e3b3f8 Remove libneuralnetworks_common_aidl_v1 by Michael Butler · 3 years, 5 months ago
  79. 9a772aa Relocate HalVersion from nnapi/TypeUtils.h to LegacyUtils.h by Michael Butler · 3 years, 5 months ago
  80. 0da8387 Create neuralnetworks_types_experimental library by Michael Butler · 3 years, 5 months ago
  81. 3d6e2d4 Remove HIDL memory utils from NNAPI by Michael Butler · 3 years, 5 months ago
  82. 7b5920e Merge "Simplify libneuralnetworks_common* libraries" by Michael Butler · 3 years, 5 months ago
  83. a671aa9 Simplify libneuralnetworks_common* libraries by Michael Butler · 3 years, 5 months ago
  84. 3c9031c Allow BATCH_MATMUL with different input and output scales. by Xusong Wang · 3 years, 5 months ago
  85. 48cf5cb Merge "Move Aidl utility code to aidl/utils -- runtime" by Michael Butler · 3 years, 5 months ago
  86. c0c7ded Merge "Clean up AIDL utility code" by Michael Butler · 3 years, 5 months ago
  87. 6852e83 Move Aidl utility code to aidl/utils -- runtime by Michael Butler · 3 years, 5 months ago
  88. 537efe2 Clean up AIDL utility code by Michael Butler · 3 years, 5 months ago
  89. 6a60cf9 Create utility libraries to query system config flag. by Ian Hua · 3 years, 5 months ago
  90. 8e5fb87 Revert^2 "Provide explicitly version NNAPI AIDL utils lib -- runtime." by Michael Butler · 3 years, 5 months ago
  91. 042bf4f Change Version::CURRENT_RUNTIME to getCurrentRuntimeVersion() by Michael Butler · 3 years, 5 months ago
  92. 8509b50 Revert "Provide explicitly version NNAPI AIDL utils lib -- runtime." by Michael Butler · 3 years, 5 months ago
  93. 7766e0f Provide explicitly version NNAPI AIDL utils lib -- runtime. by Xusong Wang · 3 years, 5 months ago
  94. c2e1356 Merge "Add PACK operation to NNAPI feature level 6." by David Gross · 3 years, 6 months ago
  95. 0a3647a Merge "Allow implicit conversions for NN errors -- runtime" by Michael Butler · 3 years, 6 months ago
  96. b446f03 Add PACK operation to NNAPI feature level 6. by David Gross · 3 years, 6 months ago
  97. 960ab80 Introduce NNAPI feature level 6. by Ian Hua · 3 years, 6 months ago
  98. cad5c82 Allow implicit conversions for NN errors -- runtime by Michael Butler · 3 years, 6 months ago
  99. bd7203c Remove remaining -Wno-* cflags from NNAPI common/ am: 8a4d729cc9 by Michael Butler · 3 years, 6 months ago
  100. 49cd2ec Remove -Wno-sign-compare cflag from NNAPI common/ am: 338bd6ceea by Michael Butler · 3 years, 6 months ago