Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dcollection.cpp526 struct SubQueueThreadCache { struct
539 thread_local SubQueueThreadCache sub_queue_cache_{0, nullptr};
706 sub_queue_cache_ = SubQueueThreadCache{id_, it->second.get()}; in getSubqueue()