gausplat_trainer::train::gaussian_3d::backend::autodiff::ops

Function binary

pub fn binary<B, FLhs, FRhs>(
    parents: [Option<Arc<Node>>; 2],
    node: Arc<Node>,
    grads: &mut Gradients,
    func_lhs: FLhs,
    func_rhs: FRhs,
)
Expand description

Execute a binary operation during the backward step.