blob: 0cefffad61a6faa4b2ccf02dc2e5307a6d6d2578 [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 ]
24 },
25 {
Michael Butler07633282019-08-29 11:08:25 -070026 "name": "VtsHalNeuralnetworksV1_2TargetTest",
Michael Butler58caa832019-02-07 13:22:30 -080027 "options": [
28 {
Michael Butlerc9c0d5b2019-10-29 18:51:52 -070029 // Do not use any sample driver except sample-all in order to reduce
30 // testing time. The other sample drivers (fast-float, quant, etc.)
31 // are subsets of sample-all.
32 "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
Michael Butler58caa832019-02-07 13:22:30 -080033 }
34 ]
Michael Butler62b76902019-10-29 18:58:27 -070035 },
36 {
37 "name": "VtsHalNeuralnetworksV1_3TargetTest",
38 "options": [
39 {
Michael Butlerc9c0d5b2019-10-29 18:51:52 -070040 // Do not use any sample driver except sample-all in order to reduce
41 // testing time. The other sample drivers (fast-float, quant, etc.)
42 // are subsets of sample-all.
43 "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
Michael Butler62b76902019-10-29 18:58:27 -070044 }
45 ]
Michael Butler58caa832019-02-07 13:22:30 -080046 }
47 ]
48}