Intersection of 3 tesnors

I am trying to get the intersection of 3 tensors using PyTorch is there any built-in function that can do: tens=intersection(tens1,tens2,tens3) or should I go through NumPy or my own coded function?