We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3053439 commit 94b9575Copy full SHA for 94b9575
mlir/python/mlir/dialects/linalg/__init__.py
@@ -111,6 +111,7 @@ def _IteratorTypeArrayAttr(x, context):
111
return ArrayAttr.get([_iteratortypeenum(v, context) for v in x])
112
113
114
+# The underscore is needed here so that there's no collision with opdsl generation.
115
class GenericOp_(GenericOp):
116
def __init__(
117
self,
0 commit comments