pub struct UpsampleNearest2dOp<'a, D: Num> {
pub forward: UpsampleNearest2dForward<D>,
pub backward: UpsampleNearest2dBackward<D>,
/* private fields */
}Fields§
§forward: UpsampleNearest2dForward<D>§backward: UpsampleNearest2dBackward<D>Auto Trait Implementations§
impl<'a, D> Freeze for UpsampleNearest2dOp<'a, D>
impl<'a, D> RefUnwindSafe for UpsampleNearest2dOp<'a, D>where
D: RefUnwindSafe,
impl<'a, D> Send for UpsampleNearest2dOp<'a, D>where
D: Send,
impl<'a, D> Sync for UpsampleNearest2dOp<'a, D>where
D: Sync,
impl<'a, D> Unpin for UpsampleNearest2dOp<'a, D>where
D: Unpin,
impl<'a, D> UnsafeUnpin for UpsampleNearest2dOp<'a, D>
impl<'a, D> UnwindSafe for UpsampleNearest2dOp<'a, D>where
D: UnwindSafe,
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