Skip to content

Commit b0cdc64

Browse files
youge325Copilot
andauthored
[API Compatibility No.2、35] fix doc -part (#77177)
* fix doc * Update python/paddle/_paddle_docs.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c870e3d commit b0cdc64

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

python/paddle/_paddle_docs.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3361,8 +3361,9 @@ def allclose(
33613361
add_doc_and_signature(
33623362
"baddbmm",
33633363
r"""
3364-
Performs a batch matrix-matrix product of matrices in input with matrices in batch1 and batch2,
3365-
and adds the result to input. The result is:
3364+
Perform batch matrix multiplication for input :math:`x` and :math:`y`.
3365+
:math:`input` is added to the final result.
3366+
The equation is:
33663367
.. math::
33673368
out = \beta \times input + \alpha \times x \times y
33683369
where :math:`\beta` and :math:`\alpha` are scaling factors.

0 commit comments

Comments
 (0)