Searched refs:mOutputToDefiningExecutionStep (Results 1 – 2 of 2) sorted by relevance
658 const auto it = mOutputToDefiningExecutionStep.find(sourceOperandIndex); in findModelOutputsThatAreDownstreamInputs()659 CHECK(it != mOutputToDefiningExecutionStep.end()); in findModelOutputsThatAreDownstreamInputs()1947 compound()->mOutputToDefiningExecutionStep.emplace(sourceOperandIndex, stepIndex); in recordOutputDef()
902 std::map<SourceOperandIndex, uint32_t> mOutputToDefiningExecutionStep; member