Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dpython_print.cpp124 struct WithSourceRange { struct
125 explicit WithSourceRange(SourceRangeStack* stack, Node* n) : stack(stack) { in WithSourceRange() argument
134 ~WithSourceRange() { in ~WithSourceRange()
138 SourceRangeStack* stack;