How to determine the input order of tvm's concatenate layer?

Since a concatenate layer has more than 2 inputs, it is vital to determine the sequence of these inputs (to match the weights), but how? As I have found, this kind of layer is imported as “tvm.relay.expr.Tuple”, but I cannot find a variable in it to determine the input orders. I’m waiting for your nice suggestion.