Home
last modified time | relevance | path

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

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