#[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§
Source§impl Debug for TfLiteIntArray
impl Debug for TfLiteIntArray
Source§impl Default for TfLiteIntArray
impl Default for TfLiteIntArray
Source§fn default() -> TfLiteIntArray
fn default() -> TfLiteIntArray
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TfLiteIntArray
impl RefUnwindSafe for TfLiteIntArray
impl Send for TfLiteIntArray
impl Sync for TfLiteIntArray
impl Unpin 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