StatefulLayer#

class sinabs.layers.StatefulLayer(state_names: List[str])[source]#

Pytorch implementation of a stateful layer, to be used as base class.

forward(*args, **kwargs)[source]#

Not implemented - You need to implement a forward method in child class