Skip to content

Commit 517acdf

Browse files
committed
network get_rec_step_info, small doc fix
1 parent 210cd38 commit 517acdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

returnn/tf/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2197,7 +2197,7 @@ def have_rec_step_info(self):
21972197
def get_rec_step_info(self, must_exist=True):
21982198
"""
21992199
:param bool must_exist: if True, will throw exception if not available
2200-
:rtype: TFNetworkRecLayer.RecStepInfoLayer|None
2200+
:rtype: returnn.tf.layers.rec.RecStepInfoLayer|None
22012201
"""
22022202
# noinspection PyProtectedMember
22032203
from returnn.tf.layers.rec import RecStepInfoLayer, _SubnetworkRecCell

0 commit comments

Comments
 (0)