pub struct SigmoidTopKHostOutput {
pub logits: Vec<f32>,
pub selected: Vec<u32>,
pub weights: Vec<f32>,
}Fields§
§logits: Vec<f32>§selected: Vec<u32>§weights: Vec<f32>Auto Trait Implementations§
impl Freeze for SigmoidTopKHostOutput
impl RefUnwindSafe for SigmoidTopKHostOutput
impl Send for SigmoidTopKHostOutput
impl Sync for SigmoidTopKHostOutput
impl Unpin for SigmoidTopKHostOutput
impl UnsafeUnpin for SigmoidTopKHostOutput
impl UnwindSafe for SigmoidTopKHostOutput
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