Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DCompilationBuilder.cpp44 bool explicitDeviceList) in CompilationBuilder() argument
46 mPartitioning(explicitDeviceList ? DeviceManager::kPartitioningWithoutFallback in CompilationBuilder()
49 mExplicitDeviceList(explicitDeviceList) { in CompilationBuilder()
DCompilationBuilder.h47 bool explicitDeviceList = false);
DModelBuilder.h73 bool explicitDeviceList = false);
DModelBuilder.cpp483 bool explicitDeviceList) { in createCompilation() argument
489 *compilation = new (std::nothrow) CompilationBuilder(this, devices, explicitDeviceList); in createCompilation()