Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/interpreter/
H A Dcode_impl.h249 auto nodeSourceInfo = getSourceInfoFromSourceRange(cs->source_range()); in expandInlinedNodeStack() local
250 nodeSourceInfo.func_name_ = cs->function_name().c_str(); in expandInlinedNodeStack()
251 expandedstack->emplace_back(nodeSourceInfo); in expandInlinedNodeStack()
264 auto nodeSourceInfo = getSourceInfoFromSourceRange(node->sourceRange()); in getNodeStack() local
265 expandedstack->emplace_back(nodeSourceInfo); in getNodeStack()