Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/distributed/_tools/
H A Dfsdp2_mem_tracker.py187 fsdp_mod: FSDPModule,
253 fsdp_mod: FSDPModule,
285 fsdp_mod: FSDPModule,
311 fsdp_mod: FSDPModule,
/aosp_15_r20/external/pytorch/torch/distributed/_composable/fsdp/
H A Dfully_shard.py165 class FSDPModule: class
287 def set_modules_to_forward_prefetch(self, modules: List["FSDPModule"]) -> None:
307 def set_modules_to_backward_prefetch(self, modules: List["FSDPModule"]) -> None:
/aosp_15_r20/external/pytorch/torch/distributed/pipelining/
H A Dstage.py530 def run_post_backward(fsdp_module: FSDPModule) -> None: