Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp404 ExecutionStep::ExecutionStep(ExecutionPlan* plan, uint32_t stepIndex, uint32_t sourceModelIndex, in ExecutionStep() argument
408 mSourceModelIndex(sourceModelIndex), in ExecutionStep()
1853 ExecutionStep* ExecutionPlan::createNewExecutionStep(uint32_t sourceModelIndex, in createNewExecutionStep() argument
1857 compound()->mSteps.size(), sourceModelIndex, device); in createNewExecutionStep()
2071 const uint32_t sourceModelIndex = step->getSourceModelIndex(); in forEachDynamicTemporary() local
2073 const auto sourceOperandIndex = SourceOperandIndex(sourceModelIndex, entry.first); in forEachDynamicTemporary()
2087 uint32_t sourceModelIndex = plan->getSourceModels().addModel(this); in partitionTheWork() local
2088 NN_RETURN_IF_ERROR(partitionTheWorkInternal(sourceModelIndex, devices, preference, priority, in partitionTheWork()
2099 int ModelBuilder::partitionTheWorkInternal(uint32_t sourceModelIndex, in partitionTheWorkInternal() argument
2112 << "sourceModelIndex = " << sourceModelIndex << ", " in partitionTheWorkInternal()
[all …]
DModelBuilder.h161 int partitionTheWorkInternal(uint32_t sourceModelIndex,
DExecutionPlan.h238 ExecutionStep(ExecutionPlan* plan, uint32_t stepIndex, uint32_t sourceModelIndex,
703 ExecutionStep* createNewExecutionStep(uint32_t sourceModelIndex,
DExecutionBuilder.cpp1232 const uint32_t sourceModelIndex = mExecutionStep->getSourceModelIndex(); in updateOutputShapes() local
1240 const auto sourceOperandIndex = SourceOperandIndex(sourceModelIndex, it->second); in updateOutputShapes()