golem.random

Undocumented in source.

Members

Aliases

randn
alias randn = uniform
Undocumented in source.

Functions

normal
Tensor!(T, Shape, UseGradient.no) normal(T location, T scale)
Undocumented in source. Be warned that the author may not have intended to support it.
normal
Tensor!(T, Shape, UseGradient.no) normal(size_t batchSize, T location, T scale)
Undocumented in source. Be warned that the author may not have intended to support it.
normalLike
Tensor!(T, Shape, UseGradient.no) normalLike(Tensor!(T, Shape, useGrad) x, T location, T scale)
Undocumented in source. Be warned that the author may not have intended to support it.
normalLike
Tensor!(T, Shape, UseGradient.no) normalLike(Tensor!(T, Shape, useGrad) x, T location, T scale)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform
Tensor!(T, Shape, useGradient) uniform()
Undocumented in source. Be warned that the author may not have intended to support it.
uniform
Tensor!(T, Shape, useGradient) uniform(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta