Searched refs:mul_left_child (Results 1 – 1 of 1) sorted by relevance
3455 NodeDef* mul_left_child = node_map_->GetNode(node->input(0)); in MulConvPushDown() local3458 const bool left_child_is_constant = IsReallyConstant(*mul_left_child); in MulConvPushDown()3464 left_child_is_constant ? mul_right_child : mul_left_child; in MulConvPushDown()3468 if (node->device() != mul_left_child->device() || in MulConvPushDown()3512 left_child_is_constant ? mul_left_child : mul_right_child; in MulConvPushDown()