Function THCharTensor_indexFill

Source
pub unsafe extern "C" fn THCharTensor_indexFill(
    tensor: *mut THCharTensor,
    dim: c_int,
    index: *mut THLongTensor,
    val: c_char,
)