Skip to main content

Mojo function

welford_update

welford_update[dtype: DType, //](val: SIMD[dtype, 1], mut mean: SIMD[dtype, 1], mut m2: SIMD[dtype, 1], mut count: SIMD[dtype, 1])

Was this page helpful?