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 34f0a8a commit df6a1d4Copy full SHA for df6a1d4
mlir/include/mlir/IR/TensorEncoding.td
@@ -34,8 +34,8 @@ def VerifiableTensorEncoding : AttrInterface<"VerifiableTensorEncoding"> {
34
/*retTy=*/"::mlir::LogicalResult",
35
/*methodName=*/"verifyEncoding",
36
/*args=*/(ins
37
- "ArrayRef<int64_t>":$shape,
38
- "Type":$elementType,
+ "::mlir::ArrayRef<int64_t>":$shape,
+ "::mlir::Type":$elementType,
39
"::llvm::function_ref<::mlir::InFlightDiagnostic()>":$emitError)
40
>,
41
];
0 commit comments