Home
last modified time | relevance | path

Searched defs:stepIndex (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp286 void DynamicTemporaries::declare(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex, in declare()
334 int DynamicTemporaries::allocate(uint32_t stepIndex) { in allocate()
404 ExecutionStep::ExecutionStep(ExecutionPlan* plan, uint32_t stepIndex, uint32_t sourceModelIndex, in ExecutionStep()
620 uint32_t stepIndex = it->second; in findModelOutputsThatAreDownstreamInputs() local
650 uint32_t stepIndex = it->second; in findTempsAsStepModelOutputs() local
1893 void ExecutionPlan::recordOutputDef(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex) { in recordOutputDef()
1900 void ExecutionPlan::recordTemporaryDef(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex) { in recordTemporaryDef()
2070 const uint32_t stepIndex = step->getIndex(); in forEachDynamicTemporary() local
DExecutionPlan.h201 uint32_t stepIndex; member