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
StdError
UnknownError
InvalidFileName
UnsupportedONNXOpsetVersion
ONNXParseError
InvalidDtype
InvalidAttributeType
UnsupportedOperatorAttribute
DimensionMismatch
VariableNotFound
IndexOutOfRange
JsonParseError
InvalidBackendName
UnsupportedOperator
FailedToConfigureOperator
BackendError
SameNamedVariableAlreadyExist
InvalidBufferSize
NotInternalBuffer
Trait Implementations
impl Debug for Error
[src]
impl Debug for Error
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for Error
[src]
impl Display for Error
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for Error
[src]
impl Error for Error