Skip to content

Commit 5de99fd

Browse files
committed
[docs] release BiDynamicRNNLayer
1 parent 8a433e6 commit 5de99fd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/modules/layers.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ Layer list
289289
retrieve_seq_length_op
290290
retrieve_seq_length_op2
291291
DynamicRNNLayer
292+
BiDynamicRNNLayer
292293
FlattenLayer
293294
ReshapeLayer
294295
LambdaLayer
@@ -452,7 +453,6 @@ RNN layer
452453
^^^^^^^^^^^^^^^^^^^^^^^^^^
453454
.. autoclass:: RNNLayer
454455

455-
456456
Bidirectional layer
457457
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
458458
.. autoclass:: BiRNNLayer
@@ -478,8 +478,15 @@ Compute Sequence length 2
478478

479479
Dynamic RNN layer
480480
----------------------
481+
482+
RNN layer
483+
^^^^^^^^^^^^^^^^^^^^^^^^^^
481484
.. autoclass:: DynamicRNNLayer
482485

486+
Bidirectional layer
487+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
488+
.. autoclass:: BiDynamicRNNLayer
489+
483490

484491
Shape layer
485492
------------

0 commit comments

Comments
 (0)