What the differences of mx.symbol.RNN and mx.rnn?

I try to add mx.rnn.ConvGRUCell() to my network(symbol structure). But I do not know how to initialize my rnn network. How can I structure my network with symbol and ConvGRUCell.
Thank you!