summaryrefslogtreecommitdiff
path: root/nn/runtime/ExecutionPlan.h
AgeCommit message (Expand)Author
2019-04-01Propagate ANNMemory_free to IBurstContext::freeMemoryMichael Butler
2019-01-29Implement NNAPI compilation caching runtime.Xusong Wang
2019-01-29Handle output shapes in ExecutionBuilder.Xusong Wang
2019-01-27NNAPI Burst -- runtime and CTSMichael Butler
2019-01-24Update API to allow collecting execution duration.David Gross
2018-12-14Wrap the CpuExecutor as a device during compilation step.Xusong Wang
2018-12-11Add versioned interface for 1.2 HAL changes.Xusong Wang
2018-05-08Unknown dimension tests for partitioning and hvxMika Raento
2018-04-12NNAPI: Add execution preference to prepareModel (runtime)Michael Butler
2018-02-23Simplify lifetime management of ModelBuilderMichael Butler
2017-11-15Fix for cases where a model output is a submodel input.David Gross
2017-10-05Partitioning interface changes to enable unit testing.David Gross
2017-10-04Add CPU fallback and remove non-plan driver path.David Gross
2017-10-04Allocate all inter-partition temporaries to a single Memory object.David Gross
2017-10-03Make partitioning and execution of partitioned plan the default.David Gross
2017-10-03Manage inter-partition temporaries.David Gross
2017-10-01Add ExecutionPlan::Controller support for Compound plans.David Gross
2017-10-01Use ExecutionPlan to control (possibly multiple step) execution.David Gross
2017-09-28Finish implementing single-partition graphs.David Gross
2017-09-27Finish constucting submodels for graph partitions.David Gross
2017-09-25During graph partitioning, add operations and operands to subgraphs.David Gross
2017-09-25More debugging tools for graph partitioning.David Gross
2017-09-13Partition the requests to run on multiple devices.Jean-Luc Brouillet