pub struct WorkspacePool { /* private fields */ }Expand description
TensorDispatch is owned by kernel::tensor (Phase 2 cuTENSOR).
Implementations§
Auto Trait Implementations§
impl !Freeze for WorkspacePool
impl !RefUnwindSafe for WorkspacePool
impl Send for WorkspacePool
impl Sync for WorkspacePool
impl Unpin for WorkspacePool
impl UnsafeUnpin for WorkspacePool
impl UnwindSafe for WorkspacePool
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