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
refactor(ONNX): renames getValueList helper to createScalarSublist
- Before:
- "get": implies retrieval of some private property
- "Value": restatement of the return type `Value`
- "List": assumed result of casting the returned instance
- After:
- "create": contextualizes the need to pass in `rewriter`
- "Scalar": contextualizes the opaque return type
- "Sublist": the relationship between the first parameter and the returned result
0 commit comments