Home
last modified time | relevance | path

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

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