Searched refs:PythonRRefFetchRet (Results 1 – 4 of 4) sorted by relevance
101 class TORCH_API PythonRRefFetchRet final : public RRefFetchRet {103 explicit PythonRRefFetchRet(std::vector<at::IValue> values) in PythonRRefFetchRet() function106 static std::unique_ptr<PythonRRefFetchRet> fromMessage(
133 std::unique_ptr<PythonRRefFetchRet> PythonRRefFetchRet::fromMessage( in fromMessage()135 return std::make_unique<PythonRRefFetchRet>( in fromMessage()
236 PythonRRefFetchRet(std::move(result).toIValues()).toMessage()); in processPythonRRefFetchCall()
165 return PythonRRefFetchRet::fromMessage(response); in deserializeResponse()