Commit 0433e04
authored
Increase DEFAULT_CONSTANT_FOLD_INPUT_SIZE_LIMIT (#2527)
I have seen graphs like `Add(bias, 1)` in gemma3 where bias is an
initializer. (Why?) This PR increases the default input limit so these
bias initializers can be folded1 parent 1a7f3bd commit 0433e04
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments