Searched refs:left_leaf_is_constant (Results 1 – 1 of 1) sorted by relevance
2860 const bool left_leaf_is_constant = IsReallyConstant(*left_leaf); in ConstantPushDown() local2862 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()