Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h899 std::map<SourceOperandIndex, uint32_t> mOutputToDefiningExecutionStep; member
DExecutionPlan.cpp618 const auto it = mOutputToDefiningExecutionStep.find(sourceOperandIndex); in findModelOutputsThatAreDownstreamInputs()
619 CHECK(it != mOutputToDefiningExecutionStep.end()); in findModelOutputsThatAreDownstreamInputs()
1895 compound()->mOutputToDefiningExecutionStep.emplace(sourceOperandIndex, stepIndex); in recordOutputDef()