Expand description
This module defines error types and handling mechanisms for the params crate.
Enums§
- Params
Error - the
ParamsErrorenumerates various errors that can occur within the parameters of a neural network.
Type Aliases§
- Result
- A type alias for a
Resultwhich uses theParamsErrortype