Home
last modified time | relevance | path

Searched defs:DataParallel (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/docs/source/notes/
Dcuda.rst844 .. _cudaGetDeviceCount:
847 .. _cuInit:
850 .. _nvmlDeviceGetCount_v2:
853 .. _cuda-graph-semantics:
/external/pytorch/torch/ao/quantization/experimental/
Dadaround_optimization.py19 model: Union[torch.nn.Module, torch.nn.DataParallel],
/external/pytorch/torch/nn/
D__init__.py18 from torch.nn.parallel import DataParallel as DataParallel unknown
/external/pytorch/torch/nn/parallel/
Ddata_parallel.py52 class DataParallel(Module, Generic[T]): class