Home
last modified time | relevance | path

Searched refs:mTemporaryToDefiningExecutionStep (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h905 std::map<SourceOperandIndex, uint32_t> mTemporaryToDefiningExecutionStep; member
DExecutionPlan.cpp643 const auto it = mTemporaryToDefiningExecutionStep.find(sourceOperandIndex); in findTempsAsStepModelOutputs()
644 if (it == mTemporaryToDefiningExecutionStep.end()) { in findTempsAsStepModelOutputs()
1902 compound()->mTemporaryToDefiningExecutionStep.emplace(sourceOperandIndex, stepIndex); in recordTemporaryDef()