Enum menoh::Backend[][src]

pub enum Backend {
    MKL_DNN,
}

Variants

Trait Implementations

impl Clone for Backend
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Backend
[src]

Auto Trait Implementations

impl Send for Backend

impl Sync for Backend