pub fn _gradient_checker(
    op: &mut dyn OpTrait,
    one_input: &[&Tensor],
    input_mask: Option<&[bool]>,
    step: Option<f32>,
    tolerance: Option<f32>
) -> bool
Expand description

Verify the gradient implementation is right.