ClikaRT::ops::div_
function
div_()
Tensor& div_(
Tensor& self,
ScalarOrTensor other,
RoundingMode rounding_mode = RoundingMode::None,
Activation activation = Activation::Identity
)
In-place div: writes the (optionally rounded) quotient through x.
Throws
ClikaRT::Error: as the value form.
Declared in ClikaRT/compute/ops.h, line 1391