Module error

Module error 

Source
Expand description

Error types for the neural network module

Structs§

DummyGpuBackend
Dummy GPU backend type for compilation when GPU features are not available

Enums§

NeuralError
Error type for neural network operations

Traits§

StdError
Error is a trait representing the basic expectations for error values, i.e., values of type E in Result<T, E>.

Type Aliases§

Error
Error type alias
Result
Result type for neural network operations