blob: 5d168d27664f9224186abc770d6a85d3aa30a05a [file] [log] [blame]
Michael Butler58caa832019-02-07 13:22:30 -08001{
2 "presubmit": [
3 {
Michael Butler6e492a62020-12-10 15:38:45 -08004 "name": "neuralnetworks_utils_hal_common_test"
5 },
6 {
7 "name": "neuralnetworks_utils_hal_1_0_test"
8 },
9 {
10 "name": "neuralnetworks_utils_hal_1_1_test"
11 },
12 {
13 "name": "neuralnetworks_utils_hal_1_2_test"
14 },
15 {
16 "name": "neuralnetworks_utils_hal_1_3_test"
17 },
18 {
Michael Butler07633282019-08-29 11:08:25 -070019 "name": "VtsHalNeuralnetworksV1_0TargetTest",
Michael Butler58caa832019-02-07 13:22:30 -080020 "options": [
21 {
Michael Butlerc9c0d5b2019-10-29 18:51:52 -070022 // Do not use any sample driver except sample-all in order to reduce
23 // testing time. The other sample drivers (fast-float, quant, etc.)
24 // are subsets of sample-all.
25 "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
Michael Butler58caa832019-02-07 13:22:30 -080026 }
27 ]
28 },
29 {
Michael Butler07633282019-08-29 11:08:25 -070030 "name": "VtsHalNeuralnetworksV1_1TargetTest",
Michael Butler58caa832019-02-07 13:22:30 -080031 "options": [
32 {
Michael Butlerc9c0d5b2019-10-29 18:51:52 -070033 // Do not use any sample driver except sample-all in order to reduce
34 // testing time. The other sample drivers (fast-float, quant, etc.)
35 // are subsets of sample-all.
36 "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
Michael Butler58caa832019-02-07 13:22:30 -080037 }
38 ]
Dan Shi8d643a42020-12-03 12:10:46 -080039 }
40 ],
41 "presubmit-large": [
Michael Butler58caa832019-02-07 13:22:30 -080042 {
Michael Butler07633282019-08-29 11:08:25 -070043 "name": "VtsHalNeuralnetworksV1_2TargetTest",
Michael Butler58caa832019-02-07 13:22:30 -080044 "options": [
45 {
Michael Butlerc9c0d5b2019-10-29 18:51:52 -070046 // Do not use any sample driver except sample-all in order to reduce
47 // testing time. The other sample drivers (fast-float, quant, etc.)
48 // are subsets of sample-all.
49 "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
Michael Butler58caa832019-02-07 13:22:30 -080050 }
51 ]
Michael Butler62b76902019-10-29 18:58:27 -070052 },
53 {
54 "name": "VtsHalNeuralnetworksV1_3TargetTest",
55 "options": [
56 {
Michael Butlerc9c0d5b2019-10-29 18:51:52 -070057 // Do not use any sample driver except sample-all in order to reduce
58 // testing time. The other sample drivers (fast-float, quant, etc.)
59 // are subsets of sample-all.
60 "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
Michael Butler62b76902019-10-29 18:58:27 -070061 }
62 ]
Lev Proleev81dbdb32021-02-15 15:52:56 +000063 },
64 {
65 "name": "VtsHalNeuralnetworksTargetTest",
66 "options": [
67 {
68 // Do not use any sample driver except sample-all in order to reduce
69 // testing time. The other sample drivers (fast-float, quant, etc.)
70 // are subsets of sample-all.
71 "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
72 }
73 ]
Michael Butler58caa832019-02-07 13:22:30 -080074 }
75 ]
76}