1. 829a18d Make fully_connected op use reference implementation in certain cases. by Miao Wang · 6 years ago
  2. 89e08c0 Merge "Document unspecified dimensions." into pi-dev by TreeHugger Robot · 6 years ago
  3. 14dec19 Merge "Openmp blocktime 1->20ms to keep cores enabled" into pi-dev by TreeHugger Robot · 6 years ago
  4. 9ecf6c5 Document unspecified dimensions. by David Gross · 6 years ago
  5. 63ca6c1 Properly guard newly added APIs in P by Miao Wang · 6 years ago
  6. 877baf0 Openmp blocktime 1->20ms to keep cores enabled by Mika Raento · 6 years ago
  7. a7ca183 Validate strided slice output dims in cpu executor by Mika Raento · 6 years ago
  8. 2627442 Fix setOperandValue validation for optional operands. by Miao Wang · 6 years ago
  9. 6a2a11d Reduce OpenMP thread busywait time (200 to 1 ms) by Mika Raento · 6 years ago
  10. 40ac909 Merge "Fix tests that are to only use public API to do so" into pi-dev by Mika Raento · 6 years ago
  11. 8af4cd0 Fix tests that are to only use public API to do so by Mika Raento · 6 years ago
  12. 4d4389e Merge "Unknown dimension tests for partitioning and hvx" into pi-dev by Mika Raento · 6 years ago
  13. aec086a Free wrapper resource before assignment by Michael Butler · 6 years ago
  14. bb255b6 Unknown dimension tests for partitioning and hvx by Mika Raento · 6 years ago
  15. f1a4694 Sync updated NNAPI doc to HAL -- script by Michael Butler · 6 years ago
  16. eb33629 Remove inconsistent references to "type" in NNAPI by Michael Butler · 6 years ago
  17. 35e4e2c Merge "Add test for dimensions unknown at compile time" into pi-dev by Mika Raento · 6 years ago
  18. c808162 Merge "Script syncing of types.hal from NeuralNetworks.h" into pi-dev by Mika Raento · 6 years ago
  19. 3340f8b Script syncing of types.hal from NeuralNetworks.h by Mika Raento · 6 years ago
  20. 951a1ee Add test for dimensions unknown at compile time by Mika Raento · 6 years ago
  21. 560950a Merge "Fix failing test by rerunning test generator" into pi-dev by Mika Raento · 6 years ago
  22. 72e7a00 Merge "Fix the error code ANEURALNETWORKS_UNMAPPABLE" into pi-dev by Miao Wang · 6 years ago
  23. d6e3107 Fix failing test by rerunning test generator by Mika Raento · 6 years ago
  24. da754e0 Fix slicing.sh for new directory structure by Mika Raento · 6 years ago
  25. 38eb182 Merge "Create _relaxed tests for newly added tests -- generated tests" into pi-dev by Michael Butler · 6 years ago
  26. 2dcdbd9 Fix the error code ANEURALNETWORKS_UNMAPPABLE by Miao Wang · 6 years ago
  27. 597ec94 Merge "Error code fix and added new (std::nothrow) where needed." into pi-dev by TreeHugger Robot · 6 years ago
  28. 3c2272e Create _relaxed tests for newly added tests -- generated tests by Michael Butler · 6 years ago
  29. 56a09d4 Merge "Create _relaxed tests for newly added tests" into pi-dev by Michael Butler · 6 years ago
  30. a98386d Fixed an error in LSTM documentation on peephole by Yang Ni · 6 years ago
  31. 130f186 Merge "Document that RESIZE_BILINEAR will not force align corner pixels." into pi-dev by Miao Wang · 6 years ago
  32. a144106 Error code fix and added new (std::nothrow) where needed. by Przemyslaw Szczepaniak · 6 years ago
  33. 369a512 Document that RESIZE_BILINEAR will not force align corner pixels. by Miao Wang · 6 years ago
  34. a41ad77 Rewrite leak check for performance, selinux compliance by Mika Raento · 6 years ago
  35. ad1af84 Create _relaxed tests for newly added tests by Michael Butler · 6 years ago
  36. e770a8d Merge "Clarify Fully Connected Op comments and naming" into pi-dev by Mika Raento · 6 years ago
  37. 1371cc6 Merge "Remove pointer values from the log and hide certain verbose logging unless building with NN_DEBUGGABLE." into pi-dev by Miao Wang · 6 years ago
  38. 15e100a Merge "Fix Conv2D crash in 64bit binary." into pi-dev by Przemyslaw Szczepaniak · 6 years ago
  39. 64031fa Remove pointer values from the log and hide certain verbose logging by Miao Wang · 6 years ago
  40. 6d78cf0 Clarify Fully Connected Op comments and naming by Mika Raento · 6 years ago
  41. 6e1812d Fix Conv2D crash in 64bit binary. by Przemyslaw Szczepaniak · 6 years ago
  42. 984b07d Merge changes from topic "nnapi-execution-preference" into pi-dev by Michael Butler · 6 years ago
  43. 1e96662 NNAPI: Add execution preference to prepareModel (runtime) by Michael Butler · 6 years ago
  44. aba8381 Upgrade NeuralNetworks v1.0 to v1.1 followup CL by Michael Butler · 6 years ago
  45. 665fe30 Merge "Mark libneuralnetworks as LLNDK" into pi-dev by TreeHugger Robot · 6 years ago
  46. 58e3b45 Merge "Map execution failure error status from driver through NN API to client." into pi-dev by David Gross · 6 years ago
  47. 395e84e Mark libneuralnetworks as LLNDK by Logan Chien · 6 years ago
  48. 09e3264 Merge "Remove libnativehelper from shared_libs" into pi-dev by Logan Chien · 6 years ago
  49. 58cbcf3 Fix documentation typos. by David Gross · 6 years ago
  50. bbb60db Remove libnativehelper from shared_libs by Logan Chien · 6 years ago
  51. 07ed4d5 Map execution failure error status from driver through NN API to client. by David Gross · 6 years ago
  52. 9447966 Make convFloat32 and convQuant8 not segfault when asking too much memory. by Przemyslaw Szczepaniak · 6 years ago
  53. b66b5ab Finalize STRIDED_SLICE by Miao Wang · 6 years ago
  54. af7814e Merge "Add validation tests for remaining operations" into pi-dev by Michael Butler · 6 years ago
  55. 56d801b Fix the spec for TENSOR_QUANT8_ASYMM to match our validation. by Miao Wang · 6 years ago
  56. 9b86f19 Add validation tests for remaining operations by Michael Butler · 6 years ago
  57. 0564f3b Merge "Fix nullptr check in ExecutionPlan.cpp compile()." into pi-dev by David Gross · 6 years ago
  58. 52d8017 Merge "Add NeuralNetworksApiBenchmark to apct suite metric" into pi-dev by TreeHugger Robot · 6 years ago
  59. 8cc3d6a Add NeuralNetworksApiBenchmark to apct suite metric by jdesprez · 6 years ago
  60. 4008567 Merge changes Ida0350d2,If4b50c50 into pi-dev by TreeHugger Robot · 6 years ago
  61. 97a2a4b Merge "Make NNAPI support BroadcastSub and BroadcastDiv." into pi-dev by TreeHugger Robot · 6 years ago
  62. 00db912 Merge "Add more validation to the HAL" into pi-dev by Michael Butler · 6 years ago
  63. 7791802 Merge "Only export public APIs from libneuralnetworks.so." into pi-dev by David Gross · 6 years ago
  64. 0b385e7 Add more validation to the HAL by Michael Butler · 6 years ago
  65. 00629fd Merge "Regenerate CTS and VTS test cases" into pi-dev by Michael Butler · 6 years ago
  66. 0401522 Fix nullptr check in ExecutionPlan.cpp compile(). by David Gross · 6 years ago
  67. da9c1f6 Only export public APIs from libneuralnetworks.so. by David Gross · 6 years ago
  68. 25bd94b Fix size of data in execution test by Michael Butler · 6 years ago
  69. 540bafe Regenerate CTS and VTS test cases by Michael Butler · 6 years ago
  70. 910d531 Merge "Fix resize_bilinear test height/width order" into pi-dev by Michael Butler · 6 years ago
  71. 163d793 Merge "Add validation to remaining ops and fix tests" into pi-dev by Michael Butler · 6 years ago
  72. 03fde83 Fix resize_bilinear test height/width order by Michael Butler · 6 years ago
  73. e538bb0 Add validation to remaining ops and fix tests by Michael Butler · 6 years ago
  74. 585b722 When test builds a Device from TestDriver, call Device::initialize(). by David Gross · 6 years ago
  75. 79f5af7 Merge "Propagate execution failure from driver to NN API client." into pi-dev by David Gross · 6 years ago
  76. a9ce000 Remove unused / unimplemented parameter "crops" for BATCH_TO_SPACE by Miao Wang · 6 years ago
  77. 1aa8959 Propagate execution failure from driver to NN API client. by David Gross · 6 years ago
  78. 02e33fc Make NNAPI support BroadcastSub and BroadcastDiv. by Miao Wang · 6 years ago
  79. ef72ca7 Fix WrapperTestModelFinish test to use TENSOR_FLOAT32 for TANH. by Miao Wang · 6 years ago
  80. f0efd0b Fix the validation tests which were using ADD incorrectly. by Miao Wang · 6 years ago
  81. 43d018d Enforce validations for ANeuralNetworksExecution_setInput/Output by Miao Wang · 6 years ago
  82. 10df1ab Merge "Fix lstm tests to have correct scratch_buffer size" into pi-dev by TreeHugger Robot · 6 years ago
  83. a161b4b Merge "Add basic validation for ANeuralNetworksModel_addOperation" into pi-dev by TreeHugger Robot · 6 years ago
  84. f21c049 Merge "Explicitly set dimension to be nullptr when empty vector" into pi-dev by Michael Butler · 6 years ago
  85. 137d278 Add basic validation for ANeuralNetworksModel_addOperation by Miao Wang · 6 years ago
  86. 2479960 Explicitly set dimension to be nullptr when empty vector by Michael Butler · 6 years ago
  87. 9fded2f Merge "Add a field in ModelBuilder to indicate whether the model is invalid or not." into pi-dev by TreeHugger Robot · 6 years ago
  88. 853931f Add a field in ModelBuilder to indicate whether the model is invalid or not. by Miao Wang · 6 years ago
  89. 0882987 Remove obsolete comments about ANeuralNetworksMemory_createShared by Miao Wang · 6 years ago
  90. aa2bba1 Fix lstm tests to have correct scratch_buffer size by Miao Wang · 6 years ago
  91. ffe5af4 Merge "Fix / add various ANeuralNetworksModel_* validations" into pi-dev by TreeHugger Robot · 6 years ago
  92. 94e1b49 Merge "Upgrade generated test cases" into pi-dev by Michael Butler · 6 years ago
  93. ef9eb72 Fix / add various ANeuralNetworksModel_* validations by Miao Wang · 6 years ago
  94. 8ca57f4 Merge "Fix the validation for ANeuralNetworksExecution_setInput & setOutput" into pi-dev by TreeHugger Robot · 6 years ago
  95. c52c2d2 Fix the validation for ANeuralNetworksExecution_setInput & setOutput by Miao Wang · 6 years ago
  96. d6d2b0a Upgrade generated test cases by Michael Butler · 6 years ago
  97. 5c2e9d7 Add tests for ANeuralNetworksModel_identifyInputsAndOutputs. by David Gross · 6 years ago
  98. 0deadd8 Call validation from ModelBuilder::finish(). by David Gross · 6 years ago
  99. ee8da78 Add a bunch of validation tests. by Miao Wang · 6 years ago
  100. 527a0ac Fix resize_bilinear test arguments and strided_slice test types by Michael Butler · 6 years ago