Home
last modified time | relevance | path

Searched refs:rpcWithProfilingResp (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/csrc/distributed/rpc/
Dutils.cpp33 autograd::RpcWithProfilingResp& rpcWithProfilingResp) { in processRemoteProfiledEvents() argument
41 std::vector<LegacyEvent> events = rpcWithProfilingResp.getProfiledEvents(); in processRemoteProfiledEvents()
42 const auto& profilingId = rpcWithProfilingResp.getProfilingId(); in processRemoteProfiledEvents()
204 auto& rpcWithProfilingResp = in deserializeResponse() local
207 processRemoteProfiledEvents(rpcWithProfilingResp); in deserializeResponse()
209 wrappedMsgType = rpcWithProfilingResp.wrappedMessageType(); in deserializeResponse()
210 auto wrappedRPC = std::move(rpcWithProfilingResp).moveWrappedRpc(); in deserializeResponse()
Drequest_callback_no_python.cpp472 auto rpcWithProfilingResp = std::make_unique<RpcWithProfilingResp>( in processRunWithProfilingReq() local
477 return withStorages(std::move(*rpcWithProfilingResp).toMessage()); in processRunWithProfilingReq()