Tuple outputs = model.forward(inputs).toTuple();

Hi I have Tuple output in pytorch mobile.

But the type of output has no type of tuple

in the code,

x outputs = model.forward(inputs).toTuple();

what should I type in the x?