Home
last modified time | relevance | path

Searched refs:getSourceModelIndex (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp222 SourceOperandIndex source = {step.getSourceModelIndex(), operandIndex}; in addRole()
634 SourceOperandIndex sourceOperandIndex(step->getSourceModelIndex(), output.first); in findModelOutputsThatAreDownstreamInputs()
657 SourceOperandIndex sourceOperandIndex(step->getSourceModelIndex(), input.first); in findTempsAsStepModelOutputs()
1294 mapTemporary(SourceOperandIndex(step->getSourceModelIndex(), output.first), in makeController()
2071 const uint32_t sourceModelIndex = step->getSourceModelIndex(); in forEachDynamicTemporary()
DExecutionPlan.h269 uint32_t getSourceModelIndex() const { return mSourceModelIndex; } in getSourceModelIndex() function
DExecutionBuilder.cpp1232 const uint32_t sourceModelIndex = mExecutionStep->getSourceModelIndex(); in updateOutputShapes()