Home
last modified time | relevance | path

Searched refs:PythonRRefFetchRet (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Drref_proto.h101 class TORCH_API PythonRRefFetchRet final : public RRefFetchRet {
103 explicit PythonRRefFetchRet(std::vector<at::IValue> values) in PythonRRefFetchRet() function
106 static std::unique_ptr<PythonRRefFetchRet> fromMessage(
H A Drref_proto.cpp133 std::unique_ptr<PythonRRefFetchRet> PythonRRefFetchRet::fromMessage( in fromMessage()
135 return std::make_unique<PythonRRefFetchRet>( in fromMessage()
H A Drequest_callback_impl.cpp236 PythonRRefFetchRet(std::move(result).toIValues()).toMessage()); in processPythonRRefFetchCall()
H A Dutils.cpp165 return PythonRRefFetchRet::fromMessage(response); in deserializeResponse()