OneScience's picture
Upload folder using huggingface_hub
35cdf53 verified
Raw
History Blame Contribute Delete
149 Bytes
import numpy
def isin(
array: numpy.ndarray[numpy.int64],
test_elements: set[int],
invert: bool = ...,
) -> numpy.ndarray[bool]: ...