DiffSharp


BatchNorm2d Type

Namespace: DiffSharp.Model

Assembly: DiffSharp.Core.dll


Base Type: Model

Constructors

Constructor Description
BatchNorm2d(numFeatures, ?eps, ?momentum, ?affine, ?trackRunningStats, ?reversible)
Full Usage:
BatchNorm2d(numFeatures, ?eps, ?momentum, ?affine, ?trackRunningStats, ?reversible) Parameter Types:
  • numFeatures : int
  • ?eps : double
  • ?momentum : Tensor
  • ?affine : bool
  • ?trackRunningStats : bool
  • ?reversible : bool

Return Type: BatchNorm2d
Signature: (numFeatures: int * eps: double * momentum: Tensor * affine: bool * trackRunningStats: bool * reversible: bool) -> BatchNorm2d
Parameter Types:
  • numFeatures : int
  • ?eps : double
  • ?momentum : Tensor
  • ?affine : bool
  • ?trackRunningStats : bool
  • ?reversible : bool
Return Type: BatchNorm2d

Instance members

Instance member Description
this.bias
Full Usage:
this.bias
Return Type: Tensor
Signature: Tensor
Return Type: Tensor
this.mean
Full Usage:
this.mean
Return Type: Tensor
Signature: Tensor
Return Type: Tensor
this.stddev
Full Usage:
this.stddev
Return Type: Tensor
Signature: Tensor
Return Type: Tensor
this.variance
Full Usage:
this.variance
Return Type: Tensor
Signature: Tensor
Return Type: Tensor
this.weight
Full Usage:
this.weight
Return Type: Tensor
Signature: Tensor
Return Type: Tensor