Merge "Add VtsHalNeuralnetworksTargetTest to NNAPI test mapping"

This commit is contained in:
Treehugger Robot 2021-03-02 23:22:29 +00:00 committed by Gerrit Code Review
commit 5ae082aad5

View file

@ -60,6 +60,17 @@
"include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
}
]
},
{
"name": "VtsHalNeuralnetworksTargetTest",
"options": [
{
// Do not use any sample driver except sample-all in order to reduce
// testing time. The other sample drivers (fast-float, quant, etc.)
// are subsets of sample-all.
"include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
}
]
}
]
}