pub unsafe extern "C" fn atg_swapdims(
    out__: *mut *mut C_tensor,
    self_: *mut C_tensor,
    dim0_: i64,
    dim1_: i64
)