Home
last modified time | relevance | path

Searched defs:forkId (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Drref_context.cpp156 for (const auto& forkId : entry.second) { in checkRRefLeaks() local
185 const auto forkId = genGloballyUniqueId(); in createUserRRef() local
192 const ForkId& forkId, in createUserRRef()
214 const ForkId& forkId) { in delUser()
309 auto& forkId = rrefForkData.forkId_; in getOrCreateRRef() local
474 const ForkId& forkId, in notifyOwnerAndParentOfFork()
537 const ForkId& forkId, in addPendingChild()
551 void RRefContext::delPendingChild(const ForkId& forkId) { in delPendingChild()
584 const ForkId& forkId, in addPendingUser()
611 void RRefContext::delPendingUser(const ForkId& forkId) { in delPendingUser()
[all …]
H A Drref_proto.h30 ForkMessageBase(const RRefId& rrefId, const ForkId& forkId, MessageType type) in ForkMessageBase()
114 RRefUserDelete(const RRefId& rrefId, const ForkId& forkId) in RRefUserDelete()
122 RemoteRet(const RRefId& rrefId, const ForkId& forkId) in RemoteRet()
132 explicit RRefChildAccept(const ForkId& forkId) : forkId_(forkId) {} in RRefChildAccept()
146 RRefForkRequest(const RRefId& rrefId, const ForkId& forkId) in RRefForkRequest()
H A Drref_impl.cpp44 const ForkId& forkId, in RRefForkData()
93 const ForkId& forkId, in UserRRef()
129 const ForkId& UserRRef::forkId() const { in forkId() function in torch::distributed::rpc::UserRRef
H A Dunpickled_python_remote_call.cpp10 const at::IValue& forkId, in UnpickledPythonRemoteCall()
20 const ForkId& UnpickledPythonRemoteCall::forkId() const { in forkId() function in torch::distributed::rpc::UnpickledPythonRemoteCall
H A Drref_proto.cpp49 const ForkId& ForkMessageBase::forkId() { in forkId() function in torch::distributed::rpc::ForkMessageBase
151 const ForkId& RRefChildAccept::forkId() const { in forkId() function in torch::distributed::rpc::RRefChildAccept
H A Dpy_rref.cpp44 const RRefId& forkId = RRefId( in fromPyTuple() local
H A Dpython_functions.cpp114 const IValue& forkId, in sendPythonRemoteCall()
H A Drequest_callback_no_python.cpp167 const RRefId& forkId, in assignOwnerRRef()
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dunpickler.cpp1053 const auto& forkId = distributed::rpc::RRefId( in rebuildRRef() local