summaryrefslogtreecommitdiff
path: root/nn/runtime/ExecutionBuilder.h
AgeCommit message (Expand)Author
2018-04-12Upgrade NeuralNetworks v1.0 to v1.1 followup CLMichael Butler
2018-01-30Upgrade NeuralNetworks v1.0 to v1.1.Michael Butler
2017-11-15Fix for cases where a model output is a submodel input.David Gross
2017-11-13Add more testing interfaces to CompilationBuilder.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-04Asynchronus partitioned execution, plus minor code cleanup.David Gross
2017-10-04Merge changes I04c71d70,I58b763bc into oc-mr1-devDavid Gross
2017-10-04Merge "Fix problem passing null optional operands." into oc-mr1-devTreeHugger Robot
2017-10-03Manage inter-partition temporaries.David Gross
2017-10-02Fix problem passing null optional operands.Jean-Luc Brouillet
2017-10-02NNAPI Runtime: Change IEvent to explicit callbacksMichael Butler
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-30Merge "Fix "error: private field 'mPlan' is not used"" into oc-mr1-devDavid Gross
2017-09-29Fix "error: private field 'mPlan' is not used"David Gross
2017-09-30Merge "Minor code cleanup." into oc-mr1-devDavid Gross
2017-09-29Minor code cleanup.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-13Bring back Event, and wait on Event rather than on Execution.David Gross
2017-09-13Rename Request to Execution at the API level.David Gross