blob: 479662d2640b6c75c40aac7e9e9f0dc01c2d6d96 [file] [log] [blame]
Michael Butlerde466ad2019-02-07 13:19:39 -08001{
2 "presubmit": [
3 {
Miao Wang854391c2020-05-12 16:00:08 -07004 "name": "NeuralNetworksTest_static",
5 "options": [
6 {
Michael Butler47d14762020-06-09 12:57:28 -07007 // Restrict NeuralNetworksTest_static to run only a single
8 // pass consisting of:
9 // * useCpuOnly = 0
10 // * computeMode = ComputeMode::ASYNC
11 // * allowSyncExecHal = 1
12 //
13 // The value here is a bitmask indicating only "pass 10"
14 // should be run (1024 = 2^10). The bit conversions can be
Baligh Uddin5e542b92020-11-25 00:19:41 +000015 // found in packages/modules/NeuralNetworks/runtime/test/TestMain.cpp.
Michael Butler47d14762020-06-09 12:57:28 -070016 "native-test-flag": "1024"
Miao Wang854391c2020-05-12 16:00:08 -070017 }
18 ]
Michael Butler9aaede62019-03-14 12:26:46 -070019 },
20 {
Lev Proleevbb24c9e2020-04-08 16:29:59 +010021 "name": "NeuralNetworksTest_utils"
Michael Butlerde466ad2019-02-07 13:19:39 -080022 }
23 ],
Dan Shi2aa3a872020-12-03 21:27:59 +000024 "presubmit-large": [
25 {
26 "name": "CtsNNAPITestCases"
27 }
28 ],
Michael Butlerde466ad2019-02-07 13:19:39 -080029 "imports": [
30 {
31 "path": "hardware/interfaces/neuralnetworks"
Slava Shklyaev3de49eb2019-04-12 11:52:18 +010032 },
33 {
34 "path": "external/tensorflow/tensorflow/lite/delegates/nnapi"
Michael Butlerde466ad2019-02-07 13:19:39 -080035 }
36 ]
37}