Struct tch::nn::Sequential
source · pub struct Sequential { /* private fields */ }
Expand description
A sequential layer combining multiple other layers.
Implementations§
source§impl Sequential
impl Sequential
Trait Implementations§
source§impl Debug for Sequential
impl Debug for Sequential
Auto Trait Implementations§
impl !RefUnwindSafe for Sequential
impl Send for Sequential
impl !Sync for Sequential
impl Unpin for Sequential
impl !UnwindSafe for Sequential
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