Function torch::THIntTensor_conv2Dcmul [] [src]

pub unsafe extern "C" fn THIntTensor_conv2Dcmul(
    r_: *mut THIntTensor,
    beta: c_int,
    alpha: c_int,
    t_: *mut THIntTensor,
    k_: *mut THIntTensor,
    srow: c_long,
    scol: c_long,
    vf: *const c_char,
    xc: *const c_char
)