pub struct TypedBatch<T, R: Nat> { /* private fields */ }Expand description
Type-safe batch of tensors
Implementations§
Source§impl<T, R: Nat> TypedBatch<T, R>
impl<T, R: Nat> TypedBatch<T, R>
Trait Implementations§
Auto Trait Implementations§
impl<T, R> Freeze for TypedBatch<T, R>
impl<T, R> RefUnwindSafe for TypedBatch<T, R>where
T: RefUnwindSafe,
R: RefUnwindSafe,
impl<T, R> Send for TypedBatch<T, R>
impl<T, R> Sync for TypedBatch<T, R>
impl<T, R> Unpin for TypedBatch<T, R>
impl<T, R> UnwindSafe for TypedBatch<T, R>where
T: UnwindSafe,
R: 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