From e73913ce4929d423ead995dc126df41d2751f305 Mon Sep 17 00:00:00 2001 From: Ligoml Date: Wed, 14 Sep 2022 11:43:06 +0000 Subject: [PATCH] test --- python/paddle/tensor/linalg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/tensor/linalg.py b/python/paddle/tensor/linalg.py index 20ab6c1310c..6b2b340accd 100644 --- a/python/paddle/tensor/linalg.py +++ b/python/paddle/tensor/linalg.py @@ -1026,7 +1026,7 @@ def cond(x, p=None, name=None): def dot(x, y, name=None): """ - This operator calculates inner product for vectors. + Calculated inner product for vectors. .. note:: Support 1-d and 2-d Tensor. When it is 2d, the first dimension of this matrix -- GitLab