pub struct ReverseTape { /* private fields */ }Expand description
Workspace that stores intermediate primals and adjoints during reverse-mode evaluation.
Implementations§
Source§impl ReverseTape
impl ReverseTape
Trait Implementations§
Source§impl Debug for ReverseTape
impl Debug for ReverseTape
Source§impl Default for ReverseTape
impl Default for ReverseTape
Source§fn default() -> ReverseTape
fn default() -> ReverseTape
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReverseTape
impl RefUnwindSafe for ReverseTape
impl Send for ReverseTape
impl Sync for ReverseTape
impl Unpin for ReverseTape
impl UnsafeUnpin for ReverseTape
impl UnwindSafe for ReverseTape
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