Home
last modified time | relevance | path

Searched refs:mSupportsAhwb (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DMemory.cpp459 mSupportsAhwb = std::all_of(devices.begin(), devices.end(), [](const auto* device) { in finish()
490 if (mSupportsAhwb) { in allocate()
DMemory.h257 bool mSupportsAhwb = false; variable