We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c870e3d commit b0cdc64Copy full SHA for b0cdc64
python/paddle/_paddle_docs.py
@@ -3361,8 +3361,9 @@ def allclose(
3361
add_doc_and_signature(
3362
"baddbmm",
3363
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:
+ Perform batch matrix multiplication for input :math:`x` and :math:`y`.
+ :math:`input` is added to the final result.
3366
+ The equation is:
3367
.. math::
3368
out = \beta \times input + \alpha \times x \times y
3369
where :math:`\beta` and :math:`\alpha` are scaling factors.
0 commit comments