iree-org / iree

A retargetable MLIR-based machine learning compiler and runtime toolkit.
http://iree.dev/
Apache License 2.0
2.85k stars 620 forks source link

[Encoding][DT][NFC] Simplify the codes for EncodingAttr creation. #19147

Closed hanhanW closed 1 week ago

hanhanW commented 1 week ago

We've developed few builders for the EncodingAttr; the method takes non-attribute types. We can use the builders to avoid C++ structures to MLIR attributes conversion.