summaryrefslogtreecommitdiff
path: root/nn/TEST_MAPPING
blob: d2ef51e8822350c037246530169e50524278db15 (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
{
  "presubmit": [
    {
      "name": "CtsNNAPITestCases"
    },
    {
      "name": "NeuralNetworksTest_static",
      "options": [
        {
          // 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"
    }
  ]
}