Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/distributed/c10d/
DParamCommsUtils.hpp58 int64_t getInMessageNelems() const { in getInMessageNelems() function in torch::ParamCommsDebugInfo
/external/pytorch/torch/csrc/profiler/
Dutil.cpp387 map.emplace(kInMsgNelems, std::to_string(debugInfo->getInMessageNelems())); in saveNcclMeta()