nac3/nac3standalone/demo
lyken 854a3eb6f0
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-25 00:52:41 +08:00
..
linalg core: remove np_linalg_matmul 2024-08-05 11:44:55 +08:00
src [standalone] Add tests for tuple equality 2024-08-21 16:25:32 +08:00
.gitignore standalone: Add *.ll to Gitignore list 2024-06-19 18:56:15 +08:00
check_demo.sh standalone: Fix several issues post script refactoring 2024-08-13 15:19:03 +08:00
check_demos.sh standalone: Fix several issues post script refactoring 2024-08-13 15:19:03 +08:00
demo.c standalone: Revert using uint32_t as slice length 2024-07-29 14:58:29 +08:00
interpret_demo.py core/ndstrides: implement np_shape() and np_strides() 2024-08-25 00:52:41 +08:00
run_demo.sh standalone: Fix several issues post script refactoring 2024-08-13 15:19:03 +08:00