Converting tensorflow tensor to pytorch tensor

I’m using Tensorflow 2. How can we convert a tensorflow tensor to pytorch tensor directly in GPU without first converting it to a numpy array?
Thanks.