Struct nncombinator::error::SizeMismatchError
source · Expand description
Errors caused by generating fixed-length arrays from different size Vecs
Tuple Fields§
§0: usize§1: usizeTrait Implementations§
source§impl Debug for SizeMismatchError
impl Debug for SizeMismatchError
source§impl Display for SizeMismatchError
impl Display for SizeMismatchError
source§impl Error for SizeMismatchError
impl Error for SizeMismatchError
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
source§impl From<SizeMismatchError> for EvaluateError
impl From<SizeMismatchError> for EvaluateError
source§fn from(err: SizeMismatchError) -> EvaluateError
fn from(err: SizeMismatchError) -> EvaluateError
Converts to this type from the input type.
source§impl From<SizeMismatchError> for TrainingError
impl From<SizeMismatchError> for TrainingError
source§fn from(err: SizeMismatchError) -> TrainingError
fn from(err: SizeMismatchError) -> TrainingError
Converts to this type from the input type.