Searched refs:left_child_is_constant (Results 1 – 1 of 1) sorted by relevance
3458 const bool left_child_is_constant = IsReallyConstant(*mul_left_child); in MulConvPushDown() local3460 if (!left_child_is_constant && !right_child_is_constant) { in MulConvPushDown()3464 left_child_is_constant ? mul_right_child : mul_left_child; in MulConvPushDown()3512 left_child_is_constant ? mul_left_child : mul_right_child; in MulConvPushDown()3549 if (left_child_is_constant) { in MulConvPushDown()