About reverse lstm in the bilstm

nn.LSTM(100, 100, num_layers=1, bidirectional=True),this model outputs is 200,positive 100 + reverse 100。
I dont know which the 100 is positive result,which is the reverse result?

anyone knows that:the 200 hidden,first 100 or second 100 is reverse lstm output?