Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp326 void DynamicTemporaries::declare(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex, in declare()
374 int DynamicTemporaries::allocate(uint32_t stepIndex) { in allocate()
444 ExecutionStep::ExecutionStep(ExecutionPlan* plan, uint32_t stepIndex, uint32_t sourceModelIndex, in ExecutionStep()
660 uint32_t stepIndex = it->second; in findModelOutputsThatAreDownstreamInputs() local
690 uint32_t stepIndex = it->second; in findTempsAsStepModelOutputs() local
1945 void ExecutionPlan::recordOutputDef(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex) { in recordOutputDef()
1952 void ExecutionPlan::recordTemporaryDef(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex) { in recordTemporaryDef()
2122 const uint32_t stepIndex = step->getIndex(); in forEachDynamicTemporary() local
DExecutionPlan.h201 uint32_t stepIndex; member