summaryrefslogtreecommitdiff
path: root/nn/TEST_MAPPING
blob: 74ff411c0103e7ffd1ea57e56f83d484677d7a6e (plain)
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
45
{
  "presubmit": [
    {
      "name": "CtsNNAPITestCases",
      "options": [
        {
          // b/153876253, temporarily filter out failing l2_norm tests
          "include-filter": "-*l2_normalization_axis_corner_case*"
        }
      ]
    },
    {
      "name": "NeuralNetworksTest_static",
      "options": [
        {
          // b/153876253, temporarily filter out failing l2_norm tests
          "include-filter": "-*l2_normalization_axis_corner_case*"
        },
        {
          // Restrict NeuralNetworksTest_static to run only a single
          // pass consisting of:
          // * useCpuOnly = 0
          // * computeMode = ComputeMode::ASYNC
          // * allowSyncExecHal = 1
          //
          // The value here is a bitmask indicating only "pass 10"
          // should be run (1024 = 2^10). The bit conversions can be
          // found in frameworks/ml/nn/runtime/test/TestMain.cpp.
          "native-test-flag": "1024"
        }
      ]
    },
    {
      "name": "NeuralNetworksTest_utils"
    }
  ],
  "imports": [
    {
      "path": "hardware/interfaces/neuralnetworks"
    },
    {
      "path": "external/tensorflow/tensorflow/lite/delegates/nnapi"
    }
  ]
}