What does "inputs" means in pytorch LSTM with attention

Detail code is in https://blog.floydhub.com/attention-mechanism/#bahdanau-att-step2
In function “LuongDecoder-- def forward(self, inputs, hidden, encoder_outputs):”, what does “inputs” means.
And if I want to do text classfication task, how can I produce “inputs”?