Remove BLOB AHWB tests from 1.2 VTS.
Bug: 153282844 Test: 1.2 VTS Change-Id: I866fe1388a64a36372f90c60fef340d2fe4c8682
This commit is contained in:
parent
b95fc85203
commit
b642700c7f
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ void EvaluatePreparedModel(const sp<IPreparedModel>& preparedModel, const TestMo
|
||||||
outputTypesList = {OutputType::FULLY_SPECIFIED};
|
outputTypesList = {OutputType::FULLY_SPECIFIED};
|
||||||
measureTimingList = {MeasureTiming::NO, MeasureTiming::YES};
|
measureTimingList = {MeasureTiming::NO, MeasureTiming::YES};
|
||||||
executorList = {Executor::ASYNC, Executor::SYNC, Executor::BURST};
|
executorList = {Executor::ASYNC, Executor::SYNC, Executor::BURST};
|
||||||
memoryTypeList = {MemoryType::ASHMEM, MemoryType::BLOB_AHWB};
|
memoryTypeList = {MemoryType::ASHMEM};
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const OutputType outputType : outputTypesList) {
|
for (const OutputType outputType : outputTypesList) {
|
||||||
|
|
Loading…
Reference in a new issue