DiffSharp


Uniform Type

Namespace: DiffSharp.Distributions

Assembly: DiffSharp.Core.dll


Base Type: TensorDistribution

Constructors

Constructor Description
Uniform(low, high)
Full Usage:
Uniform(low, high) Parameter Types:
  • low : Tensor
  • high : Tensor

Return Type: Uniform
Signature: (low: Tensor * high: Tensor) -> Uniform
Parameter Types:
  • low : Tensor
  • high : Tensor
Return Type: Uniform

Instance members

Instance member Description
this.high
Full Usage:
this.high
Return Type: Tensor
Signature: Tensor
Return Type: Tensor
this.low
Full Usage:
this.low
Return Type: Tensor
Signature: Tensor
Return Type: Tensor
this.range
Full Usage:
this.range
Return Type: Tensor
Signature: Tensor
Return Type: Tensor