@@ -928,7 +931,7 @@ def expand_as(x, y, name=None):
Args:
x (Tensor): The input tensor, its data type is bool, float32, float64, int32 or int64.
y (Tensor): The input tensor gives the shape that ``x`` to expand to.
y (Tensor): The input tensor that gives the shape to expand to.
name (str, optional): The default value is None. Normally there is no need for user to set this property. For more information, please refer to :ref:`api_guide_Name`.
Returns:
...
...
@@ -942,10 +945,10 @@ def expand_as(x, y, name=None):