Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/profiler/
H A Dremote_profiler_manager.h35 std::string& getCurrentProfilingKey();
H A Dremote_profiler_manager.cpp64 std::string& RemoteProfilerManager::getCurrentProfilingKey() { in getCurrentProfilingKey() function in torch::distributed::rpc::RemoteProfilerManager
/aosp_15_r20/external/pytorch/torch/csrc/distributed/autograd/
H A Dutils.cpp86 auto key = remoteProfilerManager.getCurrentProfilingKey(); in getMessageWithProfiling()