未验证 提交 8b34c609 编写于 作者: W wuxing_iie 提交者: GitHub

add 'cell' parameters (#1758)

Co-authored-by: NXing Wu <wuxing03@baidu.com>
上级 b4c78ecf
......@@ -4,7 +4,7 @@ rnn
-------------------------------
.. py:method:: paddle.fluid.layers.rnn(inputs, initial_states=None, sequence_length=None, time_major=False, is_reverse=False, **kwargs)
.. py:method:: paddle.fluid.layers.rnn(cell, inputs, initial_states=None, sequence_length=None, time_major=False, is_reverse=False, **kwargs)
rnn创建一个由RNNCell :code:`cell` 指定的递归神经网络,该神经网络重复执行 :code:`cell.call()` 直至达到 :code:`inputs` 的最大长度。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册