Enum tfdeploy::ops::Attr[][src]

pub enum Attr {
    I64(i64),
    Usize(usize),
    DatumType(DatumType),
    DataFormat(DataFormat),
    Padding(Padding),
    Tensor(Tensor),
    UsizeVec(Vec<usize>),
    IsizeVec(Vec<isize>),
}

Variants

Trait Implementations

impl Debug for Attr
[src]

Formats the value using the given formatter. Read more

impl Clone for Attr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Attr

impl Sync for Attr