Expand description
Definition of various errors
Structs§
- Cuda
Runtime Error - Error in cuda runtime
- Index
OutBound Error - Error when accessing array out of range
- Indivisible
Error - 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.
- Invalid
State Error - Errors that occur when the internal state of a particular object or other object is abnormal.
- Size
Mismatch Error - Error generating fixed-length collections from collections of different sizes
- Unsupported
Operation Error - Error that occurs when calling a function that is not supported by the specification
Enums§
- Config
Read Error - Error when reading settings
- Cuda
Error - Error in cuda processing
- Device
Error - Errors that occur in processes implemented in objects that implement Device Traits
- Evaluate
Error - Error during forward propagation of neural network
- Layer
Instantiation Error - Error when layer instantiation fails
- Optimizer
Build Error - Error when layer instantiation fails
- Persistence
Error - Training
Error - Errors made during neural network training
- Type
Convert Error