summaryrefslogtreecommitdiff
path: root/nn/runtime/ModelBuilder.cpp
AgeCommit message (Expand)Author
2018-04-20Error code fix and added new (std::nothrow) where needed.Przemyslaw Szczepaniak
2018-03-22Merge "Add basic validation for ANeuralNetworksModel_addOperation" into pi-devTreeHugger Robot
2018-03-22Merge "Explicitly set dimension to be nullptr when empty vector" into pi-devMichael Butler
2018-03-22Add basic validation for ANeuralNetworksModel_addOperationMiao Wang
2018-03-22Explicitly set dimension to be nullptr when empty vectorMichael Butler
2018-03-21Add a field in ModelBuilder to indicate whether the model is invalid orMiao Wang
2018-03-16Fix / add various ANeuralNetworksModel_* validationsMiao Wang
2018-03-14Call validation from ModelBuilder::finish().David Gross
2018-02-20NNAPI narrow evaluation for P -- runtimeMichael Butler
2018-02-01Fix setOperandValue for OEM_SCALAR operandsMiao Wang
2017-10-12Pass large model operand values in shared memory.Jean-Luc Brouillet
2017-10-04Rename setInputsAndOutputsJean-Luc Brouillet
2017-10-02Fix problem passing null optional operands.Jean-Luc Brouillet
2017-09-28Moved validation to the specific classes.Jean-Luc Brouillet
2017-09-24Remove operationTuple.Jean-Luc Brouillet
2017-09-13Rename ANeuralNetworksOperandType.offset to zeroPointMiao Wang
2017-09-13Update documentation. Remove IntList.Jean-Luc Brouillet
2017-09-12Merge "More discipline for models and requests." into oc-mr1-devDavid Gross
2017-09-11More discipline for models and requests.David Gross
2017-09-11Merge "Add compilation APIs." into oc-mr1-devDavid Gross
2017-09-10Add compilation APIs.David Gross
2017-09-10Refactor how arguments are tracked.Jean-Luc Brouillet
2017-08-31Cleanup the constants in NeuralNetworks.hJean-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-08-11Initial implementation of the following quantized ops.Miao Wang
2017-07-25Pass the model as an HIDL component.Jean-Luc Brouillet
2017-07-14First implementation of the Neural Networks API.Jean-Luc Brouillet