Searched refs:conv_right_is_constant (Results 1 – 1 of 1) sorted by relevance
3485 const bool conv_right_is_constant = IsReallyConstant(*conv_right_child); in MulConvPushDown() local3486 if (!conv_left_is_constant && !conv_right_is_constant) { in MulConvPushDown()3490 if (conv_left_is_constant && conv_right_is_constant) { in MulConvPushDown()