Skip to main content

Mojo function

welford_combine

welford_combine[dtype: DType, //](mean: SIMD[dtype, 1], m2: SIMD[dtype, 1], count: SIMD[dtype, 1], mut res_mean: SIMD[dtype, 1], mut res_m2: SIMD[dtype, 1], mut res_count: SIMD[dtype, 1])

Was this page helpful?