DeepDarkFantasy-0.2017.8.10: A DSL for creating neural network.

Safe HaskellSafe
LanguageHaskell2010

DDF.DiffWrapper

Documentation

class DBI r => DiffWrapper r where Source #

Minimal complete definition

diffWrapper, runDiffWrapper

Methods

diffWrapper :: r h (FDiffType a x -> DiffWrapper a x) Source #

runDiffWrapper :: r h (DiffWrapper a x -> FDiffType a x) Source #

module DDF.DBI