DiffSharp


Bernoulli Type

Namespace: DiffSharp.Distributions

Assembly: DiffSharp.Core.dll


Base Type: TensorDistribution

Constructors

Constructor Description
Bernoulli(?probs, ?logits)
Full Usage:
Bernoulli(?probs, ?logits) Parameter Types:
  • ?probs : Tensor
  • ?logits : Tensor

Return Type: Bernoulli
Signature: (probs: Tensor * logits: Tensor) -> Bernoulli
Parameter Types:
  • ?probs : Tensor
  • ?logits : Tensor
Return Type: Bernoulli

Instance members

Instance member Description
this.logits
Full Usage:
this.logits
Return Type: Tensor
Signature: Tensor
Return Type: Tensor
this.probs
Full Usage:
this.probs
Return Type: Tensor
Signature: Tensor
Return Type: Tensor