Searched refs:conv_right_child (Results 1 – 1 of 1) sorted by relevance
3483 NodeDef* conv_right_child = node_map_->GetNode(conv_node->input(1)); in MulConvPushDown() local3485 const bool conv_right_is_constant = IsReallyConstant(*conv_right_child); in MulConvPushDown()3548 conv_left_is_constant ? conv_left_child : conv_right_child; in MulConvPushDown()