pub unsafe extern "C" fn atg_tensordot_out(
out__: *mut *mut C_tensor,
out_: *mut C_tensor,
self_: *mut C_tensor,
other_: *mut C_tensor,
dims_self_data: *const i64,
dims_self_len: c_int,
dims_other_data: *const i64,
dims_other_len: c_int,
)