#[repr(C)]pub struct TfLiteFloat16 {
pub data: u16,
}Expand description
Half precision data type compatible with the C99 definition.
Fields§
§data: u16Trait Implementations§
Source§impl Clone for TfLiteFloat16
impl Clone for TfLiteFloat16
Source§fn clone(&self) -> TfLiteFloat16
fn clone(&self) -> TfLiteFloat16
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 TfLiteFloat16
impl Debug for TfLiteFloat16
impl Copy for TfLiteFloat16
Auto Trait Implementations§
impl Freeze for TfLiteFloat16
impl RefUnwindSafe for TfLiteFloat16
impl Send for TfLiteFloat16
impl Sync for TfLiteFloat16
impl Unpin for TfLiteFloat16
impl UnsafeUnpin for TfLiteFloat16
impl UnwindSafe for TfLiteFloat16
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