Searched refs:UnpickledPythonRemoteCall (Results 1 – 3 of 3) sorted by relevance
7 UnpickledPythonRemoteCall::UnpickledPythonRemoteCall( in UnpickledPythonRemoteCall() function in torch::distributed::rpc::UnpickledPythonRemoteCall16 const RRefId& UnpickledPythonRemoteCall::rrefId() const { in rrefId()20 const ForkId& UnpickledPythonRemoteCall::forkId() const { in forkId()
17 class TORCH_API UnpickledPythonRemoteCall final : public UnpickledPythonCall {19 explicit UnpickledPythonRemoteCall(
53 return std::make_unique<UnpickledPythonRemoteCall>( in deserializePythonRpcCommandReference()219 auto& uprc = static_cast<UnpickledPythonRemoteCall&>(rpc); in processPythonRemoteCall()