blob: f3eaa9940c02806ba75b58c03672bac7bcdc45ff [file] [log] [blame]
Michael Butlerde466ad2019-02-07 13:19:39 -08001{
2 "presubmit": [
3 {
Miao Wang854391c2020-05-12 16:00:08 -07004 "name": "CtsNNAPITestCases",
5 "options": [
6 {
7 // b/153876253, temporarily filter out failing l2_norm tests
8 "include-filter": "-*l2_normalization_axis_corner_case*"
9 }
10 ]
Lev Proleevbb24c9e2020-04-08 16:29:59 +010011 },
12 {
Miao Wang854391c2020-05-12 16:00:08 -070013 "name": "NeuralNetworksTest_static",
14 "options": [
15 {
16 // b/153876253, temporarily filter out failing l2_norm tests
17 "include-filter": "-*l2_normalization_axis_corner_case*"
18 }
19 ]
Michael Butler9aaede62019-03-14 12:26:46 -070020 },
21 {
Lev Proleevbb24c9e2020-04-08 16:29:59 +010022 "name": "NeuralNetworksTest_utils"
Michael Butlerde466ad2019-02-07 13:19:39 -080023 }
24 ],
25 "imports": [
26 {
27 "path": "hardware/interfaces/neuralnetworks"
Slava Shklyaev3de49eb2019-04-12 11:52:18 +010028 },
29 {
30 "path": "external/tensorflow/tensorflow/lite/delegates/nnapi"
Michael Butlerde466ad2019-02-07 13:19:39 -080031 }
32 ]
33}