Function THIntTensor_maskedCopy

Source
pub unsafe extern "C" fn THIntTensor_maskedCopy(
    tensor: *mut THIntTensor,
    mask: *mut THByteTensor,
    src: *mut THIntTensor,
)