/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/ |
H A D | rref_proto.cpp | 57 std::pair<RRefId, ForkId> ForkMessageBase::fromMessage( in fromMessage() function in torch::distributed::rpc::ForkMessageBase 79 std::unique_ptr<ScriptRRefFetchCall> ScriptRRefFetchCall::fromMessage( in fromMessage() function in torch::distributed::rpc::ScriptRRefFetchCall 101 std::unique_ptr<PythonRRefFetchCall> PythonRRefFetchCall::fromMessage( in fromMessage() function in torch::distributed::rpc::PythonRRefFetchCall 123 std::unique_ptr<ScriptRRefFetchRet> ScriptRRefFetchRet::fromMessage( in fromMessage() function in torch::distributed::rpc::ScriptRRefFetchRet 133 std::unique_ptr<PythonRRefFetchRet> PythonRRefFetchRet::fromMessage( in fromMessage() function in torch::distributed::rpc::PythonRRefFetchRet 139 std::unique_ptr<RRefUserDelete> RRefUserDelete::fromMessage( in fromMessage() function in torch::distributed::rpc::RRefUserDelete 146 std::unique_ptr<RemoteRet> RemoteRet::fromMessage(const Message& message) { in fromMessage() function in torch::distributed::rpc::RemoteRet 159 std::unique_ptr<RRefChildAccept> RRefChildAccept::fromMessage( in fromMessage() function in torch::distributed::rpc::RRefChildAccept 167 std::unique_ptr<RRefForkRequest> RRefForkRequest::fromMessage( in fromMessage() function in torch::distributed::rpc::RRefForkRequest 179 std::unique_ptr<RRefAck> RRefAck::fromMessage(const Message& message) { in fromMessage() function in torch::distributed::rpc::RRefAck
|
H A D | python_resp.cpp | 17 std::unique_ptr<PythonResp> PythonResp::fromMessage(const Message& message) { in fromMessage() function in torch::distributed::rpc::PythonResp
|
H A D | script_resp.cpp | 22 std::unique_ptr<ScriptResp> ScriptResp::fromMessage(const Message& message) { in fromMessage() function in torch::distributed::rpc::ScriptResp
|
H A D | python_call.cpp | 24 std::unique_ptr<PythonCall> PythonCall::fromMessage(const Message& message) { in fromMessage() function in torch::distributed::rpc::PythonCall
|
H A D | python_remote_call.cpp | 33 std::unique_ptr<PythonRemoteCall> PythonRemoteCall::fromMessage( in fromMessage() function in torch::distributed::rpc::PythonRemoteCall
|
H A D | script_remote_call.cpp | 66 std::unique_ptr<ScriptRemoteCall> ScriptRemoteCall::fromMessage( in fromMessage() function in torch::distributed::rpc::ScriptRemoteCall
|
H A D | script_call.cpp | 125 std::unique_ptr<ScriptCall> ScriptCall::fromMessage(const Message& message) { in fromMessage() function in torch::distributed::rpc::ScriptCall
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/autograd/rpc_messages/ |
H A D | propagate_gradients_resp.cpp | 14 std::unique_ptr<PropagateGradientsResp> PropagateGradientsResp::fromMessage( in fromMessage() function in torch::distributed::autograd::PropagateGradientsResp
|
H A D | rref_backward_resp.cpp | 14 std::unique_ptr<RRefBackwardResp> RRefBackwardResp::fromMessage( in fromMessage() function in torch::distributed::autograd::RRefBackwardResp
|
H A D | cleanup_autograd_context_resp.cpp | 18 fromMessage(const rpc::Message& message /* unused */) { in fromMessage() function in torch::distributed::autograd::CleanupAutogradContextResp
|
H A D | cleanup_autograd_context_req.cpp | 28 fromMessage(const rpc::Message& message) { in fromMessage() function in torch::distributed::autograd::CleanupAutogradContextReq
|
H A D | rref_backward_req.cpp | 39 std::unique_ptr<RRefBackwardReq> RRefBackwardReq::fromMessage( in fromMessage() function in torch::distributed::autograd::RRefBackwardReq
|
H A D | propagate_gradients_req.cpp | 49 std::unique_ptr<PropagateGradientsReq> PropagateGradientsReq::fromMessage( in fromMessage() function in torch::distributed::autograd::PropagateGradientsReq
|
H A D | rpc_with_profiling_req.cpp | 106 std::unique_ptr<RpcWithProfilingReq> RpcWithProfilingReq::fromMessage( in fromMessage() function in torch::distributed::autograd::RpcWithProfilingReq
|
H A D | rpc_with_profiling_resp.cpp | 103 std::unique_ptr<RpcWithProfilingResp> RpcWithProfilingResp::fromMessage( in fromMessage() function in torch::distributed::autograd::RpcWithProfilingResp
|
H A D | rpc_with_autograd.cpp | 91 std::unique_ptr<RpcWithAutograd> RpcWithAutograd::fromMessage( in fromMessage() function in torch::distributed::autograd::RpcWithAutograd
|
/aosp_15_r20/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/ |
H A D | FieldNumberTree.java | 68 static FieldNumberTree fromMessage( in fromMessage() method in FieldNumberTree
|
/aosp_15_r20/external/pigweed/pw_transfer/java/main/dev/pigweed/pw_transfer/ |
H A D | VersionedChunk.java | 102 public static VersionedChunk fromMessage(Chunk chunk, Map<Integer, Integer> legacyIdToSessionId) { in fromMessage() method in VersionedChunk
|