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