Searched refs:mul_left_child (Results 1 – 1 of 1) sorted by relevance
2907 NodeDef* mul_left_child = node_map_->GetNode(node->input(0)); in MulConvPushDown() local2910 const bool left_child_is_constant = IsReallyConstant(*mul_left_child); in MulConvPushDown()2916 left_child_is_constant ? mul_right_child : mul_left_child; in MulConvPushDown()2920 if (node->device() != mul_left_child->device() || in MulConvPushDown()2964 left_child_is_constant ? mul_left_child : mul_right_child; in MulConvPushDown()