nac3_sca/nac3core/src
David Mak 12358c57b1 [core] codegen/ndarray: Implement np_{shape,strides}
Based on 40c24486: core/ndstrides: implement np_shape() and np_strides()

These functions are not important, but they are handy for debugging.

`np.strides()` is not an actual NumPy function, but `ndarray.strides` is
used.
2025-01-03 13:58:47 +08:00
..
codegen [core] codegen/ndarray: Implement np_{shape,strides} 2025-01-03 13:58:47 +08:00
toplevel [core] codegen/ndarray: Implement np_{shape,strides} 2025-01-03 13:58:47 +08:00
typecheck [core] codegen/ndarray: Implement np_{shape,strides} 2025-01-03 13:58:47 +08:00
lib.rs [core_derive] Initial implementation 2024-11-20 15:35:55 +08:00
symbol_resolver.rs [meta] Refactor itertools::{chain,enumerate,repeat_n} with std equiv 2024-12-30 14:13:48 +08:00