summaryrefslogtreecommitdiff
path: root/nn/driver
AgeCommit message (Expand)Author
2018-04-16Remove pointer values from the log and hide certain verbose loggingMiao Wang
2018-04-12NNAPI: Add execution preference to prepareModel (runtime)Michael Butler
2018-04-12Upgrade NeuralNetworks v1.0 to v1.1 followup CLMichael Butler
2018-03-28Add more validation to the HALMichael Butler
2018-02-26Add Capabilities::relaxedFloat32toFloat16Performance for 1.1.David Gross
2018-02-08Merge "Removed subdirs from Android.bp file"Michael Butler
2018-02-07Removed subdirs from Android.bp fileMichael Butler
2018-02-07Merge "Enable openmp multi-threading for NNAPI CPU path."TreeHugger Robot
2018-02-07Enable openmp multi-threading for NNAPI CPU path.Miao Wang
2018-02-01Upgrade 1.0 sample driver to 1.1Michael Butler
2018-01-30Upgrade NeuralNetworks v1.0 to v1.1.Michael Butler
2017-12-05Remove unused private fields and local variables.Chih-Hung Hsieh
2017-12-01"Canonicalize" class RunTimePoolInfo.David Gross
2017-12-01Random testing of partitioned versus non-partitioned execution.David Gross
2017-11-29Fix RunTimePoolInfo leak of shared memory regions.David Gross
2017-11-15Improve validation of the HAL structures.Jean-Luc Brouillet
2017-10-12Pass large model operand values in shared memory.Jean-Luc Brouillet
2017-10-12Fix vlog initialization in sample drivers.Jean-Luc Brouillet
2017-10-06Allow fine grain verbose logging control through system property.Miao Wang
2017-10-02NNAPI Runtime: Change IEvent to explicit callbacksMichael Butler
2017-09-27Create mutiple sample test driversJean-Luc Brouillet
2017-09-24Remove operationTuple.Jean-Luc Brouillet
2017-09-20Added event notification even when execution failsMichael Butler
2017-09-15Remove in-process sample driver code.Jean-Luc Brouillet
2017-09-13Make the enums pass as int32_t, and make offset and length size_t.Miao Wang
2017-09-13Move OEM codes out of NeuralNetworks.h to new file NeuralNetworksOEM.h.David Gross
2017-09-12Neuralnetworks HAL cleanup -- frameworks/ml/nnMichael Butler
2017-09-11Make prepareModel asynchronous -- runtime changesMichael Butler
2017-09-10Refactor how arguments are tracked.Jean-Luc Brouillet
2017-09-09Explicitly add "_2D" to applicable ops, and add fused activationMiao Wang
2017-09-03Create a nn/driver directory.Jean-Luc Brouillet
2017-07-25Pass the model as an HIDL component.Jean-Luc Brouillet
2017-07-14First implementation of the Neural Networks API.Jean-Luc Brouillet