Function THCharTensor_conv3Dmul

Source
pub unsafe extern "C" fn THCharTensor_conv3Dmul(
    r_: *mut THCharTensor,
    beta: c_char,
    alpha: c_char,
    t_: *mut THCharTensor,
    k_: *mut THCharTensor,
    sdepth: c_long,
    srow: c_long,
    scol: c_long,
    vf: *const c_char,
    xc: *const c_char,
)