Skip to main content

ClikaRT::ops::mul_

function

mul_()

Tensor& mul_(
    Tensor& self,
    ScalarOrTensor other,
    Activation activation = Activation::Identity
)

In-place mul: writes act(xother)act(x \cdot other) through x.

Throws

  • ClikaRT::Error: as the value form.

Declared in ClikaRT/compute/ops.h, line 1498