#[repr(C)]pub struct TfLiteIntArray {
pub size: c_int,
pub data: __IncompleteArrayField<c_int>,
}Expand description
Fixed size list of integers. Used for dimensions and inputs/outputs tensor indices
Fields§
§size: c_int§data: __IncompleteArrayField<c_int>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TfLiteIntArray
impl RefUnwindSafe for TfLiteIntArray
impl Send for TfLiteIntArray
impl Sync for TfLiteIntArray
impl Unpin for TfLiteIntArray
impl UnsafeUnpin for TfLiteIntArray
impl UnwindSafe for TfLiteIntArray
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