Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc3418 auto is_leaf_negated = [&](const bool is_right_leaf) -> bool { in ConstantPushDown() argument
3419 bool leaf_negated = !is_child_symmetric && is_right_leaf; in ConstantPushDown()