pub struct F32ToBf16;Expand description
Converts array<f32> global variables to array<bf16>.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for F32ToBf16
impl RefUnwindSafe for F32ToBf16
impl Send for F32ToBf16
impl Sync for F32ToBf16
impl Unpin for F32ToBf16
impl UnsafeUnpin for F32ToBf16
impl UnwindSafe for F32ToBf16
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