uniform

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Tensor!(T, Shape, useGradient) uniform()
  2. Tensor!(T, Shape, useGradient) uniform(size_t size)
    Tensor!(T, Shape, useGradient)
    uniform
    (
    T
    size_t[] Shape
    )
    (
    size_t size
    )
    if (
    Shape.length > 0 &&
    Shape[0] == 0
    )

Meta