aihwkit.exceptions module

Custom Exceptions for aihwkit.

exception aihwkit.exceptions.AihwkitException

Bases: Exception

Base class for exceptions related to aihwkit.

exception aihwkit.exceptions.ConfigError

Bases: aihwkit.exceptions.AihwkitException

Exception related to tile configuration.

exception aihwkit.exceptions.CudaError

Bases: aihwkit.exceptions.AihwkitException

Exceptions related to CUDA.

exception aihwkit.exceptions.ModuleError

Bases: aihwkit.exceptions.AihwkitException

Exceptions related to analog neural network modules.

exception aihwkit.exceptions.TileError

Bases: aihwkit.exceptions.AihwkitException

Exceptions related to analog tiles.