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

| This implements and registers a length | op with a gradient which requires the | main input as well as the output of the | forward output. |