summaryrefslogtreecommitdiff
path: root/nn/runtime/ExecutionBuilder.h
AgeCommit message (Expand)Author
2020-04-02Support the fallback path with device memories.Xusong Wang
2020-03-31Clean up ANeuralNetworksExecution getter APIsDavid Gross
2020-03-13Handle non-POINTER memory types in getBufferSlava Shklyaev
2020-02-28Cleanup NNAPI QoS DeadlineMichael Butler
2020-02-18Relax setTimeout duration parameterMichael Butler
2020-02-18Implement loop timeout in CpuExecutorSlava Shklyaev
2020-02-18Implement loop timeout in ExecutionPlanSlava Shklyaev
2020-02-18Implement control flow execution planningSlava Shklyaev
2020-01-29Update sync fence related APIsMiao Wang
2020-01-22Sync fence support in NNAPIMiao Wang
2020-01-21Implement QoS in NNAPIMichael Butler
2020-01-17Memory Domain Runtime: Device memory as execution I/O.Xusong Wang
2020-01-14Deprecate the term "submodel" in favor of "step model", "referenced model", etcSlava Shklyaev
2019-10-14Make startCompute and CPU Fallback return by valueMichael Butler
2019-08-08Merge "Audit object lifetime management: Fix documentation, add tests, add de...David Gross
2019-08-08Merge "clang-format for frameworks/ml/nn"Michael Butler
2019-08-07Audit object lifetime management: Fix documentation, add tests, add defensive...David Gross
2019-08-06Wrap the CpuExecutor as a device during execution step.Xusong Wang
2019-07-31clang-format for frameworks/ml/nnMichael Butler
2019-07-26Fix names of #include guard symbols.David Gross
2019-07-19Cleanup HalInterfaces.hMichael Butler
2019-07-01Rationalize names of #include guard symbols.David Gross
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-03-26NNAPI Burst object cleanupMichael Butler
2019-01-29Handle output shapes in ExecutionBuilder.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-24Update API to allow collecting execution duration.David Gross
2019-01-22Implement NDK interface for dynamic output shape.Xusong Wang
2019-01-22Treat CPU as a Device in StepExecutorSlava Shklyaev
2018-12-11Add versioned interface for 1.2 HAL changes.Xusong Wang
2018-11-16Implement ANeuralNetworksExecution_compute() and add related properties.David Gross
2018-03-13Upgrade 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