💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# TensorFlow RNN 单元包装器类 TensorFlow 还提供包装其他单元类的类: * `tf.contrib.rnn.LSTMBlockWrapper` * `tf.contrib.rnn.DropoutWrapper` * `tf.contrib.rnn.EmbeddingWrapper` * `tf.contrib.rnn.InputProjectionWrapper` * `tf.contrib.rnn.OutputProjectionWrapper` * `tf.contrib.rnn.DeviceWrapper` * `tf.contrib.rnn.ResidualWrapper` 有关 TensorFlow 中 RNN 的最新文档,请访问以下链接:[https://www.tensorflow.org/api_guides/python/contrib.rnn](https://www.tensorflow.org/api_guides/python/contrib.rnn).