Use packed padded sequence to RNN cell

HI ! I’m biginner to pytorch!

And I’m trying to use packed padded sequence to torch.nn.LSTMCell,

but there is no tutorials about using packed padded sequences to torch.nn.LSTMCELL(not torch.nn.LSTM)

is there any way to use packed padded sequences to torch.nn.LSTMCELL?