Question about nn.gru

Hi, I am reading the doc for nn.gru.

But it is not so clear about the output of hidden states.

eg. If I build a bidirectional gru with 2 layers, the result of hidden states will have two for 1st layer and two for 2nd layer,
but the order is not said specific.