pub struct HyperSite {
pub fn_w: CudaSlice<f32>,
pub base: CudaSlice<f32>,
pub scale: CudaSlice<f32>,
}Expand description
One site’s learned mixing parameters. fn_w is consumed as ROW-MAJOR [rows, streams*hidden] — the layout memra_reference::hyper_set and dsv4_forward::HcSet read, and
the [out_f, in_f] operand Engine::linear wants. Only the element count is checked at load;
the checkpoint dialect’s ne ordering is not consulted, so the two readers cannot fork.
Fields§
§fn_w: CudaSlice<f32>§base: CudaSlice<f32>§scale: CudaSlice<f32>Auto Trait Implementations§
impl Freeze for HyperSite
impl RefUnwindSafe for HyperSite
impl Send for HyperSite
impl Sync for HyperSite
impl Unpin for HyperSite
impl UnsafeUnpin for HyperSite
impl UnwindSafe for HyperSite
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