pub struct Tape { /* private fields */ }Expand description
The recording tape. Create one per differentiated computation (or
clear between computations, e.g. per Monte Carlo
path).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Tape
impl !RefUnwindSafe for Tape
impl !Sync for Tape
impl Send for Tape
impl Unpin for Tape
impl UnsafeUnpin for Tape
impl UnwindSafe for Tape
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