Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DCompilationBuilder.h86 bool createdWithExplicitDeviceList() const { return mExplicitDeviceList; } in createdWithExplicitDeviceList()
132 bool mExplicitDeviceList; variable
DCompilationBuilder.cpp50 mExplicitDeviceList(explicitDeviceList) { in CompilationBuilder()
211 if (!mExplicitDeviceList || (mDevices.size() != 1)) { in setTimeoutDuration()
233 if (!mExplicitDeviceList || (mDevices.size() != 1)) { in addExtensionAttribute()
DExecutionBuilder.cpp341 if (!mCompilation->mExplicitDeviceList || (mCompilation->mDevices.size() != 1)) { in setMeasureTiming()
418 if (!mCompilation->mExplicitDeviceList || (mCompilation->mDevices.size() != 1)) { in setTimeoutDuration()
489 if (!mCompilation->mExplicitDeviceList || (mCompilation->mDevices.size() != 1)) { in addExtensionAttribute()
1017 if (!mCompilation->mExplicitDeviceList || (mCompilation->mDevices.size() != 1)) { in computeFenced()