Skip to content

Commit 8467425

Browse files
committed
Mirror np.s_ and np.index_exp
1 parent 7af6183 commit 8467425

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

torch_np/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@
1515
inf = float("inf")
1616
nan = float("nan")
1717
from math import pi # isort: skip
18+
19+
from numpy import s_ # isort: skip
20+
from numpy import index_exp # isort: skip

0 commit comments

Comments
 (0)