Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Drequest_callback_impl.cpp63 auto pythonRpc = deserializePythonRpcCommandReference( in deserializePythonRpcCommandReference() local
65 if (pythonRpc) { in deserializePythonRpcCommandReference()
66 rwa.setWrappedRpc(std::move(pythonRpc)); in deserializePythonRpcCommandReference()
74 auto pythonRpc = deserializePythonRpcCommandReference( in deserializePythonRpcCommandReference() local
76 if (pythonRpc) { in deserializePythonRpcCommandReference()
77 rpcWithProfilingReq.setWrappedRpc(std::move(pythonRpc)); in deserializePythonRpcCommandReference()
153 auto pythonRpc = deserializePythonRpcCommandReference(*rpc, messageType); in deserializePythonRpcCommand() local
154 return pythonRpc ? std::move(pythonRpc) : std::move(rpc); in deserializePythonRpcCommand()