Struct executorch_sys::torch::executor::TensorInfo
source · #[repr(C, align(8))]pub struct TensorInfo {
pub _bindgen_opaque_blob: [u64; 6],
}Expand description
Metadata about a specific tensor of an ExecuTorch Program.
The program used to create the MethodMeta object that created this TensorInfo must outlive this TensorInfo.
Fields§
§_bindgen_opaque_blob: [u64; 6]Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TensorInfo
impl RefUnwindSafe for TensorInfo
impl Send for TensorInfo
impl Sync for TensorInfo
impl Unpin for TensorInfo
impl UnwindSafe for TensorInfo
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