mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Remove BLOB AHWB tests from 1.2 VTS.
Bug: 153282844 Test: 1.2 VTS Change-Id: I866fe1388a64a36372f90c60fef340d2fe4c8682
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user