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