You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[pass] Avoid lifting tensors that are too small to initializers (#2190)
Tensors with too few elements are usually not weights and are plenty.
Lifting them will make the initializer list very noisy. I added a
parameter `size_limit` to control this and defaulted it to 16.
---------
Co-authored-by: Shubham Bhokare <[email protected]>
0 commit comments