1{
2  "presubmit": [
3    {
4      "name": "VtsHalNeuralnetworksV1_0TargetTest",
5      "options": [
6        {
7          // 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*"
11        }
12      ]
13    },
14    {
15      "name": "VtsHalNeuralnetworksV1_1TargetTest",
16      "options": [
17        {
18          // 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*"
22        }
23      ]
24    },
25    {
26      "name": "VtsHalNeuralnetworksV1_2TargetTest",
27      "options": [
28        {
29          // 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*"
33        }
34      ]
35    },
36    {
37      "name": "VtsHalNeuralnetworksV1_3TargetTest",
38      "options": [
39        {
40          // 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*"
44        }
45      ]
46    }
47  ]
48}
49