pub fn check_vjp<F>(func: F, input: impl AsRef<Tensor>, eps: f64)where F: for<'a> Func<Basic, &'a Tensor, Tensor> + Clone,