pub struct CpuBackendBuffer { /* private fields */ }Expand description
Backend-owned buffer behind a CpuTensor handle. Holds the
ndarray storage plus the byte count charged against the
NodeConfig::ingress_byte_budget at materialization time so the
slot-table writer can release the charge on overwrite / eviction.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CpuBackendBuffer
impl RefUnwindSafe for CpuBackendBuffer
impl Send for CpuBackendBuffer
impl Sync for CpuBackendBuffer
impl Unpin for CpuBackendBuffer
impl UnsafeUnpin for CpuBackendBuffer
impl UnwindSafe for CpuBackendBuffer
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