Enum menoh::Dtype[][src]

pub enum Dtype {
    Float,
}

Dtype that accepted by menoh model.

Variants

Methods

impl Dtype
[src]

Trait Implementations

impl Debug for Dtype
[src]

Formats the value using the given formatter. Read more

impl Clone for Dtype
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Dtype
[src]

Auto Trait Implementations

impl Send for Dtype

impl Sync for Dtype