struct MomentsGrads<B: Backend> {
d_xhat_bnlchp: F<B, 6>,
d_bhat_bnlchr: F<B, 6>,
d_da_bnlh: F<B, 4>,
d_rot: <B as BackendTypes>::FloatTensorPrimitive,
d_initial_bhpr: F<B, 4>,
}Expand description
All input gradients of the moments node.
Fields§
§d_xhat_bnlchp: F<B, 6>§d_bhat_bnlchr: F<B, 6>§d_da_bnlh: F<B, 4>§d_rot: <B as BackendTypes>::FloatTensorPrimitive§d_initial_bhpr: F<B, 4>Auto Trait Implementations§
impl<B> Freeze for MomentsGrads<B>where
<B as BackendTypes>::FloatTensorPrimitive: Freeze,
impl<B> RefUnwindSafe for MomentsGrads<B>where
<B as BackendTypes>::FloatTensorPrimitive: RefUnwindSafe,
impl<B> Send for MomentsGrads<B>
impl<B> Sync for MomentsGrads<B>
impl<B> Unpin for MomentsGrads<B>where
<B as BackendTypes>::FloatTensorPrimitive: Unpin,
impl<B> UnsafeUnpin for MomentsGrads<B>where
<B as BackendTypes>::FloatTensorPrimitive: UnsafeUnpin,
impl<B> UnwindSafe for MomentsGrads<B>where
<B as BackendTypes>::FloatTensorPrimitive: UnwindSafe,
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