Caffe2 - Python API
A deep learning, cross platform ML framework
Packages
Classes
Files
C++ API
Python API
GitHub
File List
torch
nn
parallel
__init__.py
1
from
.parallel_apply
import
parallel_apply
2
from
.replicate
import
replicate
3
from
.data_parallel
import
DataParallel, data_parallel
4
from
.scatter_gather
import
scatter, gather
5
from
.distributed
import
DistributedDataParallel
6
from
.distributed_cpu
import
DistributedDataParallelCPU
7
import
torch.nn.parallel.deprecated
8
9
__all__ = [
'replicate'
,
'scatter'
,
'parallel_apply'
,
'gather'
,
'data_parallel'
,
10
'DataParallel'
,
'DistributedDataParallel'
,
'DistributedDataParallelCPU'
]
torch.nn.parallel.deprecated
Definition:
__init__.py:1
Generated on Thu Mar 21 2019 13:06:36 for Caffe2 - Python API by
1.8.11