pub unsafe extern "C" fn atg_geqrf_a(
    out__: *mut *mut C_tensor,
    a_: *mut C_tensor,
    tau_: *mut C_tensor,
    self_: *mut C_tensor
)