Michael Butler | 58caa83 | 2019-02-07 13:22:30 -0800 | [diff] [blame] | 1 | { |
| 2 | "presubmit": [ |
| 3 | { |
Michael Butler | 6e492a6 | 2020-12-10 15:38:45 -0800 | [diff] [blame] | 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 | { |
Lev Proleev | 900c28a | 2021-01-26 19:40:20 +0000 | [diff] [blame^] | 19 | "name": "neuralnetworks_utils_hal_aidl_test" |
| 20 | }, |
| 21 | { |
Michael Butler | 0763328 | 2019-08-29 11:08:25 -0700 | [diff] [blame] | 22 | "name": "VtsHalNeuralnetworksV1_0TargetTest", |
Michael Butler | 58caa83 | 2019-02-07 13:22:30 -0800 | [diff] [blame] | 23 | "options": [ |
| 24 | { |
Michael Butler | c9c0d5b | 2019-10-29 18:51:52 -0700 | [diff] [blame] | 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*" |
Michael Butler | 58caa83 | 2019-02-07 13:22:30 -0800 | [diff] [blame] | 29 | } |
| 30 | ] |
| 31 | }, |
| 32 | { |
Michael Butler | 0763328 | 2019-08-29 11:08:25 -0700 | [diff] [blame] | 33 | "name": "VtsHalNeuralnetworksV1_1TargetTest", |
Michael Butler | 58caa83 | 2019-02-07 13:22:30 -0800 | [diff] [blame] | 34 | "options": [ |
| 35 | { |
Michael Butler | c9c0d5b | 2019-10-29 18:51:52 -0700 | [diff] [blame] | 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*" |
Michael Butler | 58caa83 | 2019-02-07 13:22:30 -0800 | [diff] [blame] | 40 | } |
| 41 | ] |
Dan Shi | 8d643a4 | 2020-12-03 12:10:46 -0800 | [diff] [blame] | 42 | } |
| 43 | ], |
| 44 | "presubmit-large": [ |
Michael Butler | 58caa83 | 2019-02-07 13:22:30 -0800 | [diff] [blame] | 45 | { |
Michael Butler | 0763328 | 2019-08-29 11:08:25 -0700 | [diff] [blame] | 46 | "name": "VtsHalNeuralnetworksV1_2TargetTest", |
Michael Butler | 58caa83 | 2019-02-07 13:22:30 -0800 | [diff] [blame] | 47 | "options": [ |
| 48 | { |
Michael Butler | c9c0d5b | 2019-10-29 18:51:52 -0700 | [diff] [blame] | 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*" |
Michael Butler | 58caa83 | 2019-02-07 13:22:30 -0800 | [diff] [blame] | 53 | } |
| 54 | ] |
Michael Butler | 62b7690 | 2019-10-29 18:58:27 -0700 | [diff] [blame] | 55 | }, |
| 56 | { |
| 57 | "name": "VtsHalNeuralnetworksV1_3TargetTest", |
| 58 | "options": [ |
| 59 | { |
Michael Butler | c9c0d5b | 2019-10-29 18:51:52 -0700 | [diff] [blame] | 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*" |
Michael Butler | 62b7690 | 2019-10-29 18:58:27 -0700 | [diff] [blame] | 64 | } |
| 65 | ] |
Lev Proleev | 81dbdb3 | 2021-02-15 15:52:56 +0000 | [diff] [blame] | 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 | ] |
Michael Butler | 58caa83 | 2019-02-07 13:22:30 -0800 | [diff] [blame] | 77 | } |
| 78 | ] |
| 79 | } |