Function THByteTensor_indexFill

Source
pub unsafe extern "C" fn THByteTensor_indexFill(
    tensor: *mut THByteTensor,
    dim: c_int,
    index: *mut THLongTensor,
    val: c_uchar,
)