Searched refs:ScriptRemoteCall (Results 1 – 8 of 8) sorted by relevance
8 ScriptRemoteCall::ScriptRemoteCall( in ScriptRemoteCall() function in torch::distributed::rpc::ScriptRemoteCall17 ScriptRemoteCall::ScriptRemoteCall( in ScriptRemoteCall() function in torch::distributed::rpc::ScriptRemoteCall27 std::unique_ptr<ScriptRemoteCall> ScriptRemoteCall::fromIValues( in fromIValues()38 return std::make_unique<ScriptRemoteCall>( in fromIValues()41 return std::make_unique<ScriptRemoteCall>( in fromIValues()50 c10::intrusive_ptr<Message> ScriptRemoteCall::toMessageImpl() && { in toMessageImpl()66 std::unique_ptr<ScriptRemoteCall> ScriptRemoteCall::fromMessage( in fromMessage()
19 class TORCH_API ScriptRemoteCall final : public ScriptCall {22 ScriptRemoteCall(29 ScriptRemoteCall(44 static std::unique_ptr<ScriptRemoteCall> fromIValues(48 static std::unique_ptr<ScriptRemoteCall> fromMessage(const Message& message);
105 auto scriptRemoteCall = std::make_unique<ScriptRemoteCall>( in remoteTorchscript()132 auto scriptRemoteCall = std::make_unique<ScriptRemoteCall>( in remoteTorchscript()
294 auto scriptRemoteCall = std::make_unique<ScriptRemoteCall>( in pyRemoteBuiltin()316 auto scriptRemoteCall = std::make_unique<ScriptRemoteCall>( in pyRemoteBuiltin()
198 auto& scriptRemoteCall = static_cast<ScriptRemoteCall&>(rpc); in processScriptRemoteCall()
106 return ScriptRemoteCall::fromMessage(request); in deserializeRequest()
206 auto& scriptRemoteCall = static_cast<ScriptRemoteCall&>(rpc); in processScriptRemoteCall()
79 ScriptRemoteCall scriptRemoteCall( in createRemoteRRef()