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
[SLM] Provide consistent output features in nn.Linear
Resolve a breakage introduced in
apache#16757. Prior to apache#16757, distinct
TIR variables were unified if they had the same name. This commit
avoids using distinct TIR variables to represent the same user input.
0 commit comments