tf.dense 的正确解释是什么?

What is the correct explanation for tf.dense?

我正在使用教程来学习 RNN。 如下图所示,它使用了tf.dense并给出了我无法理解的解释。

(作为Whosebug的新手,我不会插入图片,所以link)

tensorflow.org 上的文档也没有多大帮助,对于像我这样的初学者来说太糟糕了,我给了 1 星评级。它说了以下内容(这对我来说没有意义)

The explanation at tensorflow.org

谁能给我解释一下。谢谢

Excerpt from the tutorial I am using to learn.

如下文link所述

tf.layers.dense adds a single layer to a network.

阅读此 中的答案。