Uniform Type

Represents a uniform distribution with low and high values drawn from the given tensors.

Constructors

Constructor Description

Uniform(low, high)

Full Usage: Uniform(low, high)

Parameters:
Returns: Uniform
low : Tensor
high : Tensor
Returns: Uniform

Instance members

Instance member Description

this.high

Full Usage: this.high

Returns: Tensor

TBD

Returns: Tensor

this.low

Full Usage: this.low

Returns: Tensor

TBD

Returns: Tensor

this.range

Full Usage: this.range

Returns: Tensor

TBD

Returns: Tensor

© Copyright 2021, DiffSharp Contributors.