Skip to content

Commit

Permalink
fix the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ForFishes committed Aug 18, 2020
1 parent 534d204 commit 313df0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/paddle/tensor/linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ def matmul(x, y, transpose_x=False, transpose_y=False, name=None):
out will be a (j×k×n×p) tensor.
Args:
x (Tensor): The input variable which is a Tensor or LoDTensor.
y (Tensor): The input variable which is a Tensor or LoDTensor.
x (Tensor): The input tensor which is a Tensor or LoDTensor.
y (Tensor): The input tensor which is a Tensor or LoDTensor.
transpose_x (bool): Whether to transpose :math:`x` before multiplication.
transpose_y (bool): Whether to transpose :math:`y` before multiplication.
name(str|None): A name for this layer(optional). If set None, the layer
Expand Down

1 comment on commit 313df0f

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on 313df0f Aug 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️ CI failures summary

🔍 Commit ID: 313df0f contains failed CI.

Please sign in to comment.