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. |