Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Drequest_callback_impl.cpp42 std::unique_ptr<RpcCommandBase> deserializePythonRpcCommandReference( in deserializePythonRpcCommandReference() function
63 auto pythonRpc = deserializePythonRpcCommandReference( in deserializePythonRpcCommandReference()
74 auto pythonRpc = deserializePythonRpcCommandReference( in deserializePythonRpcCommandReference()
153 auto pythonRpc = deserializePythonRpcCommandReference(*rpc, messageType); in deserializePythonRpcCommand()