Searched refs:rpcWithProfilingResp (Results 1 – 2 of 2) sorted by relevance
33 autograd::RpcWithProfilingResp& rpcWithProfilingResp) { in processRemoteProfiledEvents() argument41 std::vector<LegacyEvent> events = rpcWithProfilingResp.getProfiledEvents(); in processRemoteProfiledEvents()42 const auto& profilingId = rpcWithProfilingResp.getProfilingId(); in processRemoteProfiledEvents()204 auto& rpcWithProfilingResp = in deserializeResponse() local207 processRemoteProfiledEvents(rpcWithProfilingResp); in deserializeResponse()209 wrappedMsgType = rpcWithProfilingResp.wrappedMessageType(); in deserializeResponse()210 auto wrappedRPC = std::move(rpcWithProfilingResp).moveWrappedRpc(); in deserializeResponse()
472 auto rpcWithProfilingResp = std::make_unique<RpcWithProfilingResp>( in processRunWithProfilingReq() local477 return withStorages(std::move(*rpcWithProfilingResp).toMessage()); in processRunWithProfilingReq()