summaryrefslogtreecommitdiff
path: root/nn/runtime/ModelBuilder.h
AgeCommit message (Expand)Author
2020-03-31Remove trailing arguments set to default valuesSlava Shklyaev
2020-03-26More graph validation, including whole-graph valdation.David Gross
2020-02-28Cleanup NNAPI QoS DeadlineMichael Butler
2020-02-18Implement control flow execution planningSlava Shklyaev
2020-02-14Implement control flow performance estimationSlava Shklyaev
2020-01-31Implement control flow operation validationSlava Shklyaev
2020-01-27Implement control flow APISlava Shklyaev
2020-01-21Implement QoS in NNAPIMichael Butler
2020-01-21Update NDK-to-HAL conversion logicSlava Shklyaev
2020-01-21Remove V1_3::Model::Extension* typesSlava Shklyaev
2019-09-20Produce at most two OEM deprecation warnings per ModelBuilderSlava Shklyaev
2019-08-16Cleanup NNAPI runtime Memory objectsMichael Butler
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-03Merge "Rationalize names of #include guard symbols."David Gross
2019-07-02Replace 'void ModelBuilder::setHidlModel(Model* model) const' with 'Model Mod...David Gross
2019-07-01Rationalize names of #include guard symbols.David Gross
2019-05-09Support partitions of V1_x::Model executing on V1_y::IDevice (x > y).David Gross
2019-04-08Finish work on collecting execution duration. Add tests and execution state e...David Gross
2019-03-28Relax NNAPI Vendor Extensions usage restrictions.Przemyslaw Szczepaniak
2019-03-06Add a centralized runtime extension information storeSlava Shklyaev
2019-01-31No CPU fallback will be provided when using introspection APIMiao Wang
2019-01-29Restrict usage of Extensions.Michael K. Sanders
2019-01-28Add Extensions APISlava Shklyaev
2019-01-08Replace ANNOperandType::ExtraParams with a function call.Przemyslaw Szczepaniak
2018-12-14Wrap the CpuExecutor as a device during compilation step.Xusong Wang
2018-12-10Add TENSOR_QUANT8_SYMM_PER_CHANNEL to operand types.Przemyslaw Szczepaniak
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-04-04Add a field in ModelBuilder to indicate whether the model is invalid orMiao Wang
2018-03-05Simplify lifetime management of ModelBuilderMichael Butler
2018-03-05NNAPI narrow evaluation for P -- runtimeMichael Butler
2017-12-22Ensure that the selected device is better than the CPU.Jean-Luc Brouillet
2017-10-12Pass large model operand values in shared memory.Jean-Luc Brouillet
2017-10-05Partitioning interface changes to enable unit testing.David Gross
2017-10-04Rename setInputsAndOutputsJean-Luc Brouillet
2017-10-01Add ExecutionPlan::Controller support for Compound plans.David Gross
2017-09-25More debugging tools for graph partitioning.David Gross
2017-09-24Remove operationTuple.Jean-Luc Brouillet
2017-09-13Partition the requests to run on multiple devices.Jean-Luc Brouillet
2017-09-13Make Compilation API synchronous.David Gross
2017-09-13Update documentation. Remove IntList.Jean-Luc Brouillet
2017-09-11More discipline for models and requests.David Gross
2017-09-10Add compilation APIs.David Gross
2017-09-02Refactor of ModelArgumentInfo.Jean-Luc Brouillet
2017-08-29Merge "Add full support for Memory pools." into oc-mr1-devTreeHugger Robot
2017-08-29Add full support for Memory pools.Jean-Luc Brouillet
2017-08-28Remove baseline modelsJean-Luc Brouillet
2017-07-25Pass the model as an HIDL component.Jean-Luc Brouillet