Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/distributed/rpc/
Dagent_utils.cpp192 auto activeCallCountData = store.get(activeCallCountKey); in syncCallCount() local
194 std::string(activeCallCountData.begin(), activeCallCountData.end())); in syncCallCount()