Home
last modified time | relevance | path

Searched refs:num_shards_map (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributed/_composable/fsdp/
H A D_fsdp_param.py279 split_factor = self._tp_spec.num_shards_map[0]
305 num_shards = self._sharding_spec.num_shards_map[0]
/aosp_15_r20/external/pytorch/torch/distributed/tensor/
H A D_dtensor_spec.py173 def num_shards_map(self) -> List[int]: member in DTensorSpec