Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDACachingAllocator.cpp1967 const std::function<time_t(approx_time_t)>& tsc_to_us) { in trace()
3366 auto tsc_to_us = [=](approx_time_t t_approx) { in snapshot() local