Skip to main content

ClikaRT::ops::maximum_

function

maximum_()

Tensor& maximum_(Tensor& self, Tensor other)

In-place maximum: writes the elementwise maxima through x.

Throws

  • ClikaRT::Error: as the value form.

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