Merge "Add VtsHalNeuralnetworksTargetTest to NNAPI test mapping"
This commit is contained in:
commit
5ae082aad5
1 changed files with 11 additions and 0 deletions
|
@ -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*"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue