pub struct LSTM<T: Num, D: Device>(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl<T, D> Freeze for LSTM<T, D>
impl<T, D> !RefUnwindSafe for LSTM<T, D>
impl<T, D> !Send for LSTM<T, D>
impl<T, D> !Sync for LSTM<T, D>
impl<T, D> Unpin for LSTM<T, D>
impl<T, D> !UnwindSafe for LSTM<T, D>
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