We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Idx
NDArrayShape
prelude
1 parent f608f87 commit 097d0d4Copy full SHA for 097d0d4
numojo/prelude.mojo
@@ -21,4 +21,6 @@ from numojo.prelude import *
21
"""
22
23
from .core.ndarray import NDArray
24
+from .core.index import Idx
25
+from .core.ndarrayshape import NDArrayShape
26
from .core.datatypes import i8, i16, i32, i64, u8, u16, u32, u64, f16, f32, f64
0 commit comments