summaryrefslogtreecommitdiff
path: root/nn/runtime/test/TestTrivialModel.cpp
AgeCommit message (Expand)Author
2020-03-05Add a test that uses AHardwareBuffer as execution inputMiao Wang
2020-01-29Update sync fence related APIsMiao Wang
2020-01-22Add tests for sync fence related API.Miao Wang
2019-11-04Add new helper method to TestNeuralNetworksWrapperSlava Shklyaev
2019-07-31clang-format for frameworks/ml/nnMichael Butler
2018-11-16Implement ANeuralNetworksExecution_compute() and add related properties.David Gross
2017-11-15Improve validation of the HAL structures.Jean-Luc Brouillet
2017-10-06Allow fine grain verbose logging control through system property.Miao Wang
2017-10-04Rename setInputsAndOutputsJean-Luc Brouillet
2017-09-13Make Compilation API synchronous.David Gross
2017-09-13Remove the initialization and shutdown APIs.Jean-Luc Brouillet
2017-09-13Rename Request to Execution at the API level.David Gross
2017-09-11More discipline for models and requests.David Gross
2017-09-10Add compilation APIs.David Gross
2017-09-09Explicitly add "_2D" to applicable ops, and add fused activationMiao Wang
2017-09-01Making Add and Mul able to handle broadcast Add/Mul.Miao Wang
2017-08-29Add full support for Memory pools.Jean-Luc Brouillet
2017-08-25Fix test that broke when number of ADD inputs increased from 2 to 3.David Gross
2017-07-14First implementation of the Neural Networks API.Jean-Luc Brouillet