torch.Tensor.Tensor.addcmul_
Tensor.addcmul_(tensor1: Tensor, tensor2: Tensor, options?: ValueOptions): thisTensor.addcmul_(tensor1: Tensor, tensor2: Tensor, value: number, options?: ValueOptions): thisPerforms out = input + value * tensor1 * tensor2 in-place.
Parameters
tensor1Tensortensor2TensoroptionsValueOptionsoptional
Returns
this