pub unsafe extern "C" fn atg_cholesky_solve(
    out__: *mut *mut C_tensor,
    self_: *mut C_tensor,
    input2_: *mut C_tensor,
    upper_: c_int
)