#[repr(C)]pub struct TfLiteFloatArray {
pub size: c_int,
pub data: __IncompleteArrayField<f32>,
}Expand description
Fixed size list of floats. Used for per-channel quantization.
Fields§
§size: c_int§data: __IncompleteArrayField<f32>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TfLiteFloatArray
impl RefUnwindSafe for TfLiteFloatArray
impl Send for TfLiteFloatArray
impl Sync for TfLiteFloatArray
impl Unpin for TfLiteFloatArray
impl UnsafeUnpin for TfLiteFloatArray
impl UnwindSafe for TfLiteFloatArray
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