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 { 33 "name": "CtsNNAPITestCases" 34 } 35 ], 36 "imports": [ 37 { 38 "path": "hardware/interfaces/neuralnetworks" 39 }, 40 { 41 "path": "external/tensorflow/tensorflow/lite/delegates/nnapi" 42 } 43 ] 44} 45