Expand description
Error types for the neural network module
Structs§
- Dummy
GpuBackend - Dummy GPU backend type for compilation when GPU features are not available
Enums§
- Neural
Error - Error type for neural network operations
Traits§
- StdError
Error
is a trait representing the basic expectations for error values, i.e., values of typeE
inResult<T, E>
.