blob: 63d3aed9dafe995ab2a83928d8634709927e8b27 [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"
Xusong Wang2787c442021-05-21 15:34:48 -070010 },
11 {
12 "name": "CtsNNAPIJavaTestCases"
easoncylee401d9942021-02-04 20:38:59 +080013 }
14 ],
15 "presubmit-large": [
16 {
Miao Wang854391c2020-05-12 16:00:08 -070017 "name": "NeuralNetworksTest_static",
18 "options": [
19 {
Michael Butler47d14762020-06-09 12:57:28 -070020 // Restrict NeuralNetworksTest_static to run only a single
21 // pass consisting of:
22 // * useCpuOnly = 0
23 // * computeMode = ComputeMode::ASYNC
Michael Butler47d14762020-06-09 12:57:28 -070024 //
Slava Shklyaev4d37cd32020-12-15 16:05:21 +000025 // The value here is a bitmask indicating only "pass 2"
26 // should be run (4 = 2^2). The bit conversions can be
Baligh Uddin5e542b92020-11-25 00:19:41 +000027 // found in packages/modules/NeuralNetworks/runtime/test/TestMain.cpp.
Slava Shklyaev4d37cd32020-12-15 16:05:21 +000028 "native-test-flag": "4"
Miao Wang854391c2020-05-12 16:00:08 -070029 }
30 ]
Michael Butler9aaede62019-03-14 12:26:46 -070031 },
32 {
Dan Shi2aa3a872020-12-03 21:27:59 +000033 "name": "CtsNNAPITestCases"
34 }
35 ],
Michael Butlerde466ad2019-02-07 13:19:39 -080036 "imports": [
37 {
38 "path": "hardware/interfaces/neuralnetworks"
Slava Shklyaev3de49eb2019-04-12 11:52:18 +010039 },
40 {
41 "path": "external/tensorflow/tensorflow/lite/delegates/nnapi"
Michael Butlerde466ad2019-02-07 13:19:39 -080042 }
43 ]
44}