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

Safe HaskellNone
LanguageHaskell2010

TensorSafe.Layers.Input

Description

This module declares the Input layer data type.

Synopsis

Documentation

data Input Source #

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

Instances
Show Input Source # 
Instance details

Defined in TensorSafe.Layers.Input

Methods

showsPrec :: Int -> Input -> ShowS #

show :: Input -> String #

showList :: [Input] -> ShowS #

Layer Input Source # 
Instance details

Defined in TensorSafe.Layers.Input