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 | { |
Michael Butler | 0763328 | 2019-08-29 11:08:25 -0700 | [diff] [blame] | 19 | "name": "VtsHalNeuralnetworksV1_0TargetTest", |
Michael Butler | 58caa83 | 2019-02-07 13:22:30 -0800 | [diff] [blame] | 20 | "options": [ |
| 21 | { |
Michael Butler | c9c0d5b | 2019-10-29 18:51:52 -0700 | [diff] [blame] | 22 | // 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 Butler | 58caa83 | 2019-02-07 13:22:30 -0800 | [diff] [blame] | 26 | } |
| 27 | ] |
| 28 | }, |
| 29 | { |
Michael Butler | 0763328 | 2019-08-29 11:08:25 -0700 | [diff] [blame] | 30 | "name": "VtsHalNeuralnetworksV1_1TargetTest", |
Michael Butler | 58caa83 | 2019-02-07 13:22:30 -0800 | [diff] [blame] | 31 | "options": [ |
| 32 | { |
Michael Butler | c9c0d5b | 2019-10-29 18:51:52 -0700 | [diff] [blame] | 33 | // 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 Butler | 58caa83 | 2019-02-07 13:22:30 -0800 | [diff] [blame] | 37 | } |
| 38 | ] |
Dan Shi | 8d643a4 | 2020-12-03 12:10:46 -0800 | [diff] [blame] | 39 | } |
| 40 | ], |
| 41 | "presubmit-large": [ |
Michael Butler | 58caa83 | 2019-02-07 13:22:30 -0800 | [diff] [blame] | 42 | { |
Michael Butler | 0763328 | 2019-08-29 11:08:25 -0700 | [diff] [blame] | 43 | "name": "VtsHalNeuralnetworksV1_2TargetTest", |
Michael Butler | 58caa83 | 2019-02-07 13:22:30 -0800 | [diff] [blame] | 44 | "options": [ |
| 45 | { |
Michael Butler | c9c0d5b | 2019-10-29 18:51:52 -0700 | [diff] [blame] | 46 | // 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 Butler | 58caa83 | 2019-02-07 13:22:30 -0800 | [diff] [blame] | 50 | } |
| 51 | ] |
Michael Butler | 62b7690 | 2019-10-29 18:58:27 -0700 | [diff] [blame] | 52 | }, |
| 53 | { |
| 54 | "name": "VtsHalNeuralnetworksV1_3TargetTest", |
| 55 | "options": [ |
| 56 | { |
Michael Butler | c9c0d5b | 2019-10-29 18:51:52 -0700 | [diff] [blame] | 57 | // 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 Butler | 62b7690 | 2019-10-29 18:58:27 -0700 | [diff] [blame] | 61 | } |
| 62 | ] |
Lev Proleev | 81dbdb3 | 2021-02-15 15:52:56 +0000 | [diff] [blame] | 63 | }, |
| 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 Butler | 58caa83 | 2019-02-07 13:22:30 -0800 | [diff] [blame] | 74 | } |
| 75 | ] |
| 76 | } |