distributed_c10d.pyi 213 Bytes
Newer Older
1
2
3
4
5
6
7
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.

from typing import Any, List, Union, Optional

from . import ProcessGroup

def _get_global_rank(group: ProcessGroup, rank: int) -> int: ...