Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Dunpickled_python_remote_call.cpp7 UnpickledPythonRemoteCall::UnpickledPythonRemoteCall( in UnpickledPythonRemoteCall() function in torch::distributed::rpc::UnpickledPythonRemoteCall
16 const RRefId& UnpickledPythonRemoteCall::rrefId() const { in rrefId()
20 const ForkId& UnpickledPythonRemoteCall::forkId() const { in forkId()
H A Dunpickled_python_remote_call.h17 class TORCH_API UnpickledPythonRemoteCall final : public UnpickledPythonCall {
19 explicit UnpickledPythonRemoteCall(
H A Drequest_callback_impl.cpp53 return std::make_unique<UnpickledPythonRemoteCall>( in deserializePythonRpcCommandReference()
219 auto& uprc = static_cast<UnpickledPythonRemoteCall&>(rpc); in processPythonRemoteCall()