macro_rules! register_gradient_with_main_input {
    ($gradient_name:expr, $($arg:expr),*) => { ... };
    () => { ... };
}
Expand description

| Auxiliary output gradients are currently | implemented only for Lengths version |