Commit df8bcbc
zhangyue
fix(base): rename matmul.h to mat_mul.h to match MatMul class name
The codegen script `generate_wrappers.py` uses `_snake_to_pascal()` to
derive the class name from the filename. `matmul` -> `Matmul`, but the
class was renamed to `MatMul` (ONNX convention). Renaming the file to
`mat_mul.h` makes `_snake_to_pascal("mat_mul")` -> `MatMul`, fixing the
`IndexError: list index out of range` build failure.1 parent f83cfb9 commit df8bcbc
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments