normalLike

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

Meta