summaryrefslogtreecommitdiff
path: root/nn/runtime/CompilationBuilder.cpp
AgeCommit message (Expand)Author
2020-02-28Cleanup NNAPI QoS DeadlineMichael Butler
2020-02-18Relax setTimeout duration parameterMichael Butler
2020-02-18Implement control flow execution planningSlava Shklyaev
2020-02-11Changes in response to NNAPI QoS API ReviewMichael Butler
2020-01-21Implement QoS in NNAPIMichael Butler
2020-01-16Memory Domain Runtime: NDK ANNMemoryDesc.Xusong Wang
2019-10-10Improve performance of Burst executionsMichael Butler
2019-07-31clang-format for frameworks/ml/nnMichael Butler
2019-04-08Merge "Finish work on collecting execution duration. Add tests and execution ...David Gross
2019-04-01Propagate ANNMemory_free to IBurstContext::freeMemoryMichael Butler
2019-03-28Finish work on collecting execution duration. Add tests and execution state e...David Gross
2019-01-29Implement NNAPI compilation caching runtime.Xusong Wang
2019-01-29Merge changes from topic "get-supported-extensions"Slava Shklyaev
2019-01-28Add Extensions APISlava Shklyaev
2019-01-27NNAPI Burst -- runtime and CTSMichael Butler
2019-01-24Refine documentation for compilation caching.Xusong Wang
2019-01-23Implement NDK interface for NNAPI compilation caching.Xusong Wang
2018-12-14Wrap the CpuExecutor as a device during compilation step.Xusong Wang
2018-10-24Implement the following introspection & control APIs:Miao Wang
2018-08-21Compilation shouldn't fall back to CPU if there is an OEM_OPERATION.David Gross
2018-05-09Error code fix and added new (std::nothrow) where needed.Przemyslaw Szczepaniak
2017-12-22Ensure that the selected device is better than the CPU.Jean-Luc Brouillet
2017-11-13Add more testing interfaces to CompilationBuilder.David Gross
2017-10-06Allow fine grain verbose logging control through system property.Miao Wang
2017-10-05Partitioning interface changes to enable unit testing.David Gross
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-01Use ExecutionPlan to control (possibly multiple step) execution.David Gross
2017-09-29Merge "Finish implementing single-partition graphs." into oc-mr1-devDavid Gross
2017-09-28Finish implementing single-partition graphs.David Gross
2017-09-28Moved validation to the specific classes.Jean-Luc Brouillet
2017-09-25More debugging tools for graph partitioning.David Gross
2017-09-13Make Compilation API synchronous.David Gross
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