summaryrefslogtreecommitdiff
path: root/nn/common/ValidateHal.cpp
AgeCommit message (Expand)Author
2020-06-22Add HAL-level validation for CF operands of unknown sizeSlava Shklyaev
2020-04-29Fix validateRequest with unknown rank in model.Xusong Wang
2020-03-26More graph validation, including whole-graph valdation.David Gross
2020-03-13Support memory domain in sample driver.Xusong Wang
2020-03-05Merge "Update the sample driver to validate unspecified output shape for exec...Miao Wang
2020-02-26Update the sample driver to validate unspecified output shape forMiao Wang
2020-02-26Fix memory violation in subgraph validationSlava Shklyaev
2020-02-05NN runtime: ANAPIC review follow upMichael Butler
2020-01-31Prohibit recursive modelsSlava Shklyaev
2020-01-31Implement control flow operation validationSlava Shklyaev
2020-01-21Implement QoS in NNAPIMichael Butler
2020-01-21Incorporate control flow HAL changesSlava Shklyaev
2020-01-21Rename MODEL_INPUT to SUBGRAPH_INPUT and MODEL_OUTPUT to SUBGRAPH_OUTPUTSlava Shklyaev
2020-01-16Memory Domain Runtime: HAL APIs.Xusong Wang
2019-10-10Revert "Merge "Revert "Add HAL version 1.3 and add TENSOR_QUANT8_ASYMM_SIGNED...Colin Cross
2019-10-10Revert "Add HAL version 1.3 and add TENSOR_QUANT8_ASYMM_SIGNED OperandType"Lev Proleev
2019-10-09Add HAL version 1.3 and add TENSOR_QUANT8_ASYMM_SIGNED OperandTypeLev Proleev
2019-08-23clang-format for frameworks/ml/nnMichael Butler
2019-07-25Cleanup HalInterfaces.hMichael Butler
2019-05-20Fix the mismatch between compliantWith and validateModel.Xusong Wang
2019-03-06Add a centralized runtime extension information storeSlava Shklyaev
2019-02-21Adds TENSOR_QUANT8_SYMM support to test infrastructureLev Proleev
2019-01-30Add Extensions APISlava Shklyaev
2019-01-24Add AHardwareBuffer support for NNAPIMiao Wang
2019-01-24Add new OperandType TENSOR_QUANT16_ASYMM.Xusong Wang
2019-01-24Implement dynamic output shape in CpuExecutor and Sample Driver.Xusong Wang
2018-12-28Add TENSOR_QUANT8_SYMM_PER_CHANNEL to operand types.Przemyslaw Szczepaniak
2018-12-18Merge changes from topics "nn_hal_fp16", "comparison_ops"Xusong Wang
2018-12-18Add new OperandType FLOAT16.Xusong Wang
2018-12-14Wrap the CpuExecutor as a device during compilation step.Xusong Wang
2018-12-13Add new type TENSOR_BOOL8Slava Shklyaev
2018-11-29Replace TENSOR_QUANT16_ASYMM with TENSOR_QUANT16_SYMMLev Proleev
2018-11-29Refactor HAL version validationSlava Shklyaev
2018-11-29Adds float16 support to generated tests.Michael K. Sanders
2018-10-22Enable more granular compliance checkingSlava Shklyaev
2018-10-22Add TENSOR_QUANT16_ASYMM to operand typesLev Proleev
2018-10-22Add new OperandType BOOL.Lev Proleev
2018-10-10Divide BBOX_TRANSFORM into 2 ops.Xusong Wang
2018-10-09Add 1.2 ops to utility functionsSlava Shklyaev
2018-10-09Add new op PAD_V2Slava Shklyaev
2018-10-09Add new ops ARGMAX and ARGMINSlava Shklyaev
2018-09-21Upgrade NeuralNetworks to v1.2Slava Shklyaev
2018-07-13Fix unnecessary copy initialization warningsChih-Hung Hsieh
2018-06-18NNAPI systrace for timing statisticsMika Raento
2018-04-18NNAPI: Add execution preference to prepareModel (runtime)Michael Butler
2018-04-04Add more validation to the HALMichael Butler
2018-04-04Validate that a model input or output is only so designated once.David Gross
2018-01-31Upgrade NeuralNetworks v1.0 to v1.1.Michael Butler
2017-11-15Improve validation of the HAL structures.Jean-Luc Brouillet