caffegraph-0.1.0.2

Safe HaskellSafe-Inferred
LanguageHaskell2010

NN.Backend.Torch.Lua

Synopsis

Documentation

newtype LS Source

Constructors

L String 

Instances

class ToLua a where Source

Handy typeclass for converting arguments

Methods

toLua :: a -> Exp Source

Instances