Home
last modified time | relevance | path

Searched refs:mPartitioning (Results 1 – 6 of 6) sorted by relevance

/frameworks/ml/nn/runtime/
DCompilationBuilder.cpp31 mModel(model), mPartitioning(DeviceManager::get()->getPartitioning()) { in CompilationBuilder()
49 if (mPartitioning) { in finish()
64 if (!DeviceManager::partitioningAllowsFallback(mPartitioning)) { in finish()
96 mPartitioning = partitioning; in setPartitioning()
DManager.h90 uint32_t getPartitioning() const { return mPartitioning; } in getPartitioning()
119 uint32_t mPartitioning = kPartitioningDefault; variable
DCompilationBuilder.h62 uint32_t mPartitioning; variable
DExecutionBuilder.cpp131 mPartitioning(compilation->mPartitioning), in ExecutionBuilder()
355 if (mPartitioning > 0) { in startCompute()
356 const bool allowFallback = DeviceManager::partitioningAllowsFallback(mPartitioning); in startCompute()
DExecutionBuilder.h89 uint32_t mPartitioning; variable
DManager.cpp167 mPartitioning = getProp("debug.nn.partition", kPartitioningDefault); in DeviceManager()