DiffSharp


Weight Type

Namespace: DiffSharp.Model

Assembly: DiffSharp.Core.dll


Base Type: obj

Constructors

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

Static members

Static member Description
Weight.kaiming(fanIn, fanOut, ?a)
Full Usage:
Weight.kaiming(fanIn, fanOut, ?a) Parameter Types:
  • fanIn : int
  • fanOut : int
  • ?a : float

Return Type: Tensor
Signature: (fanIn: int * fanOut: int * a: float) -> Tensor
Parameter Types:
  • fanIn : int
  • fanOut : int
  • ?a : float
Return Type: Tensor
Weight.standard(shape, k)
Full Usage:
Weight.standard(shape, k) Parameter Types:
  • shape : int []
  • k : float

Return Type: Tensor
Signature: (shape: int [] * k: float) -> Tensor
Parameter Types:
  • shape : int []
  • k : float
Return Type: Tensor