pub unsafe extern "C" fn atg_lerp(
    out__: *mut *mut C_tensor,
    self_: *mut C_tensor,
    end_: *mut C_tensor,
    weight_: *mut C_scalar
)