Skip to content

Commit d05dd19

Browse files
committed
update
1 parent c8b7a84 commit d05dd19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/paddle/tensor/manipulation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6868,11 +6868,11 @@ def block_diag(inputs, name=None):
68686868
Create a block diagonal matrix from provided tensors.
68696869
68706870
Args:
6871-
input (list|tuple): ``input`` is a Tensor list or Tensor tuple, one or more tensors with 0, 1, or 2 dimensions.
6871+
inputs (list|tuple): ``inputs`` is a Tensor list or Tensor tuple, one or more tensors with 0, 1, or 2 dimensions.
68726872
name (str, optional): Name for the operation (optional, default is None).
68736873
68746874
Returns:
6875-
Tensor, A ``Tensor``. The data type is same as ``input``.
6875+
Tensor, A ``Tensor``. The data type is same as ``inputs``.
68766876
68776877
Examples:
68786878
.. code-block:: python

0 commit comments

Comments
 (0)