pub struct ConvShape {}Expand description
(N, H, W, C) × (R, S) × stride / pad / dilation. (K, P, Q) is
derived inside the template.
Fields§
§n: u32§h: u32§w: u32§c: u32§k: u32§r: u32§s: u32§pad_h: u32§pad_w: u32§stride_h: u32§stride_w: u32§dil_h: u32§dil_w: u32Implementations§
Trait Implementations§
impl Copy for ConvShape
impl Eq for ConvShape
impl StructuralPartialEq for ConvShape
Auto Trait Implementations§
impl Freeze for ConvShape
impl RefUnwindSafe for ConvShape
impl Send for ConvShape
impl Sync for ConvShape
impl Unpin for ConvShape
impl UnsafeUnpin for ConvShape
impl UnwindSafe for ConvShape
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.