pub struct BurnChunker<B: Backend> { /* private fields */ }
Implementations§
Source§impl<B: Backend> BurnChunker<B>
impl<B: Backend> BurnChunker<B>
Trait Implementations§
Auto Trait Implementations§
impl<B> !Freeze for BurnChunker<B>
impl<B> !RefUnwindSafe for BurnChunker<B>
impl<B> Send for BurnChunker<B>
impl<B> !Sync for BurnChunker<B>
impl<B> Unpin for BurnChunker<B>where
<B as Backend>::Device: Unpin,
<B as Backend>::FloatTensorPrimitive: Unpin,
<B as Backend>::QuantizedTensorPrimitive: Unpin,
impl<B> UnwindSafe for BurnChunker<B>where
<B as Backend>::Device: UnwindSafe,
<B as Backend>::FloatTensorPrimitive: UnwindSafe,
<B as Backend>::QuantizedTensorPrimitive: UnwindSafe,
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