Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/distributed/rpc/
Dagent_utils.cpp181 int totalProcessCount = store.add(processCountKey, 1); in syncCallCount() local
184 if (totalProcessCount == worldSize) { in syncCallCount()