Searched refs:conv_left_child (Results 1 – 1 of 1) sorted by relevance
2934 NodeDef* conv_left_child = node_map_->GetNode(conv_node->input(0)); in MulConvPushDown() local2936 const bool conv_left_is_constant = IsReallyConstant(*conv_left_child); in MulConvPushDown()3000 conv_left_is_constant ? conv_left_child : conv_right_child; in MulConvPushDown()