torch.distributed
共有17个方法/函数/属性,点击链接查看相应的源代码示例。
1. torch.distributed.init_process_group() ,222个项目使用
2. torch.distributed.get_world_size() ,179个项目使用
3. torch.distributed.all_reduce() ,153个项目使用
4. torch.distributed.get_rank() ,148个项目使用
5. torch.distributed.barrier() ,93个项目使用
6. torch.distributed.is_initialized() ,82个项目使用
7. torch.distributed.is_available() ,78个项目使用
8. torch.distributed.broadcast() ,69个项目使用
9. torch.distributed.reduce() ,54个项目使用
10. torch.distributed.all_gather() ,53个项目使用
11. torch.distributed.destroy_process_group() ,24个项目使用
12. torch.distributed.new_group() ,18个项目使用
13. torch.distributed.get_backend() ,15个项目使用
14. torch.distributed._backend() ,11个项目使用
15. torch.distributed.gather() ,6个项目使用
16. torch.distributed._clear_group_cache() ,6个项目使用
17. torch.distributed.recv() ,5个项目使用
注:本文中的示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。