900c28a250
Also:
* Add missing AIDL<->CT conversions
* Add AIDL-specific info to neuralnetworks/utils/README.md
* Add mock classes and tests AIDL adapters
Bug: 179015258
Test: neuralnetworks_utils_hal_test
Change-Id: Ifa98fadd46dca5dbf9b3ceb4da811aa8da45b6e4
Merged-In: Ifa98fadd46dca5dbf9b3ceb4da811aa8da45b6e4
(cherry picked from commit 3b93b0b56a
)
79 lines
2.4 KiB
Text
79 lines
2.4 KiB
Text
{
|
|
"presubmit": [
|
|
{
|
|
"name": "neuralnetworks_utils_hal_common_test"
|
|
},
|
|
{
|
|
"name": "neuralnetworks_utils_hal_1_0_test"
|
|
},
|
|
{
|
|
"name": "neuralnetworks_utils_hal_1_1_test"
|
|
},
|
|
{
|
|
"name": "neuralnetworks_utils_hal_1_2_test"
|
|
},
|
|
{
|
|
"name": "neuralnetworks_utils_hal_1_3_test"
|
|
},
|
|
{
|
|
"name": "neuralnetworks_utils_hal_aidl_test"
|
|
},
|
|
{
|
|
"name": "VtsHalNeuralnetworksV1_0TargetTest",
|
|
"options": [
|
|
{
|
|
// Do not use any sample driver except sample-all in order to reduce
|
|
// testing time. The other sample drivers (fast-float, quant, etc.)
|
|
// are subsets of sample-all.
|
|
"include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "VtsHalNeuralnetworksV1_1TargetTest",
|
|
"options": [
|
|
{
|
|
// Do not use any sample driver except sample-all in order to reduce
|
|
// testing time. The other sample drivers (fast-float, quant, etc.)
|
|
// are subsets of sample-all.
|
|
"include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"presubmit-large": [
|
|
{
|
|
"name": "VtsHalNeuralnetworksV1_2TargetTest",
|
|
"options": [
|
|
{
|
|
// Do not use any sample driver except sample-all in order to reduce
|
|
// testing time. The other sample drivers (fast-float, quant, etc.)
|
|
// are subsets of sample-all.
|
|
"include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "VtsHalNeuralnetworksV1_3TargetTest",
|
|
"options": [
|
|
{
|
|
// Do not use any sample driver except sample-all in order to reduce
|
|
// testing time. The other sample drivers (fast-float, quant, etc.)
|
|
// are subsets of sample-all.
|
|
"include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "VtsHalNeuralnetworksTargetTest",
|
|
"options": [
|
|
{
|
|
// Do not use any sample driver except sample-all in order to reduce
|
|
// testing time. The other sample drivers (fast-float, quant, etc.)
|
|
// are subsets of sample-all.
|
|
"include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|