pub struct SequentialT { /* private fields */ }Expand description
A sequential layer combining new layers with support for a training mode.
Implementations§
Source§impl SequentialT
impl SequentialT
Source§impl SequentialT
impl SequentialT
Trait Implementations§
Source§impl Debug for SequentialT
impl Debug for SequentialT
Auto Trait Implementations§
impl Freeze for SequentialT
impl !RefUnwindSafe for SequentialT
impl Send for SequentialT
impl !Sync for SequentialT
impl Unpin for SequentialT
impl !UnwindSafe for SequentialT
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