typing.py 79 Bytes
Newer Older
1
2
3
import torch

WITH_PTR_LIST = hasattr(torch.ops.torch_cluster, 'fps_ptr_list')