forked from M-Labs/nac3
1
0
Fork 0
nac3/nac3standalone
lyken a2a1e74be0
core/ndstrides: implement np_shape() and np_strides()
These functions are not important, but they are handy for debugging +
implementing them takes little effort.

NOTE: `np.strides()` is not an actual NumPy function. You can only(?)
access them thru `ndarray.strides`.
2024-08-22 16:23:01 +08:00
..
demo core/ndstrides: implement np_shape() and np_strides() 2024-08-22 16:23:01 +08:00
src core/irrt/exceptions: allow irrt to raise exceptions 2024-08-22 10:06:45 +08:00
Cargo.toml core: Add compile-time feature to disable escape analysis 2024-08-14 09:29:48 +08:00