Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dcombined_traceback.cpp22 r->script_frames_ = torch::jit::currentCallstack(); in gather()
139 for (const auto& f : sc->script_frames_) { in symbolize()
H A Dcombined_traceback.h64 std::vector<jit::StackEntry> script_frames_; member