Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DCompilationBuilder.cpp43 bool explicitDeviceList) in CompilationBuilder() argument
45 mPartitioning(explicitDeviceList ? DeviceManager::kPartitioningWithoutFallback in CompilationBuilder()
48 mExplicitDeviceList(explicitDeviceList) { in CompilationBuilder()
DCompilationBuilder.h46 bool explicitDeviceList = false);
DModelBuilder.h73 bool explicitDeviceList = false);
DModelBuilder.cpp486 bool explicitDeviceList) { in createCompilation() argument
492 *compilation = new (std::nothrow) CompilationBuilder(this, devices, explicitDeviceList); in createCompilation()