Skip to main content

ClikaRT::ops::floor_divide_

function

floor_divide_()

Tensor& floor_divide_(Tensor& self, ScalarOrTensor other)

In-place floor_divide: writes the floored quotient through x.

Throws

  • ClikaRT::Error: as the value form.

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