aihwkit.exceptions module

Custom Exceptions for aihwkit.

exception aihwkit.exceptions.AihwkitException[source]

Bases: Exception

Base class for exceptions related to aihwkit.

exception aihwkit.exceptions.CloudError[source]

Bases: aihwkit.exceptions.AihwkitException

Exceptions related to the cloud functionality.

exception aihwkit.exceptions.ConfigError[source]

Bases: aihwkit.exceptions.AihwkitException

Exceptions related to tile configuration.

exception aihwkit.exceptions.CudaError[source]

Bases: aihwkit.exceptions.AihwkitException

Exceptions related to CUDA.

exception aihwkit.exceptions.ModuleError[source]

Bases: aihwkit.exceptions.AihwkitException

Exceptions related to analog neural network modules.

exception aihwkit.exceptions.TileError[source]

Bases: aihwkit.exceptions.AihwkitException

Exceptions related to analog tiles.