Skip to main content

ClikaRT::ops::mod_

function

mod_()

Tensor& mod_(
    Tensor& self,
    ScalarOrTensor other,
    ModMode mode = ModMode::Python
)

In-place mod: writes the remainders through x.

Throws

  • ClikaRT::Error: as the value form.

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