Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Dreducer.hpp451 int get_ddp_runtime_logging_sample_rate();
H A Dreducer.cpp2011 int Reducer::get_ddp_runtime_logging_sample_rate() { in get_ddp_runtime_logging_sample_rate() function in c10d::Reducer
2018 num_iterations_ % get_ddp_runtime_logging_sample_rate() == 0)) { in should_collect_runtime_stats()