Enum menoh::Error [−][src]
pub enum Error {
StdError,
UnknownError,
InvalidFileName,
UnsupportedONNXOpsetVersion,
ONNXParseError,
InvalidDtype,
InvalidAttributeType,
UnsupportedOperatorAttribute,
DimensionMismatch,
VariableNotFound,
IndexOutOfRange,
JsonParseError,
InvalidBackendName,
UnsupportedOperator,
FailedToConfigureOperator,
BackendError,
SameNamedVariableAlreadyExist,
InvalidBufferSize,
NotInternalBuffer,
}Variants
StdErrorUnknownErrorInvalidFileNameUnsupportedONNXOpsetVersionONNXParseErrorInvalidDtypeInvalidAttributeTypeUnsupportedOperatorAttributeDimensionMismatchVariableNotFoundIndexOutOfRangeJsonParseErrorInvalidBackendNameUnsupportedOperatorFailedToConfigureOperatorBackendErrorSameNamedVariableAlreadyExistInvalidBufferSizeNotInternalBuffer
Trait Implementations
impl Debug for Error[src]
impl Debug for Errorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for Error[src]
impl Display for Errorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for Error[src]
impl Error for Error