Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DManager.h138 bool syncExecHal() const { return mSyncExecHal; } in syncExecHal() function
DManager.cpp402 const bool preferSynchronous = DeviceManager::get()->syncExecHal(); in execute()