-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTEST_MAPPING
44 lines (44 loc) · 1 KB
/
TEST_MAPPING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"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"
}
]
}