Skip to content

Commit

Permalink
【Hackathon 6th No.9】Fix cartesian_prod API docs -part (#65904)
Browse files Browse the repository at this point in the history
  • Loading branch information
NKNaN authored Jul 10, 2024
1 parent 52c4e12 commit 88c6848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/tensor/math.py
Original file line number Diff line number Diff line change
Expand Up @@ -8446,7 +8446,7 @@ def cartesian_prod(x: Sequence[Tensor], name: str | None = None) -> Tensor:
Args:
x (list[Tensor]|tuple[Tensor]): Any number of 1-D input Tensors. Supported data types: bfloat16, float16, float32, float64, int32, int64, complex64 or complex128.
name (str, optional): Name for the operation (optional, default is None). For more information, please refer to :ref:`api_guide_Name`.
name (str|None, optional): Name for the operation (optional, default is None). For more information, please refer to :ref:`api_guide_Name`.
Returns:
out (Tensor), cartesian product of input tensors with the same data type.
Expand Down

0 comments on commit 88c6848

Please sign in to comment.