DEBSOURCES
Skip Quicknav
sources / pytorch / 1.13.1%2Bdfsg-4 / torch / distributed / nn / __init__.py
1234
import torch if torch.distributed.rpc.is_available(): from .api.remote_module import RemoteModule from .functional import * # noqa: F403