Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h687 std::map<SourceOperandIndex, uint32_t> mTemporaryToDefiningExecutionStep; member
DExecutionPlan.cpp389 const auto it = mTemporaryToDefiningExecutionStep.find(sourceOperandIndex); in findTempsAsStepModelOutputs()
390 if (it == mTemporaryToDefiningExecutionStep.end()) { in findTempsAsStepModelOutputs()
1478 compound()->mTemporaryToDefiningExecutionStep.emplace(sourceOperandIndex, stepIndex); in recordTemporaryDef()