Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DCompilationBuilder.h77 bool createdWithExplicitDeviceList() const { return mExplicitDeviceList; } in createdWithExplicitDeviceList()
115 bool mExplicitDeviceList; variable
DCompilationBuilder.cpp49 mExplicitDeviceList(explicitDeviceList) { in CompilationBuilder()
209 if (!mExplicitDeviceList || (mDevices.size() != 1)) { in setTimeoutDuration()
DExecutionBuilder.cpp340 if (!mCompilation->mExplicitDeviceList || (mCompilation->mDevices.size() != 1)) { in setMeasureTiming()
417 if (!mCompilation->mExplicitDeviceList || (mCompilation->mDevices.size() != 1)) { in setTimeoutDuration()
977 if (!mCompilation->mExplicitDeviceList || (mCompilation->mDevices.size() != 1)) { in computeFenced()