pub struct DepthToSpaceUp { /* private fields */ }Expand description
conv → depth-to-space over (p1, p2, p3) → drop the first frame when
the time stride is 2. Channels are laid out (c p1 p2 p3).
Auto Trait Implementations§
impl Freeze for DepthToSpaceUp
impl RefUnwindSafe for DepthToSpaceUp
impl Send for DepthToSpaceUp
impl Sync for DepthToSpaceUp
impl Unpin for DepthToSpaceUp
impl UnsafeUnpin for DepthToSpaceUp
impl UnwindSafe for DepthToSpaceUp
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