Skip to content

Commit 2de0092

Browse files
committed
Merge branch 'develop' of https://github.com/Zheng-Bicheng/Paddle into develop
2 parents 42b9b29 + d1c0935 commit 2de0092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/paddle/tensor/math.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5120,10 +5120,10 @@ def frexp(x, name=None):
51205120
name (str, optional): For details, please refer to :ref:`api_guide_Name`. Generally, no setting is required. Default: None.
51215121
Returns:
51225122
5123-
- mantissa (Tensor): A mantissa Tensor. The shape and data type of mantissa tensor and exponential tensor are
5123+
- mantissa (Tensor), A mantissa Tensor. The shape and data type of mantissa tensor and exponential tensor are
51245124
the same as those of input.
51255125
5126-
- exponent (Tensor): A exponent Tensor. The shape and data type of mantissa tensor and exponential tensor are
5126+
- exponent (Tensor), A exponent Tensor. The shape and data type of mantissa tensor and exponential tensor are
51275127
the same as those of input.
51285128
51295129
Examples:

0 commit comments

Comments
 (0)