- Resolves todos from D87091.
- Also modifies PyConcreteAttribute to follow suite (should be useful for ElementsAttr and friends).
- Adds a test to ensure that the ShapedType base class functions as expected.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
There are redundant init implementations for PyRankedTensorType and PyUnrankedTensorType (see inline comments).
mlir/lib/Bindings/Python/IRModules.cpp | ||
---|---|---|
635 | I think the init step is a redundant implementation of the step in bind method (line 335). | |
667 | Ditto on redundant init implementation. |
I think the init step is a redundant implementation of the step in bind method (line 335).
Should we just leave the init step in the bind method like other bindDerived methods?