1. c5e342b Improve validation of the HAL structures. by Jean-Luc Brouillet · 7 years ago
  2. 079b9a1 Merge "Slicing a given model up to the given first N operations" into oc-mr1-nn-dev by TreeHugger Robot · 7 years ago
  3. 4062279 Slicing a given model up to the given first N operations by I-Jui (Ray) Sung · 7 years ago
  4. ae6b31a Merge "Add missing Result values to NeuralNetworksWrapper.h." into oc-mr1-nn-dev by TreeHugger Robot · 7 years ago
  5. 46ada93 Add missing Result values to NeuralNetworksWrapper.h. by David Gross · 7 years ago
  6. 4107f32 Modernize the test specs of various outdated tests by I-Jui (Ray) Sung · 7 years ago
  7. a1ef918 Modernize the test spec of mobilenet_224_gander_basic_fixed by I-Jui (Ray) Sung · 7 years ago
  8. 0f3c0e1 Merge "Include a full example into mobilenet_quantized spec" into oc-mr1-nn-dev by Ray Sung · 7 years ago
  9. c308618 Update LSTM documentation by Yang Ni · 7 years ago
  10. 9b8ba9d Include a full example into mobilenet_quantized spec by I-Jui (Ray) Sung · 7 years ago
  11. f315e6a Merge "Handle errors on getCapabilities" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  12. f4ececd Handle errors on getCapabilities by Jean-Luc Brouillet · 7 years ago
  13. 874b092 Fix tests that incorrectly handle large const tensors. by Miao Wang · 7 years ago
  14. 1af3389 Merge "Add documentation for PaddingCode in NeuralNetworks.h Bug: 67331808 Test: ran NeuralNetworksTest on marlin" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  15. d1da626 Add documentation for PaddingCode in NeuralNetworks.h by gfan · 7 years ago
  16. 1da8fed Pass large model operand values in shared memory. by Jean-Luc Brouillet · 7 years ago
  17. 59c183a Merge "Fix vlog initialization in sample drivers." into oc-mr1-dev by Jean-Luc Brouillet · 7 years ago
  18. 4654d0e Merge "Test LSTM, RNN, and SVDF with non-zero states" into oc-mr1-dev by Jean-Luc Brouillet · 7 years ago
  19. 1c1cd66 Merge "NEON support for LSTM" into oc-mr1-dev by Jean-Luc Brouillet · 7 years ago
  20. 6c03509 Merge "Fix unit tests for ops with states" into oc-mr1-dev by Jean-Luc Brouillet · 7 years ago
  21. f6d3074 Test LSTM, RNN, and SVDF with non-zero states by Yang Ni · 7 years ago
  22. 3c6328e Generate MobilNet quantized in the test generation script by I-Jui (Ray) Sung · 7 years ago
  23. 915cca2 NEON support for LSTM by Yang Ni · 7 years ago
  24. 035ce1e Fix unit tests for ops with states by Yang Ni · 7 years ago
  25. 34b47ee Merge "Relax quant8 result tolerance to +/- 1 in the test harness" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  26. a116e12 Fix vlog initialization in sample drivers. by Jean-Luc Brouillet · 7 years ago
  27. 0b6019d Relax quant8 result tolerance to +/- 1 in the test harness by I-Jui (Ray) Sung · 7 years ago
  28. 2467b9c Update generated VTS tests by I-Jui (Ray) Sung · 7 years ago
  29. 818ff57 Merge "Respect output operand order in test generator" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  30. ec06280 Merge "Made embedding lookup take int lookups" into oc-mr1-dev by Yang Ni · 7 years ago
  31. 97c70d2 Respect output operand order in test generator by I-Jui (Ray) Sung · 7 years ago
  32. 86b1f8c Merge changes Ib4b7ed56,Ibfd68139 into oc-mr1-dev by TreeHugger Robot · 7 years ago
  33. 7dc7d13 Merge "Add unit tests for graph partitioning." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  34. a50eb97 Close file descriptors in the TestMemory test. by Miao Wang · 7 years ago
  35. cca8e52 Fix a bad depthwise_conv test. by Miao Wang · 7 years ago
  36. 07e922e Merge "Fix the helper function converting explict padding to implicit padding" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  37. db3be0b Add unit tests for graph partitioning. by David Gross · 7 years ago
  38. 56511a7 Merge "Added one more test spec for space_to_depth/depth_to_space Bug: 63905942 Test: ran NeuralNetworksTest on marlin" into oc-mr1-dev by Gerry Fan · 7 years ago
  39. 3a9b7c8 Made embedding lookup take int lookups by Yang Ni · 7 years ago
  40. a86baa0 Merge "Minor clarification for NeuralNetworks.h for EMBEDDING_LOOKUP and HASHTABLE_LOOKUP Bug: 67459279 Test: locally run cts NeuralNetworksTests on marlin" into oc-mr1-dev by Gerry Fan · 7 years ago
  41. 9949232 Added one more test spec for space_to_depth/depth_to_space by gfan · 7 years ago
  42. a6ec3b4 Minor clarification for NeuralNetworks.h for EMBEDDING_LOOKUP and HASHTABLE_LOOKUP by gfan · 7 years ago
  43. e38ec87 Fix the helper function converting explict padding to implicit padding by Miao Wang · 7 years ago
  44. bee07f7 Force CpuExecutor validating user-provided model output operands. by Miao Wang · 7 years ago
  45. 69b0aea Merge "Refactor test harness" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  46. 3229510 Merge "Revise tests so weights and biases are no longer inputs" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  47. 297c580 Revise tests so weights and biases are no longer inputs by I-Jui (Ray) Sung · 7 years ago
  48. c86cfc7 Refactor test harness by I-Jui (Ray) Sung · 7 years ago
  49. 3a66471 Fix RESIZE_BILINEAR documenation. by Miao Wang · 7 years ago
  50. 820215d Allow fine grain verbose logging control through system property. by Miao Wang · 7 years ago
  51. 61e4a9e Merge "Partitioning interface changes to enable unit testing." into oc-mr1-dev by David Gross · 7 years ago
  52. def0a14 Partitioning interface changes to enable unit testing. by David Gross · 7 years ago
  53. 7faa4d8 Merge "Fix test spec in depthwise_conv_2d and depthwise_conv_2d_quant8 Bug: 67381597 Test: locally run cts NeuralNetworksTests on marlin" into oc-mr1-dev by Gerry Fan · 7 years ago
  54. c96b526 Fix test spec in depthwise_conv_2d and depthwise_conv_2d_quant8 by gfan · 7 years ago
  55. d5cd96a Merge "Add CPU fallback and remove non-plan driver path." into oc-mr1-dev by Jean-Luc Brouillet · 7 years ago
  56. 5e8feed Add CPU fallback and remove non-plan driver path. by David Gross · 7 years ago
  57. 66d5cb6 Rename setInputsAndOutputs by Jean-Luc Brouillet · 7 years ago
  58. 4b9f4fa Merge changes Ia0ccf4e4,I5767d214 into oc-mr1-dev by David Gross · 7 years ago
  59. 0268d79 Merge "Fix quantized CONV_2D and FULLY_CONNECTED tests and add more validation for input tensor types." into oc-mr1-dev by Miao Wang · 7 years ago
  60. 238a880 Fix quantized CONV_2D and FULLY_CONNECTED tests and add more validation by Miao Wang · 7 years ago
  61. 64e004a Merge "Add l2 large test." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  62. a5e146a Merge "Change stateful Ops to stateless ones" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  63. 8fb14e9 Allocate all inter-partition temporaries to a single Memory object. by David Gross · 7 years ago
  64. e317882 Asynchronus partitioned execution, plus minor code cleanup. by David Gross · 7 years ago
  65. 35d33fb Merge "Revert "Fix a typo in documentation to FULLY_CONNECTED"" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  66. f23ef0a Add l2 large test. by leozwang · 7 years ago
  67. ce38590 Revert "Fix a typo in documentation to FULLY_CONNECTED" by Yang Ni · 7 years ago
  68. eefb1e6 Change stateful Ops to stateless ones by Yang Ni · 7 years ago
  69. e68d924 Modify test files for size. Add tests. by Jean-Luc Brouillet · 7 years ago
  70. f88b4f2 Merge "Fix documentation of CONCATENATION." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  71. 4d83c52 Fix build breakage. by David Gross · 7 years ago
  72. 2a2b384 Fix documentation of CONCATENATION. by Miao Wang · 7 years ago
  73. 69d2433 Merge changes I04c71d70,I58b763bc into oc-mr1-dev by David Gross · 7 years ago
  74. 27d326d Merge "Update generated unit tests and vts tests." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  75. f581a1d Merge "Add fully_connected large test." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  76. a3bed78 Merge "Fix problem passing null optional operands." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  77. 224c01e Update generated unit tests and vts tests. by Dong Chen · 7 years ago
  78. a2a0363 Make partitioning and execution of partitioned plan the default. by David Gross · 7 years ago
  79. 96811e2 Manage inter-partition temporaries. by David Gross · 7 years ago
  80. aba934d Add fully_connected large test. by leozwang · 7 years ago
  81. 91c69fa Merge "NNAPI Runtime: Change IEvent to explicit callbacks" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  82. 178849f Merge "Fix a typo in documentation to FULLY_CONNECTED" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  83. b8740fb Merge "Add conv2d quant8 large test." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  84. 76354c8 Fix a typo in documentation to FULLY_CONNECTED by Yang Ni · 7 years ago
  85. c715e9d Add depthwise conv2d large tests. by leozwang · 7 years ago
  86. fdd5f3a Add conv2d quant8 large test. by leozwang · 7 years ago
  87. 62cc275 Fix problem passing null optional operands. by Jean-Luc Brouillet · 7 years ago
  88. 25bfff4 Merge "Add conv 2d float large tests." into oc-mr1-dev by Leo Wang · 7 years ago
  89. 35647da Fix documentation of FULLY_CONNECTED, and add checks for input rank. by Miao Wang · 7 years ago
  90. 93e086f Remove activation parameter from CONCATENATION by Miao Wang · 7 years ago
  91. b03fb0a Merge "Fix test spec bug in fully_connected_float and fully_connected_quant8 Bug: 67319070 Test: ran locally NeuralNetworksTest on Marlin" into oc-mr1-dev by Gerry Fan · 7 years ago
  92. 4fca18b Merge "Add preparation code missed in some OPs" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  93. 2a10266 Merge "Handle HIDL transport error calling IDevice::getSupportedOperations()." into oc-mr1-dev by David Gross · 7 years ago
  94. b2e34b7 Add conv 2d float large tests. by leozwang · 7 years ago
  95. 033b8a6 NNAPI Runtime: Change IEvent to explicit callbacks by Michael Butler · 7 years ago
  96. d3cfaf4 Fix test spec bug in fully_connected_float and fully_connected_quant8 by gfan · 7 years ago
  97. 8c689bd Add preparation code missed in some OPs by Yang Ni · 7 years ago
  98. b93885e Handle HIDL transport error calling IDevice::getSupportedOperations(). by David Gross · 7 years ago
  99. ec137f2 Merge "Add larger unit tests for LOGISTIC op for float32 and quant8." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  100. 09c6057 Merge changes I3a05f547,I17473210 into oc-mr1-dev by David Gross · 7 years ago