fn moments_phys_bwd<B: Backend>(
d_m2_bhrr: F<B, 4>,
d_m1_bhr: F<B, 3>,
xhat_bnlchp: F<B, 6>,
bhat_bnlchr: F<B, 6>,
da_bnlh: F<B, 4>,
rot: RotPrim<B>,
initial_state_bhpr: F<B, 4>,
valid_len: usize,
) -> MomentsGrads<B>Expand description
The full recompute backward (see the module header).