Struct burn_dataset::transform::ShuffledDataset
source · [−]pub struct ShuffledDataset<I> { /* private fields */ }Implementations
Trait Implementations
sourceimpl<I> Dataset<I> for ShuffledDataset<I>where
I: Clone,
impl<I> Dataset<I> for ShuffledDataset<I>where
I: Clone,
Auto Trait Implementations
impl<I> !RefUnwindSafe for ShuffledDataset<I>
impl<I> Send for ShuffledDataset<I>
impl<I> Sync for ShuffledDataset<I>
impl<I> Unpin for ShuffledDataset<I>
impl<I> !UnwindSafe for ShuffledDataset<I>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more