Home
last modified time | relevance | path

Searched defs:DistributedDataParallel (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributed/algorithms/_optimizer_overlap/
H A Doptimizer_overlap.py46 def register_ddp(self, ddp: DistributedDataParallel) -> None:
69 def register_ddp(self, ddp_inst: DistributedDataParallel):
/aosp_15_r20/external/pytorch/torch/distributed/algorithms/ddp_comm_hooks/
H A Dddp_zero_hook.py176 ddp: DistributedDataParallel,
338 ddp: DistributedDataParallel,
/aosp_15_r20/external/pytorch/docs/source/notes/
H A Dcuda.rst1211 NCCL < 2.9.6
1221 NCCL >= 2.9.6
H A Dddp.rst172 DistributedDataParallel section in Implementation
H A Damp_examples.rst326 .. _amp-custom-examples:
/aosp_15_r20/external/pytorch/torch/nn/parallel/
H A Ddistributed.py326 class DistributedDataParallel(Module, Joinable): class