DeepDarkFantasy-0.2017.8.18: A DSL for creating neural network.
DDF.Fix
class DBI r => Fix r where Source #
Minimal complete definition
fix, runFix
Methods
fix :: r h (f (Fix f) -> Fix f) Source #
runFix :: r h (Fix f -> f (Fix f)) Source #
Instances
fix :: Eval h (f (Fix f) -> Fix f) Source #
runFix :: Eval h (Fix f -> f (Fix f)) Source #
fix :: Show h (f (Fix f) -> Fix f) Source #
runFix :: Show h (Fix f -> f (Fix f)) Source #
fix :: Size h (f (Fix f) -> Fix f) Source #
runFix :: Size h (Fix f -> f (Fix f)) Source #
fix :: Term c h (f (Fix f) -> Fix f) Source #
runFix :: Term c h (Fix f -> f (Fix f)) Source #
fix :: UnHOAS r h (f (Fix f) -> Fix f) Source #
runFix :: UnHOAS r h (Fix f -> f (Fix f)) Source #
fix :: UnLiftEnv r h (f (Fix f) -> Fix f) Source #
runFix :: UnLiftEnv r h (Fix f -> f (Fix f)) Source #
fix :: ImpW r h (f (Fix f) -> Fix f) Source #
runFix :: ImpW r h (Fix f -> f (Fix f)) Source #
fix1 :: Fix r => r h (f (Fix f)) -> r h (Fix f) Source #
runFix1 :: Fix r => r h (Fix f) -> r h (f (Fix f)) Source #
module DDF.DBI