企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# 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).