This commit is contained in:
yanglf1121 2022-01-14 16:45:17 +08:00
parent 167fbd92fa
commit 2bc6db13b6
1 changed files with 2 additions and 2 deletions

View File

@ -4144,8 +4144,8 @@ def multi_dot(arrays):
Numpy argument `out` is not supported.
Args:
arrays (sequence of array_like): If the first argument is 1-D it is treated as row
vector. If the last argument is 1-D it is treated as column vector. The other
arrays (sequence of array_like): If the first argument is 1-D, it is treated as row
vector. If the last argument is 1-D, it is treated as column vector. The other
arguments must be 2-D.
Returns: