Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/profiler/
H A Dremote_profiler_manager.h30 std::string retrieveRPCProfilingKey(const ProfilingId& globallyUniqueId);
H A Dremote_profiler_manager.cpp43 std::string RemoteProfilerManager::retrieveRPCProfilingKey( in retrieveRPCProfilingKey() function in torch::distributed::rpc::RemoteProfilerManager
/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Dutils.cpp44 auto key = remoteProfilerManager.retrieveRPCProfilingKey(profilingId); in processRemoteProfiledEvents()