Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
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 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 #
type family WithoutBiasSym0 :: HasBias where ... Source #
data SHasBias :: HasBias -> Type where Source #
SWithBias :: SHasBias ('WithBias :: HasBias) | |
SWithoutBias :: SHasBias ('WithoutBias :: HasBias) |
data HasDropout Source #
Instances
type family WithDropoutSym0 :: HasDropout where ... Source #
type family WithoutDropoutSym0 :: HasDropout where ... Source #
data SHasDropout :: HasDropout -> Type where Source #
SWithDropout :: SHasDropout ('WithDropout :: HasDropout) | |
SWithoutDropout :: SHasDropout ('WithoutDropout :: HasDropout) |
Instances
Show (SHasDropout hasDropout) Source # | |
Defined in Torch.GraduallyTyped.NN.Type |