Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/interpreter/
H A Dcode_impl.h63 struct NodeSourceInfo { struct
67 NodeSourceInfo() : func_name_(nullptr), file_name_(nullptr), line_(0) {} in NodeSourceInfo() argument