Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2860 const bool left_leaf_is_constant = IsReallyConstant(*left_leaf); in ConstantPushDown() local
2862 if (left_leaf_is_constant && right_leaf_is_constant) { in ConstantPushDown()
2866 const int non_const_leaf_input = left_leaf_is_constant ? 1 : 0; in ConstantPushDown()
2876 string other_leaf_input = left_leaf_is_constant ? op_child_node->input(0) in ConstantPushDown()