Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/distributed/tensor/experimental/
H A D_tp_transform.py39 parallel_strategies: Dict[str, ParallelStyle], argument
82 parallel_strategies: Dict[str, ParallelStyle], argument
109 parallel_strategies: Dict[str, ParallelStyle], argument
/aosp_15_r20/external/pytorch/torch/distributed/tensor/parallel/
H A Dapi.py25 parallelize_plan: Union[ParallelStyle, Dict[str, ParallelStyle]], argument
H A Dstyle.py22 class ParallelStyle(ABC): class