Commit 8eade1b
committed
add CONVOLVE builtin + image drawing ops
Add CONVOLVE(x, kernel) for N-D tensors with replicate padding and INT/FLT support (updates spec accordingly)
Extend image extension with POLYGON, ELLIPSE (center tensor + legacy form), and REPLACE_COLOR, including alpha blending helpers
Add/expand stdlib image helpers (RECT/RECTANGLE/FILL_RECT/SQUARE/CIRCLE/FILL_ELLIPSE) and broaden image tests
Performance work: cache tensor strides + speed up tensor mapping/flip paths, optimize call resolution for module-qualified functions, and tighten lexer hot loops1 parent c2f41c5 commit 8eade1b
File tree
7 files changed
+877
-128
lines changed- ext
- lib
7 files changed
+877
-128
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| 406 | + | |
406 | 407 | | |
407 | 408 | | |
408 | 409 | | |
| |||
Binary file not shown.
0 commit comments