Searched refs:deserializePythonRpcCommand (Results 1 – 4 of 4) sorted by relevance
12 std::unique_ptr<RpcCommandBase> deserializePythonRpcCommand(
20 virtual std::unique_ptr<RpcCommandBase> deserializePythonRpcCommand(
44 deserializePythonRpcCommand( in deserializePythonRpcCommand() function in torch::distributed::rpc::RequestCallbackNoPython65 std::unique_ptr<RpcCommandBase> rpc = deserializePythonRpcCommand( in processMessage()
150 deserializePythonRpcCommand( in deserializePythonRpcCommand() function in torch::distributed::rpc::RequestCallbackImpl