Home
last modified time | relevance | path

Searched defs:fromMessage (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Drref_proto.cpp57 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 Dpython_resp.cpp17 std::unique_ptr<PythonResp> PythonResp::fromMessage(const Message& message) { in fromMessage() function in torch::distributed::rpc::PythonResp
H A Dscript_resp.cpp22 std::unique_ptr<ScriptResp> ScriptResp::fromMessage(const Message& message) { in fromMessage() function in torch::distributed::rpc::ScriptResp
H A Dpython_call.cpp24 std::unique_ptr<PythonCall> PythonCall::fromMessage(const Message& message) { in fromMessage() function in torch::distributed::rpc::PythonCall
H A Dpython_remote_call.cpp33 std::unique_ptr<PythonRemoteCall> PythonRemoteCall::fromMessage( in fromMessage() function in torch::distributed::rpc::PythonRemoteCall
H A Dscript_remote_call.cpp66 std::unique_ptr<ScriptRemoteCall> ScriptRemoteCall::fromMessage( in fromMessage() function in torch::distributed::rpc::ScriptRemoteCall
H A Dscript_call.cpp125 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 Dpropagate_gradients_resp.cpp14 std::unique_ptr<PropagateGradientsResp> PropagateGradientsResp::fromMessage( in fromMessage() function in torch::distributed::autograd::PropagateGradientsResp
H A Drref_backward_resp.cpp14 std::unique_ptr<RRefBackwardResp> RRefBackwardResp::fromMessage( in fromMessage() function in torch::distributed::autograd::RRefBackwardResp
H A Dcleanup_autograd_context_resp.cpp18 fromMessage(const rpc::Message& message /* unused */) { in fromMessage() function in torch::distributed::autograd::CleanupAutogradContextResp
H A Dcleanup_autograd_context_req.cpp28 fromMessage(const rpc::Message& message) { in fromMessage() function in torch::distributed::autograd::CleanupAutogradContextReq
H A Drref_backward_req.cpp39 std::unique_ptr<RRefBackwardReq> RRefBackwardReq::fromMessage( in fromMessage() function in torch::distributed::autograd::RRefBackwardReq
H A Dpropagate_gradients_req.cpp49 std::unique_ptr<PropagateGradientsReq> PropagateGradientsReq::fromMessage( in fromMessage() function in torch::distributed::autograd::PropagateGradientsReq
H A Drpc_with_profiling_req.cpp106 std::unique_ptr<RpcWithProfilingReq> RpcWithProfilingReq::fromMessage( in fromMessage() function in torch::distributed::autograd::RpcWithProfilingReq
H A Drpc_with_profiling_resp.cpp103 std::unique_ptr<RpcWithProfilingResp> RpcWithProfilingResp::fromMessage( in fromMessage() function in torch::distributed::autograd::RpcWithProfilingResp
H A Drpc_with_autograd.cpp91 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 DFieldNumberTree.java68 static FieldNumberTree fromMessage( in fromMessage() method in FieldNumberTree
/aosp_15_r20/external/pigweed/pw_transfer/java/main/dev/pigweed/pw_transfer/
H A DVersionedChunk.java102 public static VersionedChunk fromMessage(Chunk chunk, Map<Integer, Integer> legacyIdToSessionId) { in fromMessage() method in VersionedChunk