pub struct ShuffleLayer { /* private fields */ }Implementations§
Source§impl ShuffleLayer
impl ShuffleLayer
pub fn set_reshape_dimensions(&mut self, dims: &[i32]) -> Result<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShuffleLayer
impl RefUnwindSafe for ShuffleLayer
impl !Send for ShuffleLayer
impl !Sync for ShuffleLayer
impl Unpin for ShuffleLayer
impl UnwindSafe for ShuffleLayer
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