pub struct MergerLayer {
pub norm_w: DevicePtr,
pub norm_b: DevicePtr,
pub fc1_w: DevicePtr,
pub fc1_b: DevicePtr,
pub fc2_w: DevicePtr,
pub fc2_b: DevicePtr,
}Fields§
§norm_w: DevicePtr§norm_b: DevicePtr§fc1_w: DevicePtr§fc1_b: DevicePtr§fc2_w: DevicePtr§fc2_b: DevicePtrAuto Trait Implementations§
impl Freeze for MergerLayer
impl RefUnwindSafe for MergerLayer
impl Send for MergerLayer
impl Sync for MergerLayer
impl Unpin for MergerLayer
impl UnwindSafe for MergerLayer
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