Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/distributed/rpc/
Dagent_utils.cpp160 std::string activeCallCountKey = fmt::format( in getNextKeyIds() local
166 std::move(activeCallCountKey), in getNextKeyIds()
177 auto [processCountKey, activeCallCountKey, readyKey] = getNextKeyIds(); in syncCallCount()
180 store.add(activeCallCountKey, activeCalls); in syncCallCount()
192 auto activeCallCountData = store.get(activeCallCountKey); in syncCallCount()