Function THShortTensor_maskedCopy

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