Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_legacy.cpp122 struct ProfilerLegacyThreadLocalState : public ProfilerStateBase { struct
123 explicit ProfilerLegacyThreadLocalState( in ProfilerLegacyThreadLocalState() function
128 static ProfilerLegacyThreadLocalState* getTLS() { in getTLS()
156 ActiveProfilerType profilerType() override { in profilerType()
160 void leakHandle() { in leakHandle()
168 std::mutex state_mutex_;
170 event_lists_map_;
172 std::optional<std::vector<std::vector<LegacyEvent>>> remoteProfiledEvents_;