addmm_

paddle. addmm_ ( input, x, y, beta=1.0, alpha=1.0, name=None ) [source]

Inplace version of addmm API, the output Tensor will be inplaced with input x. Please refer to addmm.