Searched refs:stateful_operands_index (Results 1 – 1 of 1) sorted by relevance
76 std::vector<int> stateful_operands_index; in DuplicateValueIfNeeded() local77 if (!IsStatefulOp(op, &stateful_operands_index)) return success(); in DuplicateValueIfNeeded()79 for (int index : stateful_operands_index) { in DuplicateValueIfNeeded()