Home
last modified time | relevance | path

Searched refs:PythonRRefFetchCall (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Drref_proto.cpp93 c10::intrusive_ptr<Message> PythonRRefFetchCall::toMessageImpl() && { in toMessageImpl()
101 std::unique_ptr<PythonRRefFetchCall> PythonRRefFetchCall::fromMessage( in fromMessage()
111 return std::make_unique<PythonRRefFetchCall>( in fromMessage()
H A Drref_proto.h64 class TORCH_API PythonRRefFetchCall final : public RRefMessageBase {
66 PythonRRefFetchCall(worker_id_t fromWorkerId, const RRefId& rrefId) in PythonRRefFetchCall() function
71 static std::unique_ptr<PythonRRefFetchCall> fromMessage(
H A Drref_impl.cpp170 msgToSend = PythonRRefFetchCall(ownerId_, rrefId()).toMessage(); in toHere()
H A Drequest_callback_impl.cpp228 auto& prf = static_cast<PythonRRefFetchCall&>(rpc); in processPythonRRefFetchCall()
H A Dutils.cpp115 return PythonRRefFetchCall::fromMessage(request); in deserializeRequest()