From 313df0fd51fe446d50762c5739ef0952f51d3c8f Mon Sep 17 00:00:00 2001 From: ForFishes <2282912238@qq.com> Date: Tue, 18 Aug 2020 21:48:49 +0800 Subject: [PATCH] fix the comment --- python/paddle/tensor/linalg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/paddle/tensor/linalg.py b/python/paddle/tensor/linalg.py index 69c15d5524344..4c8b0826b7e88 100644 --- a/python/paddle/tensor/linalg.py +++ b/python/paddle/tensor/linalg.py @@ -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