Home
last modified time | relevance | path

Searched refs:LocalStateDictConfig (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributed/fsdp/
H A D__init__.py9 LocalStateDictConfig,
H A Dapi.py329 class LocalStateDictConfig(StateDictConfig): class
H A Dfully_sharded_data_parallel.py76 LocalStateDictConfig,
701 StateDictType.LOCAL_STATE_DICT: LocalStateDictConfig,
/aosp_15_r20/external/pytorch/docs/source/
H A Dfsdp.rst30 .. autoclass:: torch.distributed.fsdp.LocalStateDictConfig
/aosp_15_r20/external/pytorch/test/distributed/fsdp/
H A Dtest_fsdp_state_dict.py32 LocalStateDictConfig,
282 config = LocalStateDictConfig(
1016 model, StateDictType.FULL_STATE_DICT, LocalStateDictConfig()