| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Torch.GraduallyTyped.NN.Type
Documentation
Constructors
| WithBias | |
| WithoutBias |
Instances
| Generic HasBias Source # | |
| Show HasBias Source # | |
| Eq HasBias Source # | |
| Ord HasBias Source # | |
Defined in Torch.GraduallyTyped.NN.Type | |
| SingKind HasBias Source # | |
| SingI 'WithBias Source # | |
| SingI 'WithoutBias Source # | |
Defined in Torch.GraduallyTyped.NN.Type Methods sing :: Sing 'WithoutBias Source # | |
| type Rep HasBias Source # | |
Defined in Torch.GraduallyTyped.NN.Type | |
| type Demote HasBias Source # | |
Defined in Torch.GraduallyTyped.NN.Type | |
| type Sing Source # | |
Defined in Torch.GraduallyTyped.NN.Type | |
type family WithBiasSym0 :: HasBias where ... Source #
Equations
| WithBiasSym0 = 'WithBias |
type family WithoutBiasSym0 :: HasBias where ... Source #
Equations
| WithoutBiasSym0 = 'WithoutBias |
data SHasBias :: HasBias -> Type where Source #
Constructors
| SWithBias :: SHasBias ('WithBias :: HasBias) | |
| SWithoutBias :: SHasBias ('WithoutBias :: HasBias) |
data HasDropout Source #
Constructors
| WithDropout | |
| WithoutDropout |
Instances
type family WithDropoutSym0 :: HasDropout where ... Source #
Equations
| WithDropoutSym0 = 'WithDropout |
type family WithoutDropoutSym0 :: HasDropout where ... Source #
Equations
| WithoutDropoutSym0 = 'WithoutDropout |
data SHasDropout :: HasDropout -> Type where Source #
Constructors
| SWithDropout :: SHasDropout ('WithDropout :: HasDropout) | |
| SWithoutDropout :: SHasDropout ('WithoutDropout :: HasDropout) |
Instances
| Show (SHasDropout hasDropout) Source # | |
Defined in Torch.GraduallyTyped.NN.Type | |