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

Safe HaskellNone
LanguageHaskell2010

TensorSafe.Layers.Flatten

Description

This module declares the Flatten layer data type.

Synopsis

Documentation

data Flatten Source #

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

Instances
Show Flatten Source # 
Instance details

Defined in TensorSafe.Layers.Flatten

Layer Flatten Source # 
Instance details

Defined in TensorSafe.Layers.Flatten