Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/profiler/standalone/
H A Ditt_observer.cpp8 struct ITTThreadLocalState : ProfilerStateBase { struct
9 explicit ITTThreadLocalState(const ProfilerConfig& config) in ITTThreadLocalState() argument
19 ActiveProfilerType profilerType() override { in profilerType()
23 void reportMemoryUsage(void*, int64_t, size_t, size_t, c10::Device) override { in reportMemoryUsage()
26 static ITTThreadLocalState* getTLS() { in getTLS()