pub struct ColumnParallelResult {
pub gathered: Vec<f32>,
pub rank_outputs: Vec<Vec<f32>>,
}Fields§
§gathered: Vec<f32>§rank_outputs: Vec<Vec<f32>>Auto Trait Implementations§
impl Freeze for ColumnParallelResult
impl RefUnwindSafe for ColumnParallelResult
impl Send for ColumnParallelResult
impl Sync for ColumnParallelResult
impl Unpin for ColumnParallelResult
impl UnsafeUnpin for ColumnParallelResult
impl UnwindSafe for ColumnParallelResult
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