Function THIntTensor_indexFill

Source
pub unsafe extern "C" fn THIntTensor_indexFill(
    tensor: *mut THIntTensor,
    dim: c_int,
    index: *mut THLongTensor,
    val: c_int,
)