1. 45bf79e Clarify the expectation of scale and zeroPoint for affected ops. by Miao Wang · 7 years ago
  2. 93ea410 Merge "Remove operationTuple." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  3. c52601a Merge "Fix softmax test to not use 0.f for beta" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  4. 0c3e1ee Fix softmax test to not use 0.f for beta by Miao Wang · 7 years ago
  5. 04e2cd0 Allow anisotropic strides for 2d conv and pooling operations. by Miao Wang · 7 years ago
  6. 3309c46 Fix documentation to use zeroPoint instead of offset or zero_value by Miao Wang · 7 years ago
  7. 7d6ac90 Remove operationTuple. by Jean-Luc Brouillet · 7 years ago
  8. 874d039 Fix sigmoid and softmax tests and implementation. by Miao Wang · 7 years ago
  9. 623375e Merge "Use softer error reporting instead of CHECK*" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  10. 6ac4e92 Merge "Added event notification even when execution fails" into oc-mr1-dev by Michael Butler · 7 years ago
  11. 9bc77ab Merge "Downgrade generated test harness for NDK libc++" into oc-mr1-dev by Michael Butler · 7 years ago
  12. be2b225 Use softer error reporting instead of CHECK* by Miao Wang · 7 years ago
  13. 6dd108c Fixed small typos in header comments. by Quddus Chong · 7 years ago
  14. 01a0489 Downgrade generated test harness for NDK libc++ by I-Jui (Ray) Sung · 7 years ago
  15. 21fab4f Merge "Fix two simple (but fatal) problems in graph partitioning." into oc-mr1-dev by David Gross · 7 years ago
  16. 0942f5f Added event notification even when execution fails by Michael Butler · 7 years ago
  17. 27a365c Fix two simple (but fatal) problems in graph partitioning. by David Gross · 7 years ago
  18. bc7cbc1 Merge "Fix partitioning to support device that cannot return supportedOperationTuples." into oc-mr1-dev by David Gross · 7 years ago
  19. 3ee2981 Merge "Testing fix: Modify SampleDriver behavior under property control." into oc-mr1-dev by David Gross · 7 years ago
  20. a13b182 Merge "Fix depthwise_conv tests" into oc-mr1-dev by Miao Wang · 7 years ago
  21. d13e341 Merge "Fix implementation bug in Dequantize" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  22. 86c4350 Fix depthwise_conv tests by Miao Wang · 7 years ago
  23. dec08de Fix documentation of depthwise convolution by Miao Wang · 7 years ago
  24. feb29cb Fix implementation bug in Dequantize by Miao Wang · 7 years ago
  25. 71b97e2 Fix partitioning to support device that cannot return supportedOperationTuples. by David Gross · 7 years ago
  26. 4a2553e Testing fix: Modify SampleDriver behavior under property control. by David Gross · 7 years ago
  27. 2e83892 Merge "Make each test have its own copy of inputs" into oc-mr1-dev by Yang Ni · 7 years ago
  28. 7ae66e4 Merge "Remove in-process sample driver code." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  29. 67573d1 Merge "Fix RNN documentation" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  30. 0e83225 Remove in-process sample driver code. by Jean-Luc Brouillet · 7 years ago
  31. 1fe4cea Make each test have its own copy of inputs by Yang Ni · 7 years ago
  32. 80e4de1 Fix RNN documentation by Yang Ni · 7 years ago
  33. 2b3ec74 Merge "Clean up docs." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  34. fbc0472 Clean up docs. by Quddus Chong · 7 years ago
  35. 5f62786 Minor comment fixes. by David Gross · 7 years ago
  36. 91e8417 Partition the requests to run on multiple devices. by Jean-Luc Brouillet · 7 years ago
  37. e3b7ad9 Merge "Add the NN API to the NDK." into oc-mr1-dev by Jean-Luc Brouillet · 7 years ago
  38. 045abf7 Merge "Re-generate VTS tests from test specs" into oc-mr1-dev by Ray Sung · 7 years ago
  39. cd9b685 Merge "Re-generate CTS tests from test specs" into oc-mr1-dev by Ray Sung · 7 years ago
  40. 39dcb0f Merge changes I5922f13a,I7194e277 into oc-mr1-dev by David Gross · 7 years ago
  41. b5f8d97 Re-generate VTS tests from test specs by I-Jui (Ray) Sung · 7 years ago
  42. 1b8fa4f Re-generate CTS tests from test specs by I-Jui (Ray) Sung · 7 years ago
  43. 60e8740 Merge "Support don't care outputs in VTS tests" into oc-mr1-dev by Ray Sung · 7 years ago
  44. 8e030d1 Merge "Rename ANeuralNetworksOperandType.offset to zeroPoint" into oc-mr1-dev by Miao Wang · 7 years ago
  45. b6b3dc4 Support don't care outputs in VTS tests by I-Jui (Ray) Sung · 7 years ago
  46. d8b6b50 Fix build failure - checking in missing VTS files by I-Jui (Ray) Sung · 7 years ago
  47. cc61d2c Merge "Add unit test for SOFTMAX op for quant8." into oc-mr1-dev by Dong Chen · 7 years ago
  48. 5293a1f Merge "Add unit test for SOFTMAX op for float32." into oc-mr1-dev by Dong Chen · 7 years ago
  49. d647e84 Merge "Move the misplaced test to the right place." into oc-mr1-dev by Dong Chen · 7 years ago
  50. 71ebd4a Merge "Add unit test for SIGMOID." into oc-mr1-dev by Leo Wang · 7 years ago
  51. 425b259 Bring back Event, and wait on Event rather than on Execution. by David Gross · 7 years ago
  52. 72680e4 Merge "Add unit test for DEPTH_TO_SPACE op for quant8." into oc-mr1-dev by Dong Chen · 7 years ago
  53. 4738ff2 Merge "Add unit test for DEPTH_TO_SPACE op for float32." into oc-mr1-dev by Dong Chen · 7 years ago
  54. 65aa556 Make Compilation API synchronous. by David Gross · 7 years ago
  55. f4ea576 Add unit test for SOFTMAX op for quant8. by Dong Chen · 7 years ago
  56. 81b216e Merge "Add unit test for FULLY_CONNECTED for float32 and quant8" into oc-mr1-dev by Gerry Fan · 7 years ago
  57. 2760872 Merge changes I8844fd13,I99a43840 into oc-mr1-dev by Ray Sung · 7 years ago
  58. 915a31d Add the NN API to the NDK. by Jean-Luc Brouillet · 7 years ago
  59. b8debeb Add unit test for SOFTMAX op for float32. by Dong Chen · 7 years ago
  60. a5c16e4 Rename ANeuralNetworksOperandType.offset to zeroPoint by Miao Wang · 7 years ago
  61. 5848acc Add unit test for FULLY_CONNECTED for float32 and quant8 by gfan · 7 years ago
  62. bf15cf2 Test spec for the Basic RNN operation by Yang Ni · 7 years ago
  63. ec8e1c7 Support ignored output in test generator by I-Jui (Ray) Sung · 7 years ago
  64. 7612f29 Remove the initialization and shutdown APIs. by Jean-Luc Brouillet · 7 years ago
  65. 70a7672 Merge "Update documentation. Remove IntList." into oc-mr1-dev by Miao Wang · 7 years ago
  66. b280370 Merge "Add unit test for SPACE_TO_DEPTH op for quant8." into oc-mr1-dev by Dong Chen · 7 years ago
  67. d2d0c03 Update documentation. Remove IntList. by Jean-Luc Brouillet · 7 years ago
  68. 76dd789 Merge "Add unit test for SPACE_TO_DEPTH op for float32." into oc-mr1-dev by Dong Chen · 7 years ago
  69. c98cde1 Merge "Add unit test for LOCAL_RESPONSE_NORMALIZATION op for float32." into oc-mr1-dev by Dong Chen · 7 years ago
  70. 20b4cd7 Merge "Rename variable b0 to act for ADD test spec." into oc-mr1-dev by Gerry Fan · 7 years ago
  71. 37ef443 Merge "Add unit test for FLOOR" into oc-mr1-dev by Gerry Fan · 7 years ago
  72. c9d8450 Merge "Make the enums pass as int32_t, and make offset and length size_t." into oc-mr1-dev by Miao Wang · 7 years ago
  73. 90da24d Merge "Add unit test for L2_NORMALIZATION" into oc-mr1-dev by Gerry Fan · 7 years ago
  74. ba29684 Merge "Add unit test for RESHAPE for Float32 and Quant8" into oc-mr1-dev by Gerry Fan · 7 years ago
  75. 1fccb54 Merge "Add unit test for DEQUANTIZE" into oc-mr1-dev by Gerry Fan · 7 years ago
  76. 5bfc433 Merge "Add unit test for TANH" into oc-mr1-dev by Gerry Fan · 7 years ago
  77. 0a049ee Add unit test for DEPTH_TO_SPACE op for float32. by Dong Chen · 7 years ago
  78. 08572e2 Merge "Test spec for the LSTM cell operation" into oc-mr1-dev by Yang Ni · 7 years ago
  79. 8a9865f Merge "Add unit test for RESIZE_BILINEAR for Float32" into oc-mr1-dev by Gerry Fan · 7 years ago
  80. 5334198 Merge "Test spec for SVDF operation" into oc-mr1-dev by Yang Ni · 7 years ago
  81. ac205b1 Rename variable b0 to act for ADD test spec. by gfan · 7 years ago
  82. 66d5640 Make the enums pass as int32_t, and make offset and length size_t. by Miao Wang · 7 years ago
  83. 6f19705 Merge "Add unit test for HASHTABLE_LOOKUP op for quant8." into oc-mr1-dev by Dong Chen · 7 years ago
  84. 7b87f82 Merge "Add unit test for MUL" into oc-mr1-dev by Gerry Fan · 7 years ago
  85. d539718 Test spec for the LSTM cell operation by Yang Ni · 7 years ago
  86. 01df504 Merge "Rename Request to Execution at the API level." into oc-mr1-dev by David Gross · 7 years ago
  87. cbeffe0 Add unit test for DEPTH_TO_SPACE op for quant8. by Dong Chen · 7 years ago
  88. 5aaf8ab Add unit test for RESHAPE for Float32 and Quant8 by gfan · 7 years ago
  89. 6c80bf4 Merge "Move OEM codes out of NeuralNetworks.h to new file NeuralNetworksOEM.h." into oc-mr1-dev by David Gross · 7 years ago
  90. 420ebdd Test spec for SVDF operation by Yang Ni · 7 years ago
  91. ea66874 Move the misplaced test to the right place. by Dong Chen · 7 years ago
  92. 03e12e7 Add unit test for FLOOR by gfan · 7 years ago
  93. ff6f103 Add unit test for SPACE_TO_DEPTH op for quant8. by Dong Chen · 7 years ago
  94. 1bb3a7b Add unit test for SPACE_TO_DEPTH op for float32. by Dong Chen · 7 years ago
  95. 2c41090 Add unit test for DEQUANTIZE by gfan · 7 years ago
  96. 9b43a76 Add unit test for RESIZE_BILINEAR for Float32 by gfan · 7 years ago
  97. 877bcb2 Add unit test for LOCAL_RESPONSE_NORMALIZATION op for float32. by Dong Chen · 7 years ago
  98. 5e7827e Move OEM codes out of NeuralNetworks.h to new file NeuralNetworksOEM.h. by David Gross · 7 years ago
  99. 6e25511 Add unit test for L2_NORMALIZATION by gfan · 7 years ago
  100. 92f7fdf Add unit test for HASHTABLE_LOOKUP op for quant8. by Dong Chen · 7 years ago