summaryrefslogtreecommitdiff
path: root/nn/runtime/test/TestCompliance.cpp
AgeCommit message (Expand)Author
2020-05-11Avoid sending ahwb requests to 1.0 and 1.1 drivers.Xusong Wang
2020-03-09Separate generated test utilities and the tests.Xusong Wang
2020-02-14Add control flow support to test harnessSlava Shklyaev
2020-02-12Refactor compliance testsSlava 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-09-10Change TestGenerated const pointers to const referencesMichael Butler
2019-08-27Reduce compilation time by dynamic registration.Xusong Wang
2019-08-26Modify CTS tests to consume test struct directly.Xusong Wang
2019-07-25Cleanup HalInterfaces.hMichael Butler
2019-07-02Replace 'void ModelBuilder::setHidlModel(Model* model) const' with 'Model Mod...David Gross
2019-05-20Fix the mismatch between compliantWith and validateModel.Xusong Wang
2019-05-15Test compliance along with generated tests.Xusong Wang
2019-05-15Fix RESIZE_BILINEAR version validation.Xusong Wang
2019-05-08Merge "Fix LSTM version validation"Treehugger Robot
2019-05-08Fix LSTM version validationSlava Shklyaev
2019-05-07Validate FULLY_CONNECTED outputScale > inputScale * weightsScale below v1.2Przemyslaw Szczepaniak
2019-05-03Validate DEPTHWISE_CONV_2D outputScale > inputScale * filterScale below v1.2Przemyslaw Szczepaniak
2019-04-23Compliance/Validation: DIV and SUB are only available at V1_1 and later.David Gross
2019-04-08Validate CONV_2D outputScale > inputScale * filterScale below v1.2Michael Butler
2019-03-22Support quant8 in l2_norm op.Xusong Wang
2019-03-20Support zero batch in activation ops.Xusong Wang
2019-03-13Support scale for resize ops.Xusong Wang
2019-02-28Apply activation in SUB.Xusong Wang
2018-11-29Implement ANeuralNetworksExecution_compute() and add related properties.David Gross
2018-11-05Add optional axis parameter to SOFTMAX.Xusong Wang
2018-11-05Add optional axis parameter to LOCAL_RESPONSE_NORMALIZATION.Xusong Wang
2018-11-05Add optional axis parameter to L2_NORMALIZATION.Xusong Wang
2018-11-05Add ComplianceTest for NCHW models.Xusong Wang
2018-10-22Add quant8 support to SUBSlava Shklyaev
2018-10-22Add quant8 support to TANHSlava Shklyaev