blob: ca5041db4b1c677ae64f8487aae4063c3168dcf2 [file] [log] [blame]
Michael Butler58caa832019-02-07 13:22:30 -08001{
2 "presubmit": [
3 {
Michael Butler07633282019-08-29 11:08:25 -07004 "name": "VtsHalNeuralnetworksV1_0TargetTest",
Michael Butler58caa832019-02-07 13:22:30 -08005 "options": [
6 {
Michael Butlerc9c0d5b2019-10-29 18:51:52 -07007 // Do not use any sample driver except sample-all in order to reduce
8 // testing time. The other sample drivers (fast-float, quant, etc.)
9 // are subsets of sample-all.
10 "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
Michael Butler58caa832019-02-07 13:22:30 -080011 }
12 ]
13 },
14 {
Michael Butler07633282019-08-29 11:08:25 -070015 "name": "VtsHalNeuralnetworksV1_1TargetTest",
Michael Butler58caa832019-02-07 13:22:30 -080016 "options": [
17 {
Michael Butlerc9c0d5b2019-10-29 18:51:52 -070018 // Do not use any sample driver except sample-all in order to reduce
19 // testing time. The other sample drivers (fast-float, quant, etc.)
20 // are subsets of sample-all.
21 "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
Michael Butler58caa832019-02-07 13:22:30 -080022 }
23 ]
Dan Shi8d643a42020-12-03 12:10:46 -080024 }
25 ],
26 "presubmit-large": [
Michael Butler58caa832019-02-07 13:22:30 -080027 {
Michael Butler07633282019-08-29 11:08:25 -070028 "name": "VtsHalNeuralnetworksV1_2TargetTest",
Michael Butler58caa832019-02-07 13:22:30 -080029 "options": [
30 {
Michael Butlerc9c0d5b2019-10-29 18:51:52 -070031 // Do not use any sample driver except sample-all in order to reduce
32 // testing time. The other sample drivers (fast-float, quant, etc.)
33 // are subsets of sample-all.
34 "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
Michael Butler58caa832019-02-07 13:22:30 -080035 }
36 ]
Michael Butler62b76902019-10-29 18:58:27 -070037 },
38 {
39 "name": "VtsHalNeuralnetworksV1_3TargetTest",
40 "options": [
41 {
Michael Butlerc9c0d5b2019-10-29 18:51:52 -070042 // Do not use any sample driver except sample-all in order to reduce
43 // testing time. The other sample drivers (fast-float, quant, etc.)
44 // are subsets of sample-all.
45 "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
Michael Butler62b76902019-10-29 18:58:27 -070046 }
47 ]
Michael Butler58caa832019-02-07 13:22:30 -080048 }
49 ]
50}