本文簡要介紹python語言中 torchrec.distributed.collective_utils.invoke_on_rank_and_broadcast_result
的用法。
用法:
torchrec.distributed.collective_utils.invoke_on_rank_and_broadcast_result(pg: torch._C._distributed_c10d.ProcessGroup, rank: int, func: Callable[[...], torchrec.distributed.collective_utils.T], *args: Any, **kwargs: Any) → torchrec.distributed.collective_utils.T
調用指定等級的函數並將結果廣播給組內的所有成員。
例子:
id = invoke_on_rank_and_broadcast_result(pg, 0, allocate_id)
相關用法
- Python PyTorch inv_ex用法及代碼示例
- Python PyTorch inv用法及代碼示例
- Python PyTorch index_select用法及代碼示例
- Python PyTorch inner用法及代碼示例
- Python PyTorch inference_mode用法及代碼示例
- Python PyTorch ignore用法及代碼示例
- Python PyTorch ihfft用法及代碼示例
- Python PyTorch identity用法及代碼示例
- Python PyTorch import_huggingface_model用法及代碼示例
- Python PyTorch is_tensor_like用法及代碼示例
- Python PyTorch i0用法及代碼示例
- Python PyTorch irfft用法及代碼示例
- Python PyTorch is_nonzero用法及代碼示例
- Python PyTorch isneginf用法及代碼示例
- Python PyTorch ifft2用法及代碼示例
- Python PyTorch ifftn用法及代碼示例
- Python PyTorch i1e用法及代碼示例
- Python PyTorch is_scripting用法及代碼示例
- Python PyTorch isclose用法及代碼示例
- Python PyTorch ifftshift用法及代碼示例
- Python PyTorch isnan用法及代碼示例
- Python PyTorch imag用法及代碼示例
- Python PyTorch is_tensor_method_or_property用法及代碼示例
- Python PyTorch isreal用法及代碼示例
- Python PyTorch import_fairseq_model用法及代碼示例
注:本文由純淨天空篩選整理自pytorch.org大神的英文原創作品 torchrec.distributed.collective_utils.invoke_on_rank_and_broadcast_result。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。