1{
2  "presubmit": [
3    {
4      "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    {
19      "name": "neuralnetworks_utils_hal_aidl_test"
20    },
21    {
22      "name": "VtsHalNeuralnetworksV1_0TargetTest",
23      "options": [
24        {
25          // Do not use any sample driver except sample-all in order to reduce
26          // testing time. The other sample drivers (fast-float, quant, etc.)
27          // are subsets of sample-all.
28          "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
29        }
30      ]
31    },
32    {
33      "name": "VtsHalNeuralnetworksV1_1TargetTest",
34      "options": [
35        {
36          // Do not use any sample driver except sample-all in order to reduce
37          // testing time. The other sample drivers (fast-float, quant, etc.)
38          // are subsets of sample-all.
39          "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
40        }
41      ]
42    }
43  ],
44  "presubmit-large": [
45    {
46      "name": "VtsHalNeuralnetworksV1_2TargetTest",
47      "options": [
48        {
49          // Do not use any sample driver except sample-all in order to reduce
50          // testing time. The other sample drivers (fast-float, quant, etc.)
51          // are subsets of sample-all.
52          "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
53        }
54      ]
55    },
56    {
57      "name": "VtsHalNeuralnetworksV1_3TargetTest",
58      "options": [
59        {
60          // Do not use any sample driver except sample-all in order to reduce
61          // testing time. The other sample drivers (fast-float, quant, etc.)
62          // are subsets of sample-all.
63          "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
64        }
65      ]
66    },
67    {
68      "name": "VtsHalNeuralnetworksTargetTest",
69      "options": [
70        {
71          // Do not use any sample driver except sample-all in order to reduce
72          // testing time. The other sample drivers (fast-float, quant, etc.)
73          // are subsets of sample-all.
74          "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
75        }
76      ]
77    }
78  ]
79}
80