Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/distributed/rpc/
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
Dpython_remote_call.cpp9 at::IValue retRRefId, in PythonRemoteCall()
54 auto retRRefId = std::move(values.back()); in fromMessage() local
Dscript_remote_call.h36 inline const RRefId& retRRefId() const { in retRRefId() function
Dpython_remote_call.h23 inline const at::IValue& retRRefId() const { in retRRefId() function