aihwkit_lightning.exceptions module

Custom Exceptions for aihwkit.

exception aihwkit_lightning.exceptions.AihwkitException[source]

Bases: Exception

Base class for exceptions related to aihwkit.

exception aihwkit_lightning.exceptions.ArgumentError[source]

Bases: AihwkitException

Exceptions related to wrong arguments.

exception aihwkit_lightning.exceptions.ConfigError[source]

Bases: AihwkitException

Exceptions related to tile configuration.

exception aihwkit_lightning.exceptions.ModuleError[source]

Bases: AihwkitException

Exceptions related to analog neural network modules.

exception aihwkit_lightning.exceptions.TorchTileConfigError[source]

Bases: ConfigError

Exceptions related to torch tile configuration.