Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DManager.h123 if (mSetCpuOnly || mDebugNNCpuOnly) { in getDrivers()
130 void setUseCpuOnly(bool useCpuOnly) { mSetCpuOnly = useCpuOnly; } in setUseCpuOnly()
131 bool getUseCpuOnly() const { return mSetCpuOnly; } in getUseCpuOnly()
208 bool mSetCpuOnly = false; // set by setUseCpuOnly() variable