summaryrefslogtreecommitdiff
path: root/nn/runtime/test/TestTrivialModel.cpp
AgeCommit message (Expand)Author
2020-10-07Merge "ml: add define guards for hardware buffer tests"Treehugger Robot
2020-10-06Fix AHWB handle leak in CpuExecutor when locking fails.Xusong Wang
2020-10-01ml: add define guards for hardware buffer testsJim Pollock
2020-03-13Add a test that uses AHardwareBuffer as execution inputMiao Wang
2020-01-30Update sync fence related APIsMiao Wang
2020-01-27Add tests for sync fence related API.Miao Wang
2019-11-07Add new helper method to TestNeuralNetworksWrapperSlava Shklyaev
2019-08-23clang-format for frameworks/ml/nnMichael Butler
2018-11-29Implement 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