summaryrefslogtreecommitdiff
path: root/nn/runtime/Manager.h
AgeCommit message (Expand)Author
2018-02-26Add Capabilities::relaxedFloat32toFloat16Performance for 1.1.David Gross
2018-01-30Upgrade NeuralNetworks v1.0 to v1.1.Michael Butler
2017-12-21Add property debug.nn.cpuonly to force cpu fallback.David Gross
2017-10-16Handle errors on getCapabilitiesJean-Luc Brouillet
2017-10-04Asynchronus partitioned execution, plus minor code cleanup.David Gross
2017-10-03Make partitioning and execution of partitioned plan the default.David Gross
2017-10-02Handle HIDL transport error calling IDevice::getSupportedOperations().David Gross
2017-09-28Finish implementing single-partition graphs.David Gross
2017-09-27Create mutiple sample test driversJean-Luc Brouillet
2017-09-25Move some debugging capabilities under #ifdef NN_DEBUGGABLE.David Gross
2017-09-24Remove operationTuple.Jean-Luc Brouillet
2017-09-19Testing fix: Modify SampleDriver behavior under property control.David Gross
2017-09-13Partition the requests to run on multiple devices.Jean-Luc Brouillet
2017-09-13Remove the initialization and shutdown APIs.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