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
Arm backend: Handle None arg for creating empty TosaArg (#12952)
### Summary
In order to get the same number and order of arguments from fx.Node.args
and the list[TosaArg] used in nodevisitor, we need to allow for empty
(None) args. The empty TosaArg is represented with fields set to None
and empty string for name.
0 commit comments