There was an error while loading. Please reload this page.
1 parent 210cd38 commit 517acdfCopy full SHA for 517acdf
1 file changed
returnn/tf/network.py
@@ -2197,7 +2197,7 @@ def have_rec_step_info(self):
2197
def get_rec_step_info(self, must_exist=True):
2198
"""
2199
:param bool must_exist: if True, will throw exception if not available
2200
- :rtype: TFNetworkRecLayer.RecStepInfoLayer|None
+ :rtype: returnn.tf.layers.rec.RecStepInfoLayer|None
2201
2202
# noinspection PyProtectedMember
2203
from returnn.tf.layers.rec import RecStepInfoLayer, _SubnetworkRecCell
0 commit comments