Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/distributed/rpc/
Dscript_remote_call.cpp12 const ForkId& retForkId) in ScriptRemoteCall()
21 const ForkId& retForkId, in ScriptRemoteCall()
30 auto retForkId = RRefId::fromIValue(ivalues.back()); in fromIValues() local
Dpython_remote_call.cpp10 at::IValue retForkId, in PythonRemoteCall()
52 auto retForkId = std::move(values.back()); in fromMessage() local
Dscript_remote_call.h40 inline const ForkId& retForkId() const { in retForkId() function
Dpython_remote_call.h27 inline const at::IValue& retForkId() const { in retForkId() function