Skip to content

Commit 371e031

Browse files
committed
get_rec_initial_extra_outputs fix doc
1 parent e0012b9 commit 371e031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

returnn/tf/layers/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@ def get_rec_initial_output(cls, batch_dim, name, output, rec_layer, initial_outp
14611461
def get_rec_initial_extra_outputs(cls, batch_dim, rec_layer, **kwargs):
14621462
"""
14631463
:param tf.Tensor batch_dim: for this layer, might be with beam
1464-
:param TFNetworkRecLayer.RecLayer rec_layer:
1464+
:param returnn.tf.layers.rec.RecLayer rec_layer:
14651465
:rtype: dict[str,tf.Tensor]
14661466
"""
14671467
return {}

0 commit comments

Comments
 (0)