1{ 2 "mainline-presubmit": [ 3 { 4 "name": "CtsNNAPITestCases[com.google.android.neuralnetworks.apex]" 5 } 6 ], 7 "presubmit": [ 8 { 9 "name": "NeuralNetworksTest_utils" 10 }, 11 { 12 "name": "CtsNNAPIJavaTestCases" 13 } 14 ], 15 "presubmit-large": [ 16 { 17 "name": "NeuralNetworksTest_static", 18 "options": [ 19 { 20 // Restrict NeuralNetworksTest_static to run only a single 21 // pass consisting of: 22 // * useCpuOnly = 0 23 // * computeMode = ComputeMode::ASYNC 24 // 25 // The value here is a bitmask indicating only "pass 2" 26 // should be run (4 = 2^2). The bit conversions can be 27 // found in packages/modules/NeuralNetworks/runtime/test/TestMain.cpp. 28 "native-test-flag": "4" 29 } 30 ] 31 }, 32 // TODO(b/244359503): Re-enable once the conversion layer is fixed. 33 // { 34 // "name": "NeuralNetworksTest_v2_static", 35 // "options": [ 36 // { 37 // // Restrict NeuralNetworksTest_v2_static to run only a single 38 // // pass consisting of: 39 // // * useCpuOnly = 0 40 // // * computeMode = ComputeMode::ASYNC 41 // // 42 // // The value here is a bitmask indicating only "pass 2" 43 // // should be run (4 = 2^2). The bit conversions can be 44 // // found in packages/modules/NeuralNetworks/runtime/test/TestMain.cpp. 45 // "native-test-flag": "4" 46 // } 47 // ] 48 // }, 49 { 50 "name": "CtsNNAPITestCases" 51 } 52 ], 53 "imports": [ 54 { 55 "path": "hardware/interfaces/neuralnetworks" 56 }, 57 { 58 "path": "external/tensorflow/tensorflow/lite/delegates/nnapi" 59 } 60 ] 61} 62