Single-precision >= boolean mask (no vDSP equivalent).
Computes via a scalar loop; used by autograd for ReLU/Max gradient masks where the comparison result must be a float.
Parameters
a, bconst float*Input buffers.
outfloat*Output buffer (0.0 / 1.0 mask).
nstd::size_tElement count.