DiffSharp


TensorDistribution Type

Namespace: DiffSharp.Distributions

Assembly: DiffSharp.Core.dll


Base Type: Distribution

Constructors

Constructor Description
TensorDistribution()
Full Usage:
TensorDistribution()
Return Type: TensorDistribution
Signature: unit -> TensorDistribution
Return Type: TensorDistribution

Instance members

Instance member Description
this.batchShape
Full Usage:
this.batchShape
Return Type: int []
Signature: int []
Modifiers: abstract
Return Type: int []
this.eventShape
Full Usage:
this.eventShape
Return Type: int []
Signature: int []
Modifiers: abstract
Return Type: int []
this.mean
Full Usage:
this.mean
Return Type: Tensor
Signature: Tensor
Modifiers: abstract
Return Type: Tensor
this.prob value
Full Usage:
this.prob value Parameter Types:
  • value : Tensor

Return Type: Tensor
Signature: (value: Tensor) -> Tensor
Parameter Types:
  • value : Tensor
Return Type: Tensor
this.sample numSamples
Full Usage:
this.sample numSamples Parameter Types:
  • numSamples : int

Return Type: Tensor
Signature: (numSamples: int) -> Tensor
Parameter Types:
  • numSamples : int
Return Type: Tensor
this.stddev
Full Usage:
this.stddev
Return Type: Tensor
Signature: Tensor
Modifiers: abstract
Return Type: Tensor
this.variance
Full Usage:
this.variance
Return Type: Tensor
Signature: Tensor
Modifiers: abstract
Return Type: Tensor