Home
last modified time | relevance | path

Searched defs:retRRefId (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Dscript_remote_call.cpp11 const RRefId& retRRefId, in ScriptRemoteCall()
20 const RRefId& retRRefId, in ScriptRemoteCall()
32 auto retRRefId = ForkId::fromIValue(ivalues.back()); in fromIValues() local
H A Dpython_remote_call.cpp9 at::IValue retRRefId, in PythonRemoteCall()
54 auto retRRefId = std::move(values.back()); in fromMessage() local
H A Dscript_remote_call.h36 inline const RRefId& retRRefId() const { in retRRefId() function
H A Dpython_remote_call.h23 inline const at::IValue& retRRefId() const { in retRRefId() function