pub unsafe extern "C" fn atg_cross_entropy_loss(
    out__: *mut *mut C_tensor,
    self_: *mut C_tensor,
    target_: *mut C_tensor,
    weight_: *mut C_tensor,
    reduction_: i64,
    ignore_index_: i64,
    label_smoothing_: f64
)