pub struct RnnMatrixTrainingLayer { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Drop for RnnMatrixTrainingLayer
impl Drop for RnnMatrixTrainingLayer
impl Send for RnnMatrixTrainingLayer
impl Sync for RnnMatrixTrainingLayer
Auto Trait Implementations§
impl Freeze for RnnMatrixTrainingLayer
impl RefUnwindSafe for RnnMatrixTrainingLayer
impl Unpin for RnnMatrixTrainingLayer
impl UnsafeUnpin for RnnMatrixTrainingLayer
impl UnwindSafe for RnnMatrixTrainingLayer
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