Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information