Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DMemory.h267 bool mSupportsAhwb = false; variable
DMemory.cpp474 mSupportsAhwb = std::all_of(devices.begin(), devices.end(), [](const auto* device) { in finish()
505 if (mSupportsAhwb) { in allocate()