Loading [Contrib]/a11y/accessibility-menu.js
\u200E
addmm_
-
paddle.
addmm_
(
input: Tensor,
x: Tensor,
y: Tensor,
beta: float = 1.0,
alpha: float = 1.0,
name: str | None = None
)
→ Tensor
[source]
-
Inplace version of addmm
API, the output Tensor will be inplaced with input input
. Please refer to addmm.