Skip to content

Commit

Permalink
small warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albertz committed Oct 23, 2023
1 parent b1e283a commit 78727f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions returnn/frontend/_numpy_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def range_over_dim(dim: Dim, *, dtype: Optional[str] = None, device: Optional[st
"""
:param dim:
:param dtype:
:param device:
:return: tensor with shape [dim]
"""
if not dtype and dim.dyn_size_ext:
Expand Down

0 comments on commit 78727f2

Please sign in to comment.