DeepDarkFantasy-0.2017.8.4: A DSL for creating neural network.
DDF.Int
class Bool r => Int r where Source #
Minimal complete definition
int, pred, isZero
Methods
int :: Int -> r h Int Source #
pred :: r h (Int -> Int) Source #
isZero :: r h (Int -> Bool) Source #
Instances
int :: Int -> Show h Int Source #
pred :: Show h (Int -> Int) Source #
isZero :: Show h (Int -> Bool) Source #
int :: Int -> Size h Int Source #
pred :: Size h (Int -> Int) Source #
isZero :: Size h (Int -> Bool) Source #
int :: Int -> UInt h Int Source #
pred :: UInt h (Int -> Int) Source #
isZero :: UInt h (Int -> Bool) Source #
int :: Int -> UnLiftEnv r h Int Source #
pred :: UnLiftEnv r h (Int -> Int) Source #
isZero :: UnLiftEnv r h (Int -> Bool) Source #
pred1 :: Int r => r h Int -> r h Int Source #
isZero1 :: Int r => r h Int -> r h Bool Source #
module DDF.Bool