[][src]Struct onednn_sys::dnnl_wino_desc_t

#[repr(C)]pub struct dnnl_wino_desc_t {
    pub wino_format: dnnl_wino_memory_format_t,
    pub r: c_int,
    pub alpha: c_int,
    pub ic: c_int,
    pub oc: c_int,
    pub ic_block: c_int,
    pub oc_block: c_int,
    pub ic2_block: c_int,
    pub oc2_block: c_int,
    pub adj_scale: f32,
    pub size: usize,
}

Description of tensor of weights for winograd 2x3 convolution.

Fields

wino_format: dnnl_wino_memory_format_tr: c_intalpha: c_intic: c_intoc: c_intic_block: c_intoc_block: c_intic2_block: c_intoc2_block: c_intadj_scale: f32size: usize

Trait Implementations

impl Clone for dnnl_wino_desc_t[src]

impl Copy for dnnl_wino_desc_t[src]

impl Debug for dnnl_wino_desc_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.