#[repr(C, align(8))]pub struct TensorLayout {
pub _bindgen_opaque_blob: [u64; 6],
}Fields§
§_bindgen_opaque_blob: [u64; 6]Trait Implementations§
Auto Trait Implementations§
impl Freeze for TensorLayout
impl RefUnwindSafe for TensorLayout
impl Send for TensorLayout
impl Sync for TensorLayout
impl Unpin for TensorLayout
impl UnwindSafe for TensorLayout
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