I'm using a TensorFlow LSTM for a language model (I have a sequence of words and want to predict the next word), and as I'm running the language model, I want to print out the values of the forget, input, transform, and and output gates at each step. How do I do this?I'm using a TensorFlow LSTM for a language mode