tensor-safe-0.1.0.0: Create valid deep neural network architectures
TensorSafe.Layers.Flatten
Description
This module declares the Flatten layer data type.
data Flatten Source #
Flattens the dimensions of the shapes to a list of values with shape D1
Defined in TensorSafe.Layers.Flatten
Methods
showsPrec :: Int -> Flatten -> ShowS #
show :: Flatten -> String #
showList :: [Flatten] -> ShowS #
layer :: Flatten Source #
compile :: Flatten -> InputShape -> CNetwork Source #