Converting from pytorch.tensor() to numpy array is too slow!

Yes tensor_data.cpu() is slowing the operation. Do you know how I can convert numpy array without converting cpu() ?