aihwkit.exceptions module
Custom Exceptions for aihwkit.
- exception aihwkit.exceptions.AihwkitException[source]
Bases:
ExceptionBase class for exceptions related to aihwkit.
- exception aihwkit.exceptions.AnalogBiasConfigError[source]
Bases:
ConfigErrorException that analog bias is wrongly set.
- exception aihwkit.exceptions.ArgumentError[source]
Bases:
AihwkitExceptionExceptions related to wrong arguments.
- exception aihwkit.exceptions.CloudError[source]
Bases:
AihwkitExceptionExceptions related to the cloud functionality.
- exception aihwkit.exceptions.ConfigError[source]
Bases:
AihwkitExceptionExceptions related to tile configuration.
- exception aihwkit.exceptions.CudaError[source]
Bases:
AihwkitExceptionExceptions related to CUDA.
- exception aihwkit.exceptions.FusionExportError[source]
Bases:
CloudErrorExceptions related to the fusion export functionality.
- exception aihwkit.exceptions.ModuleError[source]
Bases:
AihwkitExceptionExceptions related to analog neural network modules.
- exception aihwkit.exceptions.TileError[source]
Bases:
AihwkitExceptionExceptions related to analog tiles.
- exception aihwkit.exceptions.TileModuleError[source]
Bases:
TileErrorExceptions related to analog tile modules.
- exception aihwkit.exceptions.TorchTileConfigError[source]
Bases:
ConfigErrorExceptions related to torch tile configuration.