Home | History | Annotate | Download | only in compat

Lines Matching refs:op_name

63       const string& op_name = op_list_.op(cur).name();
64 while (op_name > *iter) {
68 if (op_name == *iter) {
96 const string& op_name = op_list_.op(cur).name();
97 if (stable_ops_ != nullptr && stable_ops_->count(op_name) == 0) {
100 if (op_list_.op(cur).name() != op_name) break;
102 } else if (op_name < in_op_history.op(start).name()) {
109 } else if (op_name > in_op_history.op(start).name()) {
113 if (op_name <= in_op_history.op(start).name()) break;
126 if (in_op_history.op(end).name() != op_name) break;
183 const string& op_name = op_list_.op(cur).name();
184 if (stable_ops_ != nullptr && stable_ops_->count(op_name) == 0) {