Home
last modified time | relevance | path

Searched refs:symmetric_op (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc3423 const string symmetric_op = (is_add || is_sub) ? "Add" : "Mul"; in ConstantPushDown() local
3429 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()