Skip to content

Commit 75d9e6a

Browse files
fix input (#6543)
1 parent eade0ac commit 75d9e6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/paddle/broadcast_tensors_cn.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
broadcast_tensors
44
-------------------------------
55

6-
.. py:function:: paddle.broadcast_tensors(inputs, name=None)
6+
.. py:function:: paddle.broadcast_tensors(input, name=None)
77
8-
根据 Broadcast 规范对一组输入 ``inputs`` 进行 Broadcast 操作
8+
根据 Broadcast 规范对一组输入 ``input`` 进行 Broadcast 操作
99
输入应符合 Broadcast 规范
1010

1111
.. note::
@@ -15,7 +15,7 @@ broadcast_tensors
1515

1616
参数
1717
:::::::::
18-
- inputs (list(Tensor)|tuple(Tensor)) - 一组输入 Tensor,数据类型为:bool、float32、float64、complex64、complex128、int32 或 int64。所有的输入 Tensor 均需要满足 rank <= 5。
18+
- input (list(Tensor)|tuple(Tensor)) - 一组输入 Tensor,数据类型为:bool、float32、float64、complex64、complex128、int32 或 int64。所有的输入 Tensor 均需要满足 rank <= 5。
1919
- **name** (str,可选) - 具体用法请参见 :ref:`api_guide_Name`,一般无需设置,默认值为 None。
2020

2121
返回

0 commit comments

Comments
 (0)