Struct executorch_sys::torch::executor::HierarchicalAllocator
source · #[repr(C, align(8))]pub struct HierarchicalAllocator {
pub _bindgen_opaque_blob: [u64; 34],
}Expand description
A group of buffers that can be used to represent a device’s memory hierarchy.
Fields§
§_bindgen_opaque_blob: [u64; 34]Auto Trait Implementations§
impl Freeze for HierarchicalAllocator
impl RefUnwindSafe for HierarchicalAllocator
impl Send for HierarchicalAllocator
impl Sync for HierarchicalAllocator
impl Unpin for HierarchicalAllocator
impl UnwindSafe for HierarchicalAllocator
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