Home
last modified time | relevance | path

Searched defs:get_world_size (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributed/checkpoint/
H A Dutils.py82 def get_world_size(self) -> int: member in _DistWrapper
/aosp_15_r20/external/pytorch/benchmarks/functional_autograd_benchmark/
H A Dtorchvision_models.py637 def get_world_size(): function
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DCUDASymmetricMemory.cu498 int CUDASymmetricMemory::get_world_size() { in get_world_size() function in c10d::symmetric_memory::CUDASymmetricMemory
/aosp_15_r20/external/pytorch/torch/distributed/
H A Ddistributed_c10d.py2004 def get_world_size(group: Optional[ProcessGroup] = None) -> int: function