How to find intersection of two sets of 2D tensors (points on a 2D plane)

前端 未结 0 596
夕颜
夕颜 2020-12-31 08:52

I have two lists of Pytorch 2D tensors, which are points on a plane:

ListA = tensor([ [1.0,2.0], [1.0,3.0], [4.0,8.0] ], device=\'cuda:0\')
ListB = tensor([ [         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题