Searched defs:fsdp_modules (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/torch/distributed/checkpoint/ | ||
H A D | state_dict.py | 163 fsdp_modules: List[nn.Module] = field(default_factory=list) variable in _StateDictInfo |
/aosp_15_r20/external/pytorch/torch/distributed/fsdp/ | ||
H A D | fully_sharded_data_parallel.py | 563 def fsdp_modules( member in FullyShardedDataParallel |