exceptions#

class sinabs.backend.dynapcnn.exceptions.MissingLayer(index: int)[source]#
Parameters:

index (int)

index: int#
class sinabs.backend.dynapcnn.exceptions.UnexpectedLayer(expected, found)[source]#
layer_type_expected: type#
layer_type_found: type#