pub struct UpDecoderBlock2D {
pub config: UpDecoderBlock2DConfig,
/* private fields */
}
Fields§
§config: UpDecoderBlock2DConfig
Implementations§
source§impl UpDecoderBlock2D
impl UpDecoderBlock2D
pub fn new( vs: VarBuilder<'_>, in_channels: usize, out_channels: usize, config: UpDecoderBlock2DConfig ) -> Result<Self>
Trait Implementations§
source§impl Debug for UpDecoderBlock2D
impl Debug for UpDecoderBlock2D
Auto Trait Implementations§
impl Freeze for UpDecoderBlock2D
impl !RefUnwindSafe for UpDecoderBlock2D
impl Send for UpDecoderBlock2D
impl Sync for UpDecoderBlock2D
impl Unpin for UpDecoderBlock2D
impl !UnwindSafe for UpDecoderBlock2D
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