I have 2 tensors of unequal size
a = torch.tensor([[1,2], [2,3],[3,4]]) b = torch.tensor([[4,5],[2,3]])
I want a boolean array of whether each va