Skip to main content

ClikaRT::ops::fmin

function

fmin()

Tensor fmin(Tensor a, Tensor b)

Elementwise IEEE 754 minimum, NaN-IGNORING (the fmax dual). Broadcasts and promotes as add.

Returns: the broadcast-shaped minima.

Throws

  • ClikaRT::Error: (INVALID_ARGUMENT) when the operand shapes are not broadcast-compatible.

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