pub struct IpeConfig {
pub n_freq: usize,
pub input_dim: usize,
}Expand description
Configuration for integrated positional encoding.
Fields§
§n_freq: usizeNumber of frequency levels L.
input_dim: usizeInput dimensionality.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IpeConfig
impl RefUnwindSafe for IpeConfig
impl Send for IpeConfig
impl Sync for IpeConfig
impl Unpin for IpeConfig
impl UnsafeUnpin for IpeConfig
impl UnwindSafe for IpeConfig
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