Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DManager.h176 bool syncExecCpu() const { return mSyncExecCpu; } in syncExecCpu()
246 bool mSyncExecCpu = true; variable
DManager.cpp1294 mSyncExecCpu = (getProp("debug.nn.syncexec-cpu", 1) != 0); in DeviceManager()