1. dee204e Fix use-after-free crash in VtsHalNeuralnetworksTargetTest. by Xusong Wang · 4 years ago
  2. 8472d91 Quickly exit VtsHalNeuralnetworks*TargetTest on failure by Michael Butler · 4 years ago
  3. 77c1b62 Quick-fail NNAPI VTS test case if driver is dead by Michael Butler · 4 years ago
  4. 3fd4ec4 Fix ordering of cache files requirements from device by Lev Proleev · 4 years, 1 month ago
  5. 62d0446 Merge "Modify VTS to allow testing shim caching" into sc-dev by Przemyslaw Szczepaniak · 4 years, 2 months ago
  6. dff39c0 Modify VTS to allow testing shim caching by Slava Shklyaev · 4 years, 3 months ago
  7. a26f062 Merge "Freeze AIDL APIs for SC" into sc-dev by Jiyong Park · 4 years, 2 months ago
  8. 72b6359 Freeze AIDL APIs for SC by Jiyong Park · 4 years, 3 months ago
  9. dfc013a Test readonly request input in AIDL VTS. by Xusong Wang · 4 years, 2 months ago
  10. 2082b87 Fix a bug in reusable burst execution. by Xusong Wang · 4 years, 3 months ago
  11. 8bfa243 Use proper alignment and padding for pointer arguments -- HAL. by Xusong Wang · 4 years, 3 months ago
  12. e84db6b Merge changes from topics "nnapi-reusable-execution-canonical-2", "nnapi-reusable-execution-canonical-burst" into sc-dev by Xusong Wang · 4 years, 3 months ago
  13. ead6d37 Introduce reusable burst to canonical interface -- HAL. by Xusong Wang · 4 years, 4 months ago
  14. 727a7b2 Introduce reusable execution to canonical interface -- HAL. by Xusong Wang · 4 years, 5 months ago
  15. 3a96632 aidl: Set explicit default values for enum-type fields by Jooyung Han · 4 years, 3 months ago
  16. 889c46c Fix typo in PAD_V2 comments by Andy Dyer-Smith · 4 years, 4 months ago
  17. 3e9720b Remove NN canonical IDevice::isUpdatable -- hal by Michael Butler · 4 years, 4 months ago
  18. 0292dbb Merge "Add units to hal times and durations names" by Treehugger Robot · 4 years, 4 months ago
  19. 8df7d6e Add units to hal times and durations names by Lev Proleev · 4 years, 4 months ago
  20. 300b324 Add units to hal times and durations names by Lev Proleev · 4 years, 4 months ago
  21. a546efe Merge "Enable NN VTS and utility code to use lazy services" by Michael Butler · 4 years, 4 months ago
  22. e6273df Merge "Add explanations for FusedActivationFunc values" by Lev Proleev · 4 years, 4 months ago
  23. d3a6efc Enable NN VTS and utility code to use lazy services by Michael Butler · 4 years, 4 months ago
  24. 60aa6c2 Add explanations for FusedActivationFunc values by Lev Proleev · 4 years, 4 months ago
  25. f03ebd9 Update NN utility code and VTS tests with new Memory type by Michael Butler · 4 years, 4 months ago
  26. dd53d04 Improve the structure of NNAPI AIDL Memory by Michael Butler · 4 years, 4 months ago
  27. 382d513 Change NNAPI time from steady_clock to boot_clock -- hal by Michael Butler · 4 years, 5 months ago
  28. 7a9d609 Create NN AIDL Burst adapter by Michael Butler · 4 years, 5 months ago
  29. 8414a6e Add additional parameters for NN Burst -- HAL by Michael Butler · 4 years, 5 months ago
  30. 388bceb Add missing validation for NN canonical types by Michael Butler · 4 years, 6 months ago
  31. 3633d07 Rename BufferRole.frequency -> probability -- HAL. by Xusong Wang · 4 years, 5 months ago
  32. 7fc7e37 Add Burst tests to NN AIDL HAL VTS by Michael Butler · 4 years, 5 months ago
  33. 88e6e9e Add IBurst to NN AIDL HAL -- hal by Michael Butler · 4 years, 5 months ago
  34. 37dcda8 Format NN AIDL HAL by Michael Butler · 4 years, 5 months ago
  35. dfefe26 Merge "Test padded request memories in VTS generated tests." by Xusong Wang · 4 years, 5 months ago
  36. 3fd9089 Merge "NNAPI: Add AIDL drivers registration" by Slava Shklyaev · 4 years, 5 months ago
  37. 16858a6 Test padded request memories in VTS generated tests. by Xusong Wang · 4 years, 6 months ago
  38. 62445b7 Document the default alignment and padding value. by Xusong Wang · 4 years, 5 months ago
  39. 5e4453f Merge "Passing padding information to the driver -- hal." by Xusong Wang · 4 years, 5 months ago
  40. 2d7195f NNAPI: Add AIDL drivers registration by Lev Proleev · 4 years, 6 months ago
  41. 5e36ca0 Passing padding information to the driver -- hal. by Xusong Wang · 4 years, 6 months ago
  42. 900c28a Add canonical types adapters for NNAPI AIDL interface by Lev Proleev · 4 years, 6 months ago
  43. d33893f neuralnetworks: fix out ParcelFileDescriptor by Jooyung Han · 4 years, 5 months ago
  44. 65de531 Merge changes from topic "nnapi-numberOfConsumers" by Michael Butler · 4 years, 5 months ago
  45. b224b36 [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces by Bob Badour · 4 years, 6 months ago
  46. 68b6926 Make NNAPI countNumberOfConsumers return GeneralResult -- hal by Michael Butler · 4 years, 6 months ago
  47. ab2f482 Store AHWB in NN canonical memory type -- hal by Michael Butler · 4 years, 6 months ago
  48. fadeb8a Change NNAPI Memory to ref-counted SharedMemory -- hal by Michael Butler · 4 years, 6 months ago
  49. 79bd373 Apply aidl_format to NNAPI AIDL interface files by Lev Proleev · 4 years, 6 months ago
  50. c185e88 Implement VTS tests for NNAPI AIDL interface by Lev Proleev · 4 years, 8 months ago
  51. 6b6dfcd Add utils for AIDL types conversions by Lev Proleev · 4 years, 9 months ago
  52. bfd12c6 Create first version of NNAPI AIDL interface by Lev Proleev · 5 years ago