You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.0 KiB
45 lines
1.0 KiB
{
|
|
"mainline-presubmit": [
|
|
{
|
|
"name": "CtsNNAPITestCases[com.google.android.neuralnetworks.apex]"
|
|
}
|
|
],
|
|
"presubmit": [
|
|
{
|
|
"name": "NeuralNetworksTest_utils"
|
|
},
|
|
{
|
|
"name": "CtsNNAPIJavaTestCases"
|
|
}
|
|
],
|
|
"presubmit-large": [
|
|
{
|
|
"name": "NeuralNetworksTest_static",
|
|
"options": [
|
|
{
|
|
// Restrict NeuralNetworksTest_static to run only a single
|
|
// pass consisting of:
|
|
// * useCpuOnly = 0
|
|
// * computeMode = ComputeMode::ASYNC
|
|
//
|
|
// The value here is a bitmask indicating only "pass 2"
|
|
// should be run (4 = 2^2). The bit conversions can be
|
|
// found in packages/modules/NeuralNetworks/runtime/test/TestMain.cpp.
|
|
"native-test-flag": "4"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "CtsNNAPITestCases"
|
|
}
|
|
],
|
|
"imports": [
|
|
{
|
|
"path": "hardware/interfaces/neuralnetworks"
|
|
},
|
|
{
|
|
"path": "external/tensorflow/tensorflow/lite/delegates/nnapi"
|
|
}
|
|
]
|
|
}
|