normal

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Tensor!(T, Shape, UseGradient.no) normal(T location, T scale)
    normal
    (
    T
    size_t[] Shape
    )
    (
    in T location = 0.0
    ,
    in T scale = 1.0
    )
    if (
    Shape[0] != 0
    )
  2. Tensor!(T, Shape, UseGradient.no) normal(size_t batchSize, T location, T scale)

Meta