Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Drref_proto.cpp71 c10::intrusive_ptr<Message> ScriptRRefFetchCall::toMessageImpl() && { in toMessageImpl()
79 std::unique_ptr<ScriptRRefFetchCall> ScriptRRefFetchCall::fromMessage( in fromMessage()
89 return std::make_unique<ScriptRRefFetchCall>( in fromMessage()
H A Drref_proto.h46 class TORCH_API ScriptRRefFetchCall final : public RRefMessageBase {
48 ScriptRRefFetchCall(worker_id_t fromWorkerId, const RRefId& rrefId) in ScriptRRefFetchCall() function
57 static std::unique_ptr<ScriptRRefFetchCall> fromMessage(
H A Drref_impl.cpp172 msgToSend = ScriptRRefFetchCall(ownerId_, rrefId()).toMessage(); in toHere()
H A Dutils.cpp112 return ScriptRRefFetchCall::fromMessage(request); in deserializeRequest()
H A Drequest_callback_no_python.cpp236 auto& srf = static_cast<ScriptRRefFetchCall&>(rpc); in processScriptRRefFetchCall()