/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/ |
H A D | rref_proto.cpp | 53 c10::intrusive_ptr<Message> ForkMessageBase::toMessageImpl() && { in toMessageImpl() function in torch::distributed::rpc::ForkMessageBase 71 c10::intrusive_ptr<Message> ScriptRRefFetchCall::toMessageImpl() && { in toMessageImpl() function in torch::distributed::rpc::ScriptRRefFetchCall 93 c10::intrusive_ptr<Message> PythonRRefFetchCall::toMessageImpl() && { in toMessageImpl() function in torch::distributed::rpc::PythonRRefFetchCall 119 c10::intrusive_ptr<Message> RRefFetchRet::toMessageImpl() && { in toMessageImpl() function in torch::distributed::rpc::RRefFetchRet 155 c10::intrusive_ptr<Message> RRefChildAccept::toMessageImpl() && { in toMessageImpl() function in torch::distributed::rpc::RRefChildAccept 174 c10::intrusive_ptr<Message> RRefAck::toMessageImpl() && { in toMessageImpl() function in torch::distributed::rpc::RRefAck
|
H A D | unpickled_python_call.cpp | 25 c10::intrusive_ptr<Message> UnpickledPythonCall::toMessageImpl() && { in toMessageImpl() function in torch::distributed::rpc::UnpickledPythonCall
|
H A D | python_resp.cpp | 8 c10::intrusive_ptr<Message> PythonResp::toMessageImpl() && { in toMessageImpl() function in torch::distributed::rpc::PythonResp
|
H A D | script_resp.cpp | 15 c10::intrusive_ptr<Message> ScriptResp::toMessageImpl() && { in toMessageImpl() function in torch::distributed::rpc::ScriptResp
|
H A D | python_call.cpp | 9 c10::intrusive_ptr<Message> PythonCall::toMessageImpl() && { in toMessageImpl() function in torch::distributed::rpc::PythonCall
|
H A D | python_remote_call.cpp | 17 c10::intrusive_ptr<Message> PythonRemoteCall::toMessageImpl() && { in toMessageImpl() function in torch::distributed::rpc::PythonRemoteCall
|
H A D | script_remote_call.cpp | 50 c10::intrusive_ptr<Message> ScriptRemoteCall::toMessageImpl() && { in toMessageImpl() function in torch::distributed::rpc::ScriptRemoteCall
|
H A D | script_call.cpp | 113 c10::intrusive_ptr<Message> ScriptCall::toMessageImpl() && { in toMessageImpl() function in torch::distributed::rpc::ScriptCall
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/autograd/rpc_messages/ |
H A D | propagate_gradients_resp.cpp | 7 c10::intrusive_ptr<rpc::Message> PropagateGradientsResp::toMessageImpl() && { in toMessageImpl() function in torch::distributed::autograd::PropagateGradientsResp
|
H A D | rref_backward_resp.cpp | 7 c10::intrusive_ptr<rpc::Message> RRefBackwardResp::toMessageImpl() && { in toMessageImpl() function in torch::distributed::autograd::RRefBackwardResp
|
H A D | cleanup_autograd_context_resp.cpp | 8 toMessageImpl() && { in toMessageImpl() function in torch::distributed::autograd::CleanupAutogradContextResp
|
H A D | cleanup_autograd_context_req.cpp | 16 c10::intrusive_ptr<rpc::Message> CleanupAutogradContextReq::toMessageImpl() && { in toMessageImpl() function in torch::distributed::autograd::CleanupAutogradContextReq
|
H A D | rref_backward_req.cpp | 20 c10::intrusive_ptr<Message> RRefBackwardReq::toMessageImpl() && { in toMessageImpl() function in torch::distributed::autograd::RRefBackwardReq
|
H A D | propagate_gradients_req.cpp | 23 c10::intrusive_ptr<Message> PropagateGradientsReq::toMessageImpl() && { in toMessageImpl() function in torch::distributed::autograd::PropagateGradientsReq
|
H A D | rpc_with_profiling_req.cpp | 62 c10::intrusive_ptr<rpc::Message> RpcWithProfilingReq::toMessageImpl() && { in toMessageImpl() function in torch::distributed::autograd::RpcWithProfilingReq
|
H A D | rpc_with_profiling_resp.cpp | 70 c10::intrusive_ptr<rpc::Message> RpcWithProfilingResp::toMessageImpl() && { in toMessageImpl() function in torch::distributed::autograd::RpcWithProfilingResp
|
H A D | rpc_with_autograd.cpp | 55 c10::intrusive_ptr<Message> RpcWithAutograd::toMessageImpl() && { in toMessageImpl() function in torch::distributed::autograd::RpcWithAutograd
|