[mlir][sparse] Simplifying SparseTensorEncodingAttr function arguments
Since STEA isa Attribute, and that's just (a wrapper around) a pointer, the extra `const` and `&` aren't necessary for function arguments. Reviewed By: aartbik Differential Revision: https://reviews.llvm.org/D139886
Loading
Please sign in to comment