Module error

Module error 

Source
Expand description

Definition of various errors

Structs§

CudaRuntimeError
Error in cuda runtime
IndexOutBoundError
Error when accessing array out of range
IndivisibleError
An error that occurs when creating a fixed-length collection from collections of different sizes, when the number of elements in the converted collection is not divisible by the number of elements in the destination collection.
InvalidStateError
Errors that occur when the internal state of a particular object or other object is abnormal.
SizeMismatchError
Error generating fixed-length collections from collections of different sizes
UnsupportedOperationError
Error that occurs when calling a function that is not supported by the specification

Enums§

ConfigReadError
Error when reading settings
CudaError
Error in cuda processing
DeviceError
Errors that occur in processes implemented in objects that implement Device Traits
EvaluateError
Error during forward propagation of neural network
LayerInstantiationError
Error when layer instantiation fails
OptimizerBuildError
Error when layer instantiation fails
PersistenceError
TrainingError
Errors made during neural network training
TypeConvertError