Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_kineto.cpp322 struct KinetoThreadLocalState : public ProfilerStateBase { struct
323 explicit KinetoThreadLocalState( in KinetoThreadLocalState() function
331 static KinetoThreadLocalState* get(bool global) { in get()
339 ActiveProfilerType profilerType() override { in profilerType()
343 void reportVulkanEventToProfiler(torch::profiler::impl::vulkan_id_t id) { in reportVulkanEventToProfiler()
350 void reportMemoryUsage( in reportMemoryUsage()
368 void reportOutOfMemory( in reportOutOfMemory()
384 void setEventPostProcessingCallback(post_process_t&& cb) { in setEventPostProcessingCallback()
388 void pausePython() { in pausePython()
392 void resumePython() { in resumePython()
[all …]