Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2861 const bool right_leaf_is_constant = IsReallyConstant(*right_leaf); in ConstantPushDown() local
2862 if (left_leaf_is_constant && right_leaf_is_constant) { in ConstantPushDown()