Module autograd::graph_sources [] [src]

Functions

bernoulli

Outputs values sampled from the bernoulli distribution.

constant

Creates a constant tensor.

gamma

Outputs values sampled from the gamma distribution.

log_normal

Outputs values sampled from the log normal distribution.

ones

Returns a constant tensor

placeholder

Constructor of a tensor placeholder.

random_exp

Outputs values sampled from the exponential distribution.

random_normal

Outputs values sampled from the normal distribution.

random_uniform

Outputs values sampled from the uniform distribution.

range

Creates a constant tensor.

scalar

Creates a constant tensor.

standard_normal

Outputs values sampled from the standard normal distribution.

standard_uniform

Outputs values sampled from the standard uniform distribution.

variable

Creates a shared variable.

zeros

Returns a constant tensor