auto_diff::op
pub fn _gradient_checker( x: &[&Tensor], op: &mut dyn OpTrait, step: f32, tolerance: f32) -> bool