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