Mojo function
random_normal
random_normal[dtype: DType, mean: Float64, variance: Float64](output: TileTensor[dtype, output.LayoutType, output.origin, address_space=output.address_space, linear_idx_type=output.linear_idx_type, element_size=output.element_size])
Fill output with values generated from Normal(mean, variance) distribution.
Args:
- output (
TileTensor): The output buffer.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!