Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DManager.h177 bool syncExecRuntime() const { return mSyncExecRuntime; } in syncExecRuntime()
247 bool mSyncExecRuntime = false; variable
DManager.cpp1295 mSyncExecRuntime = (getProp("debug.nn.syncexec-runtime") != 0); in DeviceManager()