···19There are two classes of interest: `UpdateLayer` and `Layer`.
2021`UpdateLayer` is required for all types which are used as a layer
22-in a network. Having no shape information, this class is agnotostic
23to the input and output data of the layer.
2425An instance of `Layer` on the other hand is required for usage in
···19There are two classes of interest: `UpdateLayer` and `Layer`.
2021`UpdateLayer` is required for all types which are used as a layer
22+in a network. Having no shape information, this class is agnostic
23to the input and output data of the layer.
2425An instance of `Layer` on the other hand is required for usage in