pytorch/torch/nn/parallel
mrshenli 59bb44a8e8
Add a link in RPC doc page to point to PT Distributed overview (#41108) (#41156)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/41108

Test Plan: Imported from OSS

Differential Revision: D22440751

Pulled By: mrshenli

fbshipit-source-id: 9e7b002091a3161ae385fdfcc26484ae8fc243bb
2020-07-09 07:49:10 -07:00
..
__init__.py Remove DistributedDataParallelCPU as DDP now supports CPU models (#22864) 2019-07-18 12:50:45 -07:00
__init__.pyi fixed replicate typo in torch/nn/parallel/__init__.pyi (#29005) 2019-11-01 08:00:41 -07:00
_functions.py
common_types.pyi Stubs for torch.nn (#19089) 2019-07-01 09:50:17 -07:00
data_parallel.py Update docs about DP and DDP for CUDA (#35063) 2020-03-20 20:06:37 -07:00
data_parallel.pyi Move all torch.nn.modules type annotations inline (#38211) 2020-06-11 15:59:57 -07:00
distributed.py Add a link in RPC doc page to point to PT Distributed overview (#41108) (#41156) 2020-07-09 07:49:10 -07:00
distributed.pyi Move all torch.nn.modules type annotations inline (#38211) 2020-06-11 15:59:57 -07:00
parallel_apply.py Catch and print exception traceback in parallel_apply() workers (#18055) 2019-07-26 11:41:22 -07:00
parallel_apply.pyi Stubs for torch.nn (#19089) 2019-07-01 09:50:17 -07:00
replicate.py Fix DDP bug in single process multiple device use cases (#36503) 2020-04-22 15:06:28 -07:00
replicate.pyi Move all torch.nn.modules type annotations inline (#38211) 2020-06-11 15:59:57 -07:00
scatter_gather.py
scatter_gather.pyi Fix typos (#30606) 2019-12-02 20:17:42 -08:00