What is the use of GRUCell?When I need to use it?

I ofen use torch.nn.GRU.

When I need to use the torch.nn.GRUCell?

I can’t understand it after i read the doc.