Home
last modified time | relevance | path

Searched refs:_set_ddp_runtime_logging_sample_rate (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/nn/parallel/
H A Ddistributed.py2312 def _set_ddp_runtime_logging_sample_rate(self, sample_rate): member in DistributedDataParallel
2330 self.reducer._set_ddp_runtime_logging_sample_rate(sample_rate)
/aosp_15_r20/external/pytorch/torch/_C/
H A D_distributed_c10d.pyi66 def _set_ddp_runtime_logging_sample_rate(self, sample_rate: int) -> None: ...
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Ddistributed_test.py6162 model_DDP._set_ddp_runtime_logging_sample_rate(2)