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