1. 46a4b30 Merge "Support example that has tensors of different types" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  2. 23eda93 Merge "Explicitly add "_2D" to applicable ops, and add fused activation function enum." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  3. 55cef21 Explicitly add "_2D" to applicable ops, and add fused activation function enum. by Miao Wang · 7 years ago
  4. 0afe589 Merge "Disallow copy semantics for NeuralNetworkWrapper objects." into oc-mr1-dev by Michael Butler · 7 years ago
  5. 6a0d306 Support example that has tensors of different types by I-Jui (Ray) Sung · 7 years ago
  6. fce2d20 Merge "Add support for mmaped file descriptor" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  7. 105807d Add support for mmaped file descriptor by Miao Wang · 7 years ago
  8. 4c7a55a Support generating VTS models in test generator by I-Jui (Ray) Sung · 7 years ago
  9. 0ea8c9f Merge "Remove stray uses of "shared" from comments." into oc-mr1-dev by David Gross · 7 years ago
  10. 18fec85 Merge "Increment HAL_NUM_OPERAND_TYPES to 12 after adding TENSOR_INT32." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  11. cc7f99f Remove stray uses of "shared" from comments. by David Gross · 7 years ago
  12. 7b87fec Disallow copy semantics for NeuralNetworkWrapper objects. by Michael Butler · 7 years ago
  13. a0002c7 Increment HAL_NUM_OPERAND_TYPES to 12 after adding TENSOR_INT32. by Miao Wang · 7 years ago
  14. 0831219 Move operation files into subdirectory by Yang Ni · 7 years ago
  15. e9274aa Merge "Create a nn/driver directory." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  16. 0424449 Merge "Improvements to the Memory code." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  17. 7350a72 Create a nn/driver directory. by Jean-Luc Brouillet · 7 years ago
  18. 389f26c Refactor of ModelArgumentInfo. by Jean-Luc Brouillet · 7 years ago
  19. 2150f1d Improvements to the Memory code. by Jean-Luc Brouillet · 7 years ago
  20. 5a9983b Merge "NNAPI Concurrent Query Management -- Implementation" into oc-mr1-dev by David Gross · 7 years ago
  21. f233525 Making Add and Mul able to handle broadcast Add/Mul. by Miao Wang · 7 years ago
  22. 689d892 NNAPI Concurrent Query Management -- Implementation by Michael Butler · 7 years ago
  23. 4d64f1b Merge "Fixes file names of unit tests" into oc-mr1-dev by Yang Ni · 7 years ago
  24. b14b32a Merge "Cleanup the constants in NeuralNetworks.h" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  25. c1ab6fc Cleanup the constants in NeuralNetworks.h by Jean-Luc Brouillet · 7 years ago
  26. ad36b7a Support quantized models and examples in tests by I-Jui (Ray) Sung · 7 years ago
  27. fee08c7 Merge "Fix the OperandType constructor in NN wrapper." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  28. c0725c7 Merge "Add basic tests for pooling and Relu[X] operations." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  29. 9b8414d Merge "Add OEM_OPERATION enum." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  30. 910c9f0 Fix the OperandType constructor in NN wrapper. by Miao Wang · 7 years ago
  31. b414ece Fixes file names of unit tests by Yang Ni · 7 years ago
  32. 681ee0e Merge "Implement LSTM cell on CPU" into oc-mr1-dev by Yang Ni · 7 years ago
  33. a67d8a0 Add OEM_OPERATION enum. by Miao Wang · 7 years ago
  34. 5d58071 Add basic tests for pooling and Relu[X] operations. by Miao Wang · 7 years ago
  35. 8dcf8b3 Merge "Implement SVDF on CPU" into oc-mr1-dev by Yang Ni · 7 years ago
  36. ee708ad Merge "Implement EMBEDDING_LOOKUP and HASHTABLE_LOOKUP" into oc-mr1-dev by Yang Ni · 7 years ago
  37. 3c35ae1 Implement LSTM cell on CPU by Yang Ni · 7 years ago
  38. 7a5429d Implement SVDF on CPU by Yang Ni · 7 years ago
  39. 05073f7 Merge "Revised NNAPI test generator per user feedback" into oc-mr1-dev by Ray Sung · 7 years ago
  40. 15b59e7 Implement EMBEDDING_LOOKUP and HASHTABLE_LOOKUP by Yang Ni · 7 years ago
  41. cfe77f9 Revised NNAPI test generator per user feedback by I-Jui (Ray) Sung · 7 years ago
  42. f1817c6 Implement LSH Projection for NN API on CPU by Yang Ni · 7 years ago
  43. b8810af Merge "Add full support for Memory pools." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  44. d8526e7 Merge "First implementation of NNAPI test generator." into oc-mr1-dev by Ray Sung · 7 years ago
  45. 8b99bb1 Add full support for Memory pools. by Jean-Luc Brouillet · 7 years ago
  46. 39ac3cd Merge "Implement RNN in NN API" into oc-mr1-dev by Yang Ni · 7 years ago
  47. ca0ae89 Remove baseline models by Jean-Luc Brouillet · 7 years ago
  48. dcd2fbf First implementation of NNAPI test generator. by I-Jui (Ray) Sung · 7 years ago
  49. 5c4b465 Fix test that broke when number of ADD inputs increased from 2 to 3. by David Gross · 7 years ago
  50. 7429332 Merge "Cache engine should build with neuralnetworks_defaults." into oc-mr1-dev by David Gross · 7 years ago
  51. ac0ffa9 Merge "Implement quantized RELU, RELU1, RELU6 and SOFTMAX." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  52. 22fad7b Merge "Double the capacity of the temp buffers of AveragePool and MaxPool." into oc-mr1-dev by Miao Wang · 7 years ago
  53. c343b0e Cache engine should build with neuralnetworks_defaults. by David Gross · 7 years ago
  54. 6f3ea3f Merge "Add client control over cache-cleaning policy." into oc-mr1-dev by David Gross · 7 years ago
  55. 9f41362 Implement quantized RELU, RELU1, RELU6 and SOFTMAX. by Miao Wang · 7 years ago
  56. 6631a6f Double the capacity of the temp buffers of AveragePool and MaxPool. by Miao Wang · 7 years ago
  57. 7743646 Implement RNN in NN API by Yang Ni · 7 years ago
  58. 341dfdb Add client control over cache-cleaning policy. by David Gross · 7 years ago
  59. 70859da Merge changes Ie44e9e68,Idd40cee4,I2c3d4123 into oc-mr1-dev by Miao Wang · 7 years ago
  60. f6e7909 Implement the following ops reshaping a tensor. by Miao Wang · 7 years ago
  61. 15b1e5b Implement ADD, MUL, FLOOR and DEQUANTIZE. by Miao Wang · 7 years ago
  62. 9ee9f87 Merge changes I66cd2f81,I00b55768,Id80f704b,I5e6c582c,I918a5ad5, ... into oc-mr1-dev by David Gross · 7 years ago
  63. d9bef40 Implement L2_NORMALIZATION and LOCAL_RESPONSE_NORMALIZATION. by Miao Wang · 7 years ago
  64. f14dce8 Merge "Test driver, generated models and examples from TFLite" into oc-mr1-dev by Ray Sung · 7 years ago
  65. 814985a Merge changes from topic "quant8_ops" into oc-mr1-dev by Miao Wang · 7 years ago
  66. bbfd239 Implement Softmax, FullyConnected, and Concatenation. by Miao Wang · 7 years ago
  67. 27e9be3 Initial implementation of the following quantized ops. by Miao Wang · 7 years ago
  68. 242c6dc Test driver, generated models and examples from TFLite by I-Jui (Ray) Sung · 7 years ago
  69. 79c0b79 Add BlobCache::get() and nnCache::getBlob() methods that take allocator not buffer. by David Gross · 7 years ago
  70. 4ad7f07 nnCache API change: Stop hardcoding cache size parameters (key, value, total). by David Gross · 7 years ago
  71. fbb46bf Fix bug in caching engine: terminate() should return to uninit state. by David Gross · 7 years ago
  72. 44ece9b Remove all opengl-isms from caching engine. by David Gross · 7 years ago
  73. 59572bd Make caching engine buildable. by David Gross · 7 years ago
  74. b63b00d Copy caching engine verbatim from frameworks/native/opengl. by David Gross · 7 years ago
  75. 7393960 Update the README file. by Jean-Luc Brouillet · 7 years ago
  76. ff24bc7 Remove neuralnetworks HAL from frameworks/ml/nn/hardware/interfaces by Michael Butler · 7 years ago
  77. 5b78dfb Merge "Implement the following operations for Android NN runtime." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  78. 0f9fe46 Merge "Move sample driver code to the same location nn/sample_driver" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  79. ab91be8 Merge "Removed unnecessary import from NNAPI HAL files." into oc-mr1-dev by Michael Butler · 7 years ago
  80. 0cda232 Move sample driver code to the same location nn/sample_driver by Miao Wang · 7 years ago
  81. eb1f888 Implement the following operations for Android NN runtime. by Miao Wang · 7 years ago
  82. 59721fe Removed unnecessary import from NNAPI HAL files. by Michael Butler · 7 years ago
  83. 942fddb Resolve NN VNDK dependencies. by Yifan Hong · 7 years ago
  84. 707dbd2 Pass the model as an HIDL component. by Jean-Luc Brouillet · 7 years ago
  85. 9677512 First implementation of the Neural Networks API. by Jean-Luc Brouillet · 7 years ago
  86. 80df683 First draft of the Neural Networks HAL. by Jean-Luc Brouillet · 7 years ago
  87. 5fcc7ed Add readme file explaining the directory structure. by Jean-Luc Brouillet · 7 years ago
  88. e40bdc7 Remove unused project named "bordeaux". by Jean-Luc Brouillet · 7 years ago
  89. 00cee90 Merge "Fix clang static analyzer warnings." am: 1226a847e4 am: c63fb3cc14 am: d043ed00cb by Manoj Gupta · 8 years ago
  90. 3d53a93 Merge "Fix clang static analyzer warnings." am: 1226a847e4 am: c63fb3cc14 by Manoj Gupta · 8 years ago
  91. d043ed0 Merge "Fix clang static analyzer warnings." am: 1226a847e4 am: c63fb3cc14 by Manoj Gupta · 8 years ago
  92. c63fb3c Merge "Fix clang static analyzer warnings." am: 1226a847e4 by Manoj Gupta · 8 years ago
  93. 1226a84 Merge "Fix clang static analyzer warnings." by Treehugger Robot · 8 years ago
  94. df93092 Fix clang static analyzer warnings. by Manoj Gupta · 8 years ago
  95. a3ed11d Merge \\\\"Fix misc-macro-parentheses warnings in frameworks/ml.\\\\" am: 5f58ad9b94 am: 4745c0f6f0 am: 683e1d1d6d by Chih-hung Hsieh · 8 years ago
  96. df92179 Merge \\\"Fix misc-macro-parentheses warnings in frameworks/ml.\\\" am: 5f58ad9b94 am: 4745c0f6f0 by Chih-Hung Hsieh · 8 years ago
  97. 683e1d1 Merge \\"Fix misc-macro-parentheses warnings in frameworks/ml.\\" am: 5f58ad9b94 by Chih-hung Hsieh · 8 years ago
  98. 4745c0f Merge \"Fix misc-macro-parentheses warnings in frameworks/ml.\" am: 5f58ad9b94 by Chih-Hung Hsieh · 8 years ago
  99. 5f58ad9 Merge "Fix misc-macro-parentheses warnings in frameworks/ml." by Chih-hung Hsieh · 8 years ago
  100. b156e69 Fix misc-macro-parentheses warnings in frameworks/ml. by Chih-Hung Hsieh · 8 years ago