pub struct HalfPrecisionSettings;Expand description
Precision settings optimized for compactness.
Trait Implementations§
Source§impl Clone for HalfPrecisionSettings
impl Clone for HalfPrecisionSettings
Source§fn clone(&self) -> HalfPrecisionSettings
fn clone(&self) -> HalfPrecisionSettings
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HalfPrecisionSettings
impl Debug for HalfPrecisionSettings
Source§impl Default for HalfPrecisionSettings
impl Default for HalfPrecisionSettings
Source§fn default() -> HalfPrecisionSettings
fn default() -> HalfPrecisionSettings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HalfPrecisionSettings
impl RefUnwindSafe for HalfPrecisionSettings
impl Send for HalfPrecisionSettings
impl Sync for HalfPrecisionSettings
impl Unpin for HalfPrecisionSettings
impl UnwindSafe for HalfPrecisionSettings
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