1""" 2NOTE: torch.distributed._tensor has been moved to torch.distributed.tensor. 3The imports here are purely for backward compatibility. We will remove these 4imports in a few releases 5 6TODO: throw warnings when this module imported 7""" 8 9from torch.distributed.tensor._api import * # noqa: F401, F403 10