Function THIntTensor_maskedFill

Source
pub unsafe extern "C" fn THIntTensor_maskedFill(
    tensor: *mut THIntTensor,
    mask: *mut THByteTensor,
    value: c_int,
)