Commit fe152d4
authored
Correctly create empty ints for Constant in rewriter (#2497)
Due to changes onnx/ir-py#148, we cannot create
an empty list attribute without specifying type because it would be
ambiguous.
Fix #2496
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>1 parent 73d6134 commit fe152d4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments