summaryrefslogtreecommitdiff
path: root/nn/runtime/Manager.cpp
AgeCommit message (Expand)Author
2019-05-09Support partitions of V1_x::Model executing on V1_y::IDevice (x > y).David Gross
2019-04-24Cleanup VersionedIPreparedModel and PreparedModelCallbackMichael Butler
2019-03-29By default do not spawn a thread to perform CPU executionDavid Gross
2019-03-21Add @V1_2::Capabilities to support all non extension operand types.David Gross
2019-03-20Fix caching interface according to vendor feedback.Xusong Wang
2019-03-08Merge "Prevent asynchronous calls from hanging when service crashes"Michael Butler
2019-03-07Prevent asynchronous calls from hanging when service crashesMichael Butler
2019-03-06Merge "Add a centralized runtime extension information store"TreeHugger Robot
2019-03-06Add a centralized runtime extension information storeSlava Shklyaev
2019-03-05Rename the device name of reference CPU implementation to beMiao Wang
2019-02-05Prevent CpuDevice from reporting support for extension operationsSlava Shklyaev
2019-01-29Implement NNAPI compilation caching runtime.Xusong Wang
2019-01-28Add Extensions APISlava Shklyaev
2019-01-18Add NDK API to allow developers to query the device typeMiao Wang
2018-12-21Support @1.2::IPreparedModel::executeSynchronously().David Gross
2018-12-14Wrap the CpuExecutor as a device during compilation step.Xusong Wang
2018-11-16Implement ANeuralNetworksExecution_compute() and add related properties.David Gross
2018-10-24Implement the following introspection APIs:Miao Wang
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-11-15Handle errors returned by getSupportedOperations.Jean-Luc Brouillet
2017-10-16Handle errors on getCapabilitiesJean-Luc Brouillet
2017-10-06Allow fine grain verbose logging control through system property.Miao Wang
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-25More debugging tools for graph partitioning.David Gross
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-09-13Make the enums pass as int32_t, and make offset and length size_t.Miao Wang
2017-09-12Neuralnetworks HAL cleanup -- frameworks/ml/nnMichael Butler
2017-08-29Add full support for Memory pools.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