Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc3315 const bool is_symmetric = is_add || is_mul; in ConstantPushDown() local
3337 if (!(is_symmetric && is_child_symmetric) && in ConstantPushDown()
3389 if (is_symmetric && is_child_symmetric) { in ConstantPushDown()
3420 bool child_negated = !is_symmetric && (ctx.left_child_is_const); in ConstantPushDown()
3425 bool neg_c = !is_symmetric && !ctx.left_child_is_const; in ConstantPushDown()