ClikaRT::ops::ge
function
ge()
Tensor ge(Tensor a, ScalarOrTensor other)
Elementwise a >= other; output as eq.
Returns: the broadcast-shaped Bool mask.
Throws
ClikaRT::Error: (INVALID_ARGUMENT) when the operand shapes are not broadcast-compatible.
Declared in ClikaRT/compute/ops.h, line 1664