Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/profiler/unwind/
H A Dunwind.cpp424 static std::array<ska::flat_hash_map<void*, Frame>, 2> frame_maps; in symbolize_fast() local
425 auto& frame_map = frame_maps[mode == Mode::fast ? 0 : 1]; in symbolize_fast()