Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DCompilationBuilder.h71 bool createdWithExplicitDeviceList() const { return mExplicitDeviceList; } in createdWithExplicitDeviceList()
97 bool mExplicitDeviceList; variable
DCompilationBuilder.cpp48 mExplicitDeviceList(explicitDeviceList) { in CompilationBuilder()
155 if (!mExplicitDeviceList || (mDevices.size() != 1)) { in setTimeoutDuration()
DExecutionBuilder.cpp283 if (!mCompilation->mExplicitDeviceList || (mCompilation->mDevices.size() != 1)) { in setMeasureTiming()
365 if (!mCompilation->mExplicitDeviceList || (mCompilation->mDevices.size() != 1)) { in setTimeoutDuration()
736 if (!mCompilation->mExplicitDeviceList || (mCompilation->mDevices.size() != 1)) { in computeFenced()