Searched refs:symmetric_op (Results 1 – 1 of 1) sorted by relevance
3423 const string symmetric_op = (is_add || is_sub) ? "Add" : "Mul"; in ConstantPushDown() local3429 node->set_op((neg_x || (neg_c && neg_y)) ? nonsymmetric_op : symmetric_op); in ConstantPushDown()3433 ctx.op_child->set_op(neg_c != neg_y ? nonsymmetric_op : symmetric_op); in ConstantPushDown()