tensor-safe-0.1.0.1: Create valid deep neural network architectures

Safe HaskellNone
LanguageHaskell2010

TensorSafe.Layers.Add

Description

This module declares the Add layer data type.

Synopsis

Documentation

data Add :: ls1 -> ls2 -> Type Source #

Adds the dimensions of the shapes to a list of values with shape D1

Instances
Show (Add a b) Source # 
Instance details

Defined in TensorSafe.Layers.Add

Methods

showsPrec :: Int -> Add a b -> ShowS #

show :: Add a b -> String #

showList :: [Add a b] -> ShowS #

Layer (Add ls6 ls7) Source # 
Instance details

Defined in TensorSafe.Layers.Add

Methods

layer :: Add ls6 ls7 Source #

compile :: Add ls6 ls7 -> InputShape -> CNetwork Source #