[][src]Function torch_sys::c_generated::atg_binary_cross_entropy_with_logits

pub unsafe extern "C" fn atg_binary_cross_entropy_with_logits(
    out__: *mut *mut C_tensor,
    self_: *mut C_tensor,
    target_: *mut C_tensor,
    weight_: *mut C_tensor,
    pos_weight_: *mut C_tensor,
    reduction_: i64
)