Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/distributed/rpc/
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(
Drref_proto.cpp133 std::unique_ptr<PythonRRefFetchRet> PythonRRefFetchRet::fromMessage( in fromMessage()
135 return std::make_unique<PythonRRefFetchRet>( in fromMessage()
Drequest_callback_impl.cpp236 PythonRRefFetchRet(std::move(result).toIValues()).toMessage()); in processPythonRRefFetchCall()
Dutils.cpp165 return PythonRRefFetchRet::fromMessage(response); in deserializeResponse()