Merge "Remove BLOB AHWB tests from 1.2 VTS." into rvc-dev
This commit is contained in:
commit
d923a3f06f
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};
|
||||
measureTimingList = {MeasureTiming::NO, MeasureTiming::YES};
|
||||
executorList = {Executor::ASYNC, Executor::SYNC, Executor::BURST};
|
||||
memoryTypeList = {MemoryType::ASHMEM, MemoryType::BLOB_AHWB};
|
||||
memoryTypeList = {MemoryType::ASHMEM};
|
||||
}
|
||||
|
||||
for (const OutputType outputType : outputTypesList) {
|
||||
|
|
Loading…
Reference in a new issue