DeepDarkFantasy-0.2017.8.4: A DSL for creating neural network.

Safe HaskellSafe
LanguageHaskell2010

DDF.Float

Documentation

class DBI r => Float r where Source #

Minimal complete definition

float, floatPlus, floatMinus, floatMult, floatDivide, floatExp

Instances

Float Show Source # 
Float Size Source # 
Float UInt Source # 
(Prod r, Float r) => Float (UnLiftEnv r) Source # 

module DDF.DBI