Enum collenchyma::error::Error [] [src]

pub enum Error {
    Framework(Error),
    Tensor(Error),
    Plugin(Error),
    Device(Error),
}

Defines the set of available Collenchyma error types.

Variants

Framework

Failure related to the Framework implementation.

Tensor

Failure related to the Tensor.

Plugin

Failure at Plugin Operation.

Device

Failure related to a Device.

Trait Implementations

impl From<Error> for Error

fn from(err: Error) -> Error

impl From<Error> for Error

fn from(err: Error) -> Error

impl Display for Error

fn fmt(&self, f: &mut Formatter) -> Result

impl Error for Error

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

impl From<Error> for Error

fn from(err: Error) -> Error

Derived Implementations

impl Debug for Error

fn fmt(&self, __arg_0: &mut Formatter) -> Result