summaryrefslogtreecommitdiff
path: root/nn/runtime/ExecutionPlan.cpp
AgeCommit message (Expand)Author
2018-05-08Unknown dimension tests for partitioning and hvxMika Raento
2018-04-16Remove pointer values from the log and hide certain verbose loggingMiao Wang
2018-04-12NNAPI: Add execution preference to prepareModel (runtime)Michael Butler
2018-03-27Fix nullptr check in ExecutionPlan.cpp compile().David Gross
2018-03-22Explicitly set dimension to be nullptr when empty vectorMichael Butler
2018-02-26Relax fp32 to fp16 before model finishMichael Butler
2018-02-26Merge "Simplify lifetime management of ModelBuilder"Michael Butler
2018-02-26Add Capabilities::relaxedFloat32toFloat16Performance for 1.1.David Gross
2018-02-23Simplify lifetime management of ModelBuilderMichael Butler
2018-02-20NNAPI narrow evaluation for P -- runtimeMichael Butler
2018-01-30Upgrade NeuralNetworks v1.0 to v1.1.Michael Butler
2017-12-22Ensure that the selected device is better than the CPU.Jean-Luc Brouillet
2017-11-15Fix for cases where a model output is a submodel input.David Gross
2017-10-12Pass large model operand values in shared memory.Jean-Luc Brouillet
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-05Merge "Add CPU fallback and remove non-plan driver path." into oc-mr1-devJean-Luc Brouillet
2017-10-04Add CPU fallback and remove non-plan driver path.David Gross
2017-10-04Rename setInputsAndOutputsJean-Luc Brouillet
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-03Make partitioning and execution of partitioned plan the default.David Gross
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-29Minor code cleanup.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-24Remove operationTuple.Jean-Luc Brouillet
2017-09-20Fix two simple (but fatal) problems in graph partitioning.David Gross
2017-09-19Fix partitioning to support device that cannot return supportedOperationTuples.David Gross
2017-09-14Minor comment fixes.David Gross
2017-09-13Partition the requests to run on multiple devices.Jean-Luc Brouillet