blob: a8e0fdca7d71eaec650aba34c19c38a023df56b2 [file] [log] [blame]
Michael Butlerde466ad2019-02-07 13:19:39 -08001{
easoncyleeaa574cc2021-04-20 16:43:04 +08002 "mainline-presubmit": [
3 {
4 "name": "CtsNNAPITestCases[com.google.android.neuralnetworks.apex]"
5 }
6 ],
Michael Butlerde466ad2019-02-07 13:19:39 -08007 "presubmit": [
8 {
easoncylee401d9942021-02-04 20:38:59 +08009 "name": "NeuralNetworksTest_utils"
10 }
11 ],
12 "presubmit-large": [
13 {
Miao Wang854391c2020-05-12 16:00:08 -070014 "name": "NeuralNetworksTest_static",
15 "options": [
16 {
Michael Butler47d14762020-06-09 12:57:28 -070017 // Restrict NeuralNetworksTest_static to run only a single
18 // pass consisting of:
19 // * useCpuOnly = 0
20 // * computeMode = ComputeMode::ASYNC
Michael Butler47d14762020-06-09 12:57:28 -070021 //
Slava Shklyaev4d37cd32020-12-15 16:05:21 +000022 // The value here is a bitmask indicating only "pass 2"
23 // should be run (4 = 2^2). The bit conversions can be
Baligh Uddin5e542b92020-11-25 00:19:41 +000024 // found in packages/modules/NeuralNetworks/runtime/test/TestMain.cpp.
Slava Shklyaev4d37cd32020-12-15 16:05:21 +000025 "native-test-flag": "4"
Miao Wang854391c2020-05-12 16:00:08 -070026 }
27 ]
Michael Butler9aaede62019-03-14 12:26:46 -070028 },
29 {
Dan Shi2aa3a872020-12-03 21:27:59 +000030 "name": "CtsNNAPITestCases"
31 }
32 ],
Michael Butlerde466ad2019-02-07 13:19:39 -080033 "imports": [
34 {
35 "path": "hardware/interfaces/neuralnetworks"
Slava Shklyaev3de49eb2019-04-12 11:52:18 +010036 },
37 {
38 "path": "external/tensorflow/tensorflow/lite/delegates/nnapi"
Michael Butlerde466ad2019-02-07 13:19:39 -080039 }
40 ]
41}