Searched refs:PythonRRefFetchCall (Results 1 – 5 of 5) sorted by relevance
93 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()
64 class TORCH_API PythonRRefFetchCall final : public RRefMessageBase {66 PythonRRefFetchCall(worker_id_t fromWorkerId, const RRefId& rrefId) in PythonRRefFetchCall() function71 static std::unique_ptr<PythonRRefFetchCall> fromMessage(
170 msgToSend = PythonRRefFetchCall(ownerId_, rrefId()).toMessage(); in toHere()
228 auto& prf = static_cast<PythonRRefFetchCall&>(rpc); in processPythonRRefFetchCall()
115 return PythonRRefFetchCall::fromMessage(request); in deserializeRequest()