Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/profiler/
H A Dtest_cpp_thread.cpp69 bool enabled = isProfilerEnabledInMainThread(); in start_threads()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_kineto.h205 TORCH_API bool isProfilerEnabledInMainThread();
H A Dprofiler_kineto.cpp759 bool isProfilerEnabledInMainThread() { in isProfilerEnabledInMainThread() function