Home
last modified time | relevance | path

Searched defs:inNelems (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DParamCommsUtils.hpp102 inNelems, \ argument
143 inNelems, \ argument
H A DParamCommsUtils.cpp14 int64_t inNelems, in ParamCommsDebugInfo()
H A DUCCTracing.cpp88 auto inNelems = (!inputTensors.empty()) ? inputTensors[0].numel() : 0; in recordComms() local