Home
last modified time | relevance | path

Searched defs:FullyShardedDataParallel (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributed/algorithms/_optimizer_overlap/
H A Doptimizer_overlap.py53 def register_fsdp(self, fsdp: FullyShardedDataParallel) -> None:
78 def register_fsdp(self, fsdp: FullyShardedDataParallel) -> None:
/aosp_15_r20/external/pytorch/docs/source/
H A Dfsdp.rst1 FullyShardedDataParallel title
/aosp_15_r20/external/pytorch/torch/distributed/fsdp/
H A Dfully_sharded_data_parallel.py127 class FullyShardedDataParallel(nn.Module, _FSDPState): class